Home
last modified time | relevance | path

Searched refs:HIGHLIGHT_COLOR (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/settings/
DPreferenceHighlighter.java44 private static final Property<PreferenceHighlighter, Integer> HIGHLIGHT_COLOR = field in PreferenceHighlighter
99 ObjectAnimator anim = ObjectAnimator.ofArgb(this, HIGHLIGHT_COLOR, END_COLOR, in onDraw()
125 this, HIGHLIGHT_COLOR, mHighlightColor, END_COLOR); in removeHighlight()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DAbstractIndicatorButton.java35 protected final int HIGHLIGHT_COLOR; field in AbstractIndicatorButton
49 HIGHLIGHT_COLOR = context.getResources().getColor(R.color.review_control_pressed_color); in AbstractIndicatorButton()
DZoomControlWheel.java54 private final int HIGHLIGHT_COLOR; field in ZoomControlWheel
78 HIGHLIGHT_COLOR = resources.getColor(R.color.review_control_pressed_color); in ZoomControlWheel()
DIndicatorControlWheel.java70 private final int HIGHLIGHT_COLOR; field in IndicatorControlWheel
122 HIGHLIGHT_COLOR = resources.getColor(R.color.review_control_pressed_color); in IndicatorControlWheel()
481 mBackgroundPaint.setColor(HIGHLIGHT_COLOR); in onDraw()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java1792 private static final String HIGHLIGHT_COLOR = "highlight_color";
1816 writeTextIfNonNull(HIGHLIGHT_COLOR,
1878 } else if (parser.getName().equals(HIGHLIGHT_COLOR)) {