Searched refs:tertiary (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | WallpaperColors.java | 175 Color primary = null, secondary = null, tertiary = null; in fromBitmap() local 188 tertiary = color; in fromBitmap() 202 return new WallpaperColors(primary, secondary, tertiary, HINT_FROM_BITMAP | hints); in fromBitmap()
|
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/ |
D | TestEvents.java | 52 TestEvents.builder().mouse().tertiary().build(); 232 public Builder tertiary() { in tertiary() method in TestEvents.Builder
|
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/ |
D | BandSelectionHelperTest.java | 124 mBandController.shouldStart(mStartBuilder.tertiary().build())); in testBadStart_TertiaryButton()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 2777 Color primary = null, secondary = null, tertiary = null; in parseWallpaperAttributes() local 2785 tertiary = color; in parseWallpaperAttributes() 2791 wallpaper.primaryColors = new WallpaperColors(primary, secondary, tertiary, colorHints); in parseWallpaperAttributes()
|