Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DIndicatorControlWheel.java70 private final int HIGHLIGHT_COLOR; field in IndicatorControlWheel
122 HIGHLIGHT_COLOR = resources.getColor(R.color.review_control_pressed_color); in IndicatorControlWheel()
474 mBackgroundPaint.setColor(HIGHLIGHT_COLOR); in onDraw()
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()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java1025 private static final String HIGHLIGHT_COLOR = "highlight_color";
1049 writeTextIfNonNull(HIGHLIGHT_COLOR,
1103 } else if (parser.getName().equals(HIGHLIGHT_COLOR)) {