Searched refs:getPrimaryColor (Results 1 – 12 of 12) sorted by relevance
248 assertEquals(td1.getPrimaryColor(), td2.getPrimaryColor()); in assertTaskDescriptionEqual()
267 td != null ? td.getPrimaryColor() : 0, in from()
472 public @NonNull Color getPrimaryColor() { in getPrimaryColor() method in WallpaperColors
2055 public int getPrimaryColor() { in getPrimaryColor() method in ActivityManager.TaskDescription2532 pw.print(Integer.toHexString(td.getPrimaryColor())); in dump()
5385 if (mTaskDescription.getPrimaryColor() == 0) { in onApplyThemeResource()
1839 if (td.getPrimaryColor() == 0) { in setTaskDescriptionFromActivityAboveRoot()1840 td.setPrimaryColor(atd.getPrimaryColor()); in setTaskDescriptionFromActivityAboveRoot()
1102 taskDescription.getPrimaryColor() != 0) { in dump()1115 pw.println(Integer.toHexString(taskDescription.getPrimaryColor())); in dump()
3067 wallpaperColors.getPrimaryColor(), wallpaperColors.getSecondaryColor(), in getAdjustedWallpaperColorsOnDimming()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4797 method @ColorInt public int getPrimaryColor();7521 method @NonNull public android.graphics.Color getPrimaryColor();
731 HSPLandroid/app/ActivityManager$TaskDescription;->getPrimaryColor()I