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

1 2 3

  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
Task.java 141 public int colorPrimary;
183 String titleDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget,
192 this.colorPrimary = colorPrimary;
194 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary,
215 this.colorPrimary = o.colorPrimary;
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouterThemeHelper.java 115 int primaryColor = getThemeColor(context, style, android.R.attr.colorPrimary);
117 primaryColor = getThemeColor(context, style, android.R.attr.colorPrimary);
130 int primaryColor = getThemeColor(context, 0, android.R.attr.colorPrimary);
142 int primaryColor = getThemeColor(context, 0, android.R.attr.colorPrimary);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifPatternDrawable.java 52 private static final int[] ATTRS_PRIMARY_COLOR = new int[]{ android.R.attr.colorPrimary };
80 int colorPrimary = 0;
83 colorPrimary = a.getColor(0, Color.BLACK);
86 return new GlifPatternDrawable(colorPrimary);
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouterThemeHelper.java 117 androidx.appcompat.R.attr.colorPrimary);
127 androidx.appcompat.R.attr.colorPrimary);
140 androidx.appcompat.R.attr.colorPrimary);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 274 .setColor(getResources().getColor(R.color.colorPrimary))
432 .setColor(getResources().getColor(R.color.colorPrimary))
522 .setColor(getResources().getColor(R.color.colorPrimary))
692 .setColor(getResources().getColor(R.color.colorPrimary))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareBgDrawable.java 64 layers[1].setTint(Utils.getColorAttr(context, android.R.attr.colorPrimary));
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 309 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
479 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
617 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 213 .setColor(getResources().getColor(R.color.colorPrimary))
BigTextIntentService.java 197 .setColor(getResources().getColor(R.color.colorPrimary))
MessagingIntentService.java 241 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 299 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
469 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
571 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 223 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 308 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
478 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
616 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 213 .setColor(getResources().getColor(R.color.colorPrimary))
BigTextIntentService.java 197 .setColor(getResources().getColor(R.color.colorPrimary))
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 299 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
469 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
571 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 223 .setColor(ContextCompat.getColor(getApplicationContext(), R.color.colorPrimary))
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java 300 .setColor(getResources().getColor(R.color.colorPrimary))
460 .setColor(getResources().getColor(R.color.colorPrimary))
588 .setColor(getResources().getColor(R.color.colorPrimary))
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java 213 .setColor(getResources().getColor(R.color.colorPrimary))
BigTextIntentService.java 197 .setColor(getResources().getColor(R.color.colorPrimary))
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java 213 .setColor(getResources().getColor(R.color.colorPrimary))
BigTextIntentService.java 196 .setColor(getResources().getColor(R.color.colorPrimary))
  /frameworks/support/car/src/main/java/androidx/car/drawer/
CarDrawerActivity.java 230 * Returns the color that has been set as {@code colorPrimary} on the current Theme of this
235 getTheme().resolveAttribute(android.R.attr.colorPrimary, value, true);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java 354 if (t.colorPrimary != 0) {
355 mLockedPaint.setColor(t.colorPrimary);
  /developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
MockIncomingMessageReceiver.java 161 .setColor(ContextCompat.getColor(context, R.color.colorPrimary))

Completed in 347 milliseconds

1 2 3