Home
last modified time | relevance | path

Searched refs:colorBackground (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
DAospThemeImpl.java44 private int colorBackground = -1; field in AospThemeImpl
66 android.R.attr.colorBackground, in AospThemeImpl()
80 colorBackground = array.getColor(/* index= */ 7, /* defValue= */ -1); in AospThemeImpl()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/task/thumbnail/
DTaskThumbnailViewModel.kt61 BackgroundOnly(taskVal.colorBackground.removeAlpha()) in <lambda>()
67 taskVal.colorBackground.removeAlpha() in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchTaskView.java178 applyThumbnail(thumbnailView, task.colorBackground, task.thumbnail); in applyThumbnail()
182 applyThumbnail(thumbnailView, task.colorBackground, thumbnailData)); in applyThumbnail()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DSplitPlaceholderView.java83 context.getTheme().resolveAttribute(android.R.attr.colorBackground, value, true); in getThemeBackgroundColor()
DTaskThumbnailViewDeprecated.java196 int color = task == null ? Color.BLACK : task.colorBackground | 0xFF000000; in bind()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/task/thumbnail/
DTaskThumbnailViewModelTest.kt163 colorBackground = Color.argb(taskId, taskId, taskId, taskId) in createTaskWithId()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java102 return getAttrColor(context, android.R.attr.colorBackground); in getColorBackground()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationSbnAdapter.java85 android.R.attr.colorBackground); in NotificationSbnAdapter()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java529 android.R.attr.colorBackground); in surfaceCreated()
DLivePreviewFragment.java546 android.R.attr.colorBackground),
DPreviewFragment.java381 android.R.attr.colorBackground); in setUpScreenPreviewOverlay()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java583 ResourceUtils.getColorAttr(context, android.R.attr.colorBackground)); in setColor()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java735 return getAttrColor(context, android.R.attr.colorBackground); in getBackgroundColor()
/packages/apps/Settings/src/com/android/settings/homepage/
DSettingsHomepageActivity.java465 : Utils.getColorAttrDefaultColor(this, android.R.attr.colorBackground); in updateHomepageBackground()