Searched refs:getDisabled (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
D | CarSystemBarControllerTest.java | 647 assertThat(button.getDisabled()).isFalse(); in testRefreshSystemBar_homeDisabled() 651 assertThat(button.getDisabled()).isTrue(); in testRefreshSystemBar_homeDisabled() 663 assertThat(button.getDisabled()).isFalse(); in testRefreshSystemBar_phoneNavDisabled() 667 assertThat(button.getDisabled()).isTrue(); in testRefreshSystemBar_phoneNavDisabled() 677 assertThat(button.getDisabled()).isFalse(); in testRefreshSystemBar_appGridisabled() 681 assertThat(button.getDisabled()).isTrue(); in testRefreshSystemBar_appGridisabled() 690 assertThat(button.getDisabled()).isFalse(); in testRefreshSystemBar_notificationDisabled() 694 assertThat(button.getDisabled()).isTrue(); in testRefreshSystemBar_notificationDisabled()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | BatteryChartView.java | 334 mTrapezoidColor = Utils.getDisabled(context, mTrapezoidSolidColor); in initializeColors() 379 mTransomLineDefaultColor = Utils.getDisabled(mContext, DIVIDER_COLOR); in initializeTransomPaint() 382 final int slotHighlightColor = Utils.getDisabled(mContext, mTransomLineSelectedColor); in initializeTransomPaint()
|
/packages/apps/Settings/src/com/android/settings/development/compat/ |
D | PlatformCompatDashboard.java | 141 } else if (change.getDisabled()) { in addPreferences()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/compat/ |
D | PlatformCompatDashboardTest.java | 216 -1, mChanges[i].getEnableSinceTargetSdk(), mChanges[i].getDisabled(), in createChangeCategoryPreference_enabledAndDisabled_hasTitleAndEntries()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBarView.java | 226 && mNotificationsButton.getDisabled()) { in onNotificationsClick()
|
D | CarSystemBarButton.java | 171 public boolean getDisabled() { in getDisabled() method in CarSystemBarButton
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/ |
D | Utils.java | 98 public static int getDisabled(Context context, int inputColor) { in getDisabled() method in Utils
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/ |
D | LibUtils.java | 128 public static int getDisabled(Context context, int inputColor) { in getDisabled() method in LibUtils
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothDevicesSlice.java | 235 final int tint = Utils.getDisabled(mContext, Utils.getColorAttrDefaultColor(mContext, in getBluetoothOffHeader()
|
/packages/apps/Settings/src/com/android/settings/wifi/slice/ |
D | WifiSlice.java | 273 tint = Utils.getDisabled(mContext, Utils.getColorAttrDefaultColor(mContext, in getWifiSliceItemLevelIcon()
|