Home
last modified time | relevance | path

Searched refs:colorBackground (Results 1 – 4 of 4) 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/src/com/android/launcher3/notification/
DNotificationMainView.java99 ColorDrawable colorBackground = (ColorDrawable) mTextAndBackground.getBackground(); in onFinishInflate() local
100 mBackgroundColor = colorBackground.getColor(); in onFinishInflate()
103 colorBackground, null); in onFinishInflate()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentTasksList.java191 newTasks.add(new Task(t.key, t.colorPrimary, t.colorBackground, t.isDockable, in copyOf()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java127 int color = task == null ? Color.BLACK : task.colorBackground | 0xFF000000; in bind()