HomeSort by relevance Sort by last modified time
    Searched defs:colorPrimary (Results 1 - 6 of 6) 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;
  /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...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 51 milliseconds