Home
last modified time | relevance | path

Searched refs:getDisabled (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java647 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/
DBatteryChartView.java334 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/
DPlatformCompatDashboard.java141 } else if (change.getDisabled()) { in addPreferences()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/compat/
DPlatformCompatDashboardTest.java216 -1, mChanges[i].getEnableSinceTargetSdk(), mChanges[i].getDisabled(), in createChangeCategoryPreference_enabledAndDisabled_hasTitleAndEntries()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarView.java226 && mNotificationsButton.getDisabled()) { in onNotificationsClick()
DCarSystemBarButton.java171 public boolean getDisabled() { in getDisabled() method in CarSystemBarButton
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/
DUtils.java98 public static int getDisabled(Context context, int inputColor) { in getDisabled() method in Utils
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/
DLibUtils.java128 public static int getDisabled(Context context, int inputColor) { in getDisabled() method in LibUtils
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java235 final int tint = Utils.getDisabled(mContext, Utils.getColorAttrDefaultColor(mContext, in getBluetoothOffHeader()
/packages/apps/Settings/src/com/android/settings/wifi/slice/
DWifiSlice.java273 tint = Utils.getDisabled(mContext, Utils.getColorAttrDefaultColor(mContext, in getWifiSliceItemLevelIcon()