Searched refs:HIGHLIGHT_COLOR (Results 1 – 5 of 5) sorted by relevance
44 private static final Property<PreferenceHighlighter, Integer> HIGHLIGHT_COLOR = field in PreferenceHighlighter99 ObjectAnimator anim = ObjectAnimator.ofArgb(this, HIGHLIGHT_COLOR, END_COLOR, in onDraw()125 this, HIGHLIGHT_COLOR, mHighlightColor, END_COLOR); in removeHighlight()
35 protected final int HIGHLIGHT_COLOR; field in AbstractIndicatorButton49 HIGHLIGHT_COLOR = context.getResources().getColor(R.color.review_control_pressed_color); in AbstractIndicatorButton()
54 private final int HIGHLIGHT_COLOR; field in ZoomControlWheel78 HIGHLIGHT_COLOR = resources.getColor(R.color.review_control_pressed_color); in ZoomControlWheel()
70 private final int HIGHLIGHT_COLOR; field in IndicatorControlWheel122 HIGHLIGHT_COLOR = resources.getColor(R.color.review_control_pressed_color); in IndicatorControlWheel()481 mBackgroundPaint.setColor(HIGHLIGHT_COLOR); in onDraw()
1792 private static final String HIGHLIGHT_COLOR = "highlight_color";1816 writeTextIfNonNull(HIGHLIGHT_COLOR,1878 } else if (parser.getName().equals(HIGHLIGHT_COLOR)) {