Searched refs:colorSecondary (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | RootSandboxLayout.java | 88 int colorSecondary = Color.GRAY; in RootSandboxLayout() local 96 R.styleable.RootSandboxLayout_secondaryHome, colorSecondary); in RootSandboxLayout() 101 R.styleable.RootSandboxLayout_secondaryBack, colorSecondary); in RootSandboxLayout() 107 R.styleable.RootSandboxLayout_secondaryOverview, colorSecondary); in RootSandboxLayout()
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestWallpaperPreferences.kt | 412 var colorSecondary: Color? = null in getWallpaperColors() variable 414 colorSecondary = Color.valueOf(colorStrings[1].toInt()) in getWallpaperColors() 422 colorSecondary, in getWallpaperColors()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/view/viewholder/ |
D | TileViewHolder.kt | 69 ResourceUtils.getColorAttr(context, android.R.attr.colorSecondary) in bind()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualHolder.java | 86 ResourceUtils.getColorAttr(mActivity, android.R.attr.colorSecondary)); in bindWallpaper()
|
D | MyPhotosViewHolder.java | 155 ResourceUtils.getColorAttr(mActivity, android.R.attr.colorSecondary)); in drawThumbnail()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPreferences.kt | 830 var colorSecondary: Color? = null in <lambda>() variable 832 colorSecondary = Color.valueOf(colorStrings[1].toInt()) in <lambda>() 840 colorSecondary, in <lambda>()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | WallpaperSurfaceCallback2.java | 192 return ResourceUtils.getColorAttr(mAppContext, android.R.attr.colorSecondary); in getDefaultPlaceHolderColor()
|
D | WallpaperSurfaceCallback.java | 194 : ResourceUtils.getColorAttr(mContext, android.R.attr.colorSecondary); in setupSurfaceWallpaper()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/ |
D | ScreenPreviewBinder.kt | 296 android.R.attr.colorSecondary, in <lambda>() 608 ResourceUtils.getColorAttr(activity, android.R.attr.colorSecondary), in <lambda>()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | CategorySelectorFragment.java | 441 android.R.attr.colorSecondary in drawThumbnailAndOverlayIcon() 665 android.R.attr.colorSecondary in drawThumbnailAndOverlayIcon()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | SafetyCenterQsFragment.java | 693 int colorSecondary = getTextColor(false, useEnabledBackground, sensorBlockedByAdmin); 706 blockedStatus.setTextColor(colorSecondary);
|