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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java 155 public int colorPrimary;
204 String dismissDescription, String appInfoDescription, int colorPrimary,
219 this.colorPrimary = hasAffiliationGroupColor ? affiliationColor : colorPrimary;
221 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary,
248 this.colorPrimary = o.colorPrimary;
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifPatternDrawable.java 53 private static final int[] ATTRS_PRIMARY_COLOR = new int[]{ android.R.attr.colorPrimary };
81 int colorPrimary = 0;
84 colorPrimary = a.getColor(0, Color.BLACK);
87 return new GlifPatternDrawable(colorPrimary);
  /frameworks/support/design/src/android/support/design/widget/
BottomNavigationView.java 402 android.support.v7.appcompat.R.attr.colorPrimary, value, true)) {
405 int colorPrimary = value.data;
413 colorPrimary,
NavigationView.java 423 android.support.v7.appcompat.R.attr.colorPrimary, value, true)) {
426 int colorPrimary = value.data;
434 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/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 258 milliseconds