Searched refs:HIGHLIGHT_COLOR (Results 1 – 4 of 4) sorted by relevance
70 private final int HIGHLIGHT_COLOR; field in IndicatorControlWheel122 HIGHLIGHT_COLOR = resources.getColor(R.color.review_control_pressed_color); in IndicatorControlWheel()474 mBackgroundPaint.setColor(HIGHLIGHT_COLOR); in onDraw()
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()
1025 private static final String HIGHLIGHT_COLOR = "highlight_color";1049 writeTextIfNonNull(HIGHLIGHT_COLOR,1103 } else if (parser.getName().equals(HIGHLIGHT_COLOR)) {