HomeSort by relevance Sort by last modified time
    Searched refs:colorPrimary (Results 1 - 10 of 10) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java 121 public int colorPrimary;
136 String activityTitle, Drawable activityIcon, int colorPrimary,
146 this.colorPrimary = hasAffiliationGroupColor ? taskAffiliationColor : colorPrimary;
147 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary,
163 this.colorPrimary = o.colorPrimary;
TaskStack.java 440 t.colorPrimary = Utilities.getColorWithOverlay(affiliationColor, Color.WHITE,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 206 if (existingBgColor != t.colorPrimary) {
207 mBackgroundColorDrawable.setColor(t.colorPrimary);
208 mBackgroundColor = t.colorPrimary;
210 mCurrentPrimaryColor = t.colorPrimary;
  /frameworks/base/core/java/android/app/
ActivityManager.java 532 * @param colorPrimary A color to override the theme's primary color. This color must be opaque.
534 public TaskDescription(String label, Bitmap icon, int colorPrimary) {
535 if ((colorPrimary != 0) && (Color.alpha(colorPrimary) != 255)) {
541 mColorPrimary = colorPrimary;
545 public TaskDescription(String label, int colorPrimary, String iconFilename) {
546 this(label, null, colorPrimary);
746 " colorPrimary: " + mColorPrimary;
    [all...]
Activity.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 760 int colorPrimary = 0;
770 if (colorPrimary == 0) {
771 colorPrimary = r.taskDescription.getPrimaryColor();
775 lastTaskDescription = new TaskDescription(label, colorPrimary, iconFilename);
    [all...]
  /developers/demos/MusicDemo/src/main/java/com/example/android/musicservicedemo/
MediaNotification.java 122 new int[] {android.R.attr.colorPrimary});
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 562 milliseconds