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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java 129 public int colorPrimary;
145 int colorPrimary, boolean lockToThisTask, boolean lockToTaskEnabled, Bitmap icon,
155 this.colorPrimary = hasAffiliationGroupColor ? taskAffiliationColor : colorPrimary;
156 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary,
173 this.colorPrimary = o.colorPrimary;
TaskStack.java 487 t.colorPrimary = Utilities.getColorWithOverlay(affiliationColor, Color.WHITE,
  /frameworks/support/design/src/android/support/design/widget/
NavigationView.java 379 if (!getContext().getTheme().resolveAttribute(R.attr.colorPrimary, value, true)) {
382 int colorPrimary = value.data;
390 colorPrimary,
  /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;
  /packages/apps/Settings/src/com/android/settings/
HelpUtils.java 162 theme.resolveAttribute(android.R.attr.colorPrimary, typedValue, true);
  /frameworks/base/core/java/android/app/
ActivityManager.java 582 * @param colorPrimary A color to override the theme's primary color. This color must be opaque.
584 public TaskDescription(String label, Bitmap icon, int colorPrimary) {
585 if ((colorPrimary != 0) && (Color.alpha(colorPrimary) != 255)) {
591 mColorPrimary = colorPrimary;
595 public TaskDescription(String label, int colorPrimary, String iconFilename) {
596 this(label, null, colorPrimary);
796 " colorPrimary: " + mColorPrimary;
    [all...]
Activity.java     [all...]
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java 78 android.R.attr.colorPrimary, Color.DKGRAY);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java 78 android.R.attr.colorPrimary, Color.DKGRAY);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 78 android.R.attr.colorPrimary, Color.DKGRAY);
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java     [all...]
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 361 .setColor(getResources().getColor(R.color.colorPrimary))
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 361 .setColor(getResources().getColor(R.color.colorPrimary))
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 361 .setColor(getResources().getColor(R.color.colorPrimary))
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /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/22/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 541 milliseconds