Searched refs:HIGHLIGHT_COLOR (Results 1 - 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DAbstractIndicatorButton.java35 protected final int HIGHLIGHT_COLOR; field in class:AbstractIndicatorButton
49 HIGHLIGHT_COLOR = context.getResources().getColor(R.color.review_control_pressed_color);
H A DZoomControlWheel.java54 private final int HIGHLIGHT_COLOR; field in class:ZoomControlWheel
78 HIGHLIGHT_COLOR = resources.getColor(R.color.review_control_pressed_color);
H A DIndicatorControlWheel.java70 private final int HIGHLIGHT_COLOR; field in class:IndicatorControlWheel
122 HIGHLIGHT_COLOR = resources.getColor(R.color.review_control_pressed_color);
474 mBackgroundPaint.setColor(HIGHLIGHT_COLOR);

Completed in 60 milliseconds