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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java 154 public int colorPrimary;
200 String appInfoDescription, int colorPrimary, int colorBackground,
215 this.colorPrimary = hasAffiliationGroupColor ? affiliationColor : colorPrimary;
217 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary,
243 this.colorPrimary = o.colorPrimary;
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifPatternDrawable.java 39 private static final int[] ATTRS_PRIMARY_COLOR = new int[]{ android.R.attr.colorPrimary };
47 int colorPrimary = 0;
50 colorPrimary = a.getColor(0, Color.BLACK);
53 return new GlifPatternDrawable(colorPrimary);
  /frameworks/support/design/src/android/support/design/widget/
NavigationView.java 418 android.support.v7.appcompat.R.attr.colorPrimary, value, true)) {
421 int colorPrimary = value.data;
429 colorPrimary,
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java     [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/
adapters-1.0-rc0.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 798 milliseconds