Home
last modified time | relevance | path

Searched refs:colorPrimary (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTask.java154 public int colorPrimary; field in Task
200 String appInfoDescription, int colorPrimary, int colorBackground, in Task() argument
215 this.colorPrimary = hasAffiliationGroupColor ? affiliationColor : colorPrimary; in Task()
217 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary, in Task()
243 this.colorPrimary = o.colorPrimary; in copyFrom()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java52 private static final int[] ATTRS_PRIMARY_COLOR = new int[]{ android.R.attr.colorPrimary };
80 int colorPrimary = 0; in getDefault() local
83 colorPrimary = a.getColor(0, Color.BLACK); in getDefault()
86 return new GlifPatternDrawable(colorPrimary); in getDefault()
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouterThemeHelper.java88 android.support.v7.appcompat.R.attr.colorPrimary); in getControllerColor()
98 android.support.v7.appcompat.R.attr.colorPrimary); in getButtonTextColor()
111 android.support.v7.appcompat.R.attr.colorPrimary); in setMediaControlsBackgroundColor()
/frameworks/support/design/src/android/support/design/widget/
DBottomNavigationView.java296 android.support.v7.appcompat.R.attr.colorPrimary, value, true)) { in createDefaultColorStateList()
299 int colorPrimary = value.data; in createDefaultColorStateList() local
307 colorPrimary, in createDefaultColorStateList()
DThemeUtils.java26 android.support.v7.appcompat.R.attr.colorPrimary
DNavigationView.java421 android.support.v7.appcompat.R.attr.colorPrimary, value, true)) { in createDefaultColorStateList()
424 int colorPrimary = value.data; in createDefaultColorStateList() local
432 colorPrimary, in createDefaultColorStateList()
/frameworks/base/docs/html-intl/intl/ru/training/material/
Ddrawables.jd36 разрешаются в цветовые ресурсы (например, <code>?android:attr/colorPrimary</code>). Обычно такие ре…
Dtheme.jd85 &lt;item name="android:colorPrimary">@color/primary&lt;/item>
Dcompatibility.jd104 &lt;item name="colorPrimary">@color/material_blue_500&lt;/item>
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/
Ddrawables.jd35 您可使用颜色资源或分解为颜色资源(例如 <code>?android:attr/colorPrimary</code>)的主题属性为其着色。
Dtheme.jd85 &lt;item name="android:colorPrimary">@color/primary&lt;/item>
Dcompatibility.jd104 &lt;item name="colorPrimary">@color/material_blue_500&lt;/item>
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/
Ddrawables.jd35 您可使用顏色資源或解析為顏色資源的設計風格屬性 (如 <code>?android:attr/colorPrimary</code> 為圖片著色。
Dtheme.jd85 &lt;item name="android:colorPrimary">@color/primary&lt;/item>
Dcompatibility.jd104 &lt;item name="colorPrimary">@color/material_blue_500&lt;/item>
/frameworks/base/docs/html-intl/intl/ja/training/material/
Ddrawables.jd35 着色には、カラーリソースまたはカラーリソースに変換されるテーマ属性を使用できます(<code>?android:attr/colorPrimary</code> など)。
Dtheme.jd85 &lt;item name="android:colorPrimary">@color/primary&lt;/item>
Dcompatibility.jd104 &lt;item name="colorPrimary">@color/material_blue_500&lt;/item>
/frameworks/base/docs/html-intl/intl/ko/training/material/
Ddrawables.jd35 색상 리소스 또는 색상 리소스로 변환되는 테마 특성(예: <code>?android:attr/colorPrimary</code>)을 사용하여 색조를 적용할 수 있습니다.
Dtheme.jd85 &lt;item name="android:colorPrimary">@color/primary&lt;/item>
Dcompatibility.jd104 &lt;item name="colorPrimary">@color/material_blue_500&lt;/item>
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DHelpUtils.java191 TypedArray array = context.obtainStyledAttributes(new int[]{android.R.attr.colorPrimary}); in addIntentParameters()
/frameworks/base/core/java/android/app/
DActivityManager.java979 public TaskDescription(String label, Bitmap icon, int colorPrimary) { in TaskDescription() argument
980 this(label, icon, null, colorPrimary, 0); in TaskDescription()
981 if ((colorPrimary != 0) && (Color.alpha(colorPrimary) != 255)) { in TaskDescription()
1013 public TaskDescription(String label, Bitmap icon, String iconFilename, int colorPrimary, in TaskDescription() argument
1018 mColorPrimary = colorPrimary; in TaskDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java449 : t.colorPrimary; in bindToTask()
492 getSecondaryColor(t.colorPrimary, t.useLightOnPrimaryColor), in bindToTask()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
DMediaNotificationManager.java81 android.R.attr.colorPrimary, Color.DKGRAY); in MediaNotificationManager()

123