Advertisement
k5t4j5

Untitled

May 11th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. packages/apps/Settings/src/com/android/settings/axxion/NotificationDrawerStyle.java:42: cannot find symbol
  2. symbol : class SeekBarPreference
  3. location: package com.android.settings.axxion
  4. import com.android.settings.axxion.SeekBarPreference;
  5. ^
  6. packages/apps/Settings/src/com/android/settings/axxion/NotificationDrawerStyle.java:66: cannot find symbol
  7. symbol : class SeekBarPreference
  8. location: class com.android.settings.axxion.NotificationDrawerStyle
  9. SeekBarPreference mWallpaperAlpha;
  10. ^
  11. packages/apps/Settings/src/com/android/settings/axxion/NotificationDrawerStyle.java:67: cannot find symbol
  12. symbol : class SeekBarPreference
  13. location: class com.android.settings.axxion.NotificationDrawerStyle
  14. SeekBarPreference mNotificationAlpha;
  15. ^
  16. packages/apps/Settings/src/com/android/settings/axxion/PieButtonStyleSettings.java:75: cannot find symbol
  17. symbol : class SeekBarPreference
  18. location: class com.android.settings.axxion.PieButtonStyleSettings
  19. SeekBarPreference mPieButtonAlpha;
  20. ^
  21. packages/apps/Settings/src/com/android/settings/axxion/PieButtonStyleSettings.java:76: cannot find symbol
  22. symbol : class SeekBarPreference
  23. location: class com.android.settings.axxion.PieButtonStyleSettings
  24. SeekBarPreference mPieButtonPressedAlpha;
  25. ^
  26. packages/apps/Settings/src/com/android/settings/axxion/PieStyleSettings.java:69: cannot find symbol
  27. symbol : class SeekBarPreference
  28. location: class com.android.settings.axxion.PieStyleSettings
  29. private SeekBarPreference mPieBackgroundAlpha;
  30. ^
  31. packages/apps/Settings/src/com/android/settings/axxion/PieStyleSettings.java:73: cannot find symbol
  32. symbol : class SeekBarPreference
  33. location: class com.android.settings.axxion.PieStyleSettings
  34. private SeekBarPreference mPieControlSize;
  35. ^
  36. packages/apps/Settings/src/com/android/settings/axxion/ProgressBar.java:61: cannot find symbol
  37. symbol : class SeekBarPreference
  38. location: class com.android.settings.axxion.ProgressBar
  39. private SeekBarPreference mprogressbar_speed;
  40. ^
  41. packages/apps/Settings/src/com/android/settings/axxion/ProgressBar.java:62: cannot find symbol
  42. symbol : class SeekBarPreference
  43. location: class com.android.settings.axxion.ProgressBar
  44. private SeekBarPreference mprogressbar_width;
  45. ^
  46. packages/apps/Settings/src/com/android/settings/axxion/ProgressBar.java:63: cannot find symbol
  47. symbol : class SeekBarPreference
  48. location: class com.android.settings.axxion.ProgressBar
  49. private SeekBarPreference mprogressbar_length;
  50. ^
  51. packages/apps/Settings/src/com/android/settings/axxion/ProgressBar.java:64: cannot find symbol
  52. symbol : class SeekBarPreference
  53. location: class com.android.settings.axxion.ProgressBar
  54. private SeekBarPreference mprogressbar_count;
  55. ^
  56. packages/apps/Settings/src/com/android/settings/axxion/QuickSettingsTilesStyle.java:41: cannot find symbol
  57. symbol : class SeekBarPreference
  58. location: package com.android.settings.axxion
  59. import com.android.settings.axxion.SeekBarPreference;
  60. ^
  61. packages/apps/Settings/src/com/android/settings/axxion/QuickSettingsTilesStyle.java:68: cannot find symbol
  62. symbol : class SeekBarPreference
  63. location: class com.android.settings.axxion.QuickSettingsTilesStyle
  64. private SeekBarPreference mQsTileAlpha;
  65. ^
  66. packages/apps/Settings/src/com/android/settings/axxion/NotificationDrawerStyle.java:105: cannot find symbol
  67. symbol : class SeekBarPreference
  68. location: class com.android.settings.axxion.NotificationDrawerStyle
  69. mWallpaperAlpha = (SeekBarPreference) findPreference(PREF_NOTIFICATION_WALLPAPER_ALPHA);
  70. ^
  71. packages/apps/Settings/src/com/android/settings/axxion/NotificationDrawerStyle.java:118: cannot find symbol
  72. symbol : class SeekBarPreference
  73. location: class com.android.settings.axxion.NotificationDrawerStyle
  74. mNotificationAlpha = (SeekBarPreference) findPreference(PREF_NOTIFICATION_ALPHA);
  75. ^
  76. packages/apps/Settings/src/com/android/settings/axxion/PieButtonStyleSettings.java:118: cannot find symbol
  77. symbol : class SeekBarPreference
  78. location: class com.android.settings.axxion.PieButtonStyleSettings
  79. (SeekBarPreference) findPreference(PREF_PIE_BUTTON_ALPHA);
  80. ^
  81. packages/apps/Settings/src/com/android/settings/axxion/PieButtonStyleSettings.java:122: cannot find symbol
  82. symbol : class SeekBarPreference
  83. location: class com.android.settings.axxion.PieButtonStyleSettings
  84. (SeekBarPreference) findPreference(PREF_PIE_BUTTON_PRESSED_ALPHA);
  85. ^
  86. packages/apps/Settings/src/com/android/settings/axxion/PieStyleSettings.java:103: cannot find symbol
  87. symbol : class SeekBarPreference
  88. location: class com.android.settings.axxion.PieStyleSettings
  89. mPieBackgroundAlpha = (SeekBarPreference) findPreference(PREF_PIE_BACKGROUND_ALPHA);
  90. ^
  91. packages/apps/Settings/src/com/android/settings/axxion/PieStyleSettings.java:115: cannot find symbol
  92. symbol : class SeekBarPreference
  93. location: class com.android.settings.axxion.PieStyleSettings
  94. mPieControlSize = (SeekBarPreference) findPreference(PREF_PIE_CONTROL_SIZE);
  95. ^
  96. packages/apps/Settings/src/com/android/settings/axxion/ProgressBar.java:86: cannot find symbol
  97. symbol : class SeekBarPreference
  98. location: class com.android.settings.axxion.ProgressBar
  99. mprogressbar_speed = (SeekBarPreference) findPreference(PROGRESSBAR_SPEED);
  100. ^
  101. packages/apps/Settings/src/com/android/settings/axxion/ProgressBar.java:91: cannot find symbol
  102. symbol : class SeekBarPreference
  103. location: class com.android.settings.axxion.ProgressBar
  104. mprogressbar_width = (SeekBarPreference) findPreference(PROGRESSBAR_WIDTH);
  105. ^
  106. packages/apps/Settings/src/com/android/settings/axxion/ProgressBar.java:96: cannot find symbol
  107. symbol : class SeekBarPreference
  108. location: class com.android.settings.axxion.ProgressBar
  109. mprogressbar_length = (SeekBarPreference) findPreference(PROGRESSBAR_LENGTH);
  110. ^
  111. packages/apps/Settings/src/com/android/settings/axxion/ProgressBar.java:101: cannot find symbol
  112. symbol : class SeekBarPreference
  113. location: class com.android.settings.axxion.ProgressBar
  114. mprogressbar_count = (SeekBarPreference) findPreference(PROGRESSBAR_COUNT);
  115. ^
  116. packages/apps/Settings/src/com/android/settings/axxion/QuickSettingsTilesStyle.java:153: cannot find symbol
  117. symbol : class SeekBarPreference
  118. location: class com.android.settings.axxion.QuickSettingsTilesStyle
  119. mQsTileAlpha = (SeekBarPreference) findPreference(PREF_QUICK_TILES_ALPHA);
  120. ^
  121. Note: Some input files use or override a deprecated API.
  122. Note: Recompile with -Xlint:deprecation for details.
  123. Note: Some input files use unchecked or unsafe operations.
  124. Note: Recompile with -Xlint:unchecked for details.
  125. 24 errors
  126. realmake: *** [/home/k5t4j5/ax/out/target/common/obj/APPS/Settings_intermediates/classes-full-debug.jar] Error 41
  127. realmake: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement