Home
last modified time | relevance | path

Searched refs:HIGHLIGHT_WIDTH (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DIndicatorControlWheelContainer.java125 + IndicatorControlWheel.HIGHLIGHT_WIDTH * 4; in onMeasure()
127 + IndicatorControlWheel.HIGHLIGHT_WIDTH * 4; in onMeasure()
DIndicatorControlWheel.java43 public static final int HIGHLIGHT_WIDTH = 4; field in IndicatorControlWheel
473 mBackgroundPaint.setStrokeWidth(HIGHLIGHT_WIDTH); in onDraw()
DZoomControlWheel.java38 private static final int HIGHLIGHT_WIDTH = 4; field in ZoomControlWheel