Home
last modified time | relevance | path

Searched refs:mIndicatorWidth (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoProgressBar.java36 private float mIndicatorWidth = 0; field in PanoProgressBar
108 mIndicatorWidth = w; in setIndicatorWidth()
173 l = Math.max(mProgress - mIndicatorWidth, 0f); in onDraw()
177 r = Math.min(mProgress + mIndicatorWidth, mWidth); in onDraw()
/packages/apps/Camera2/src/com/android/camera/
DPanoProgressBar.java39 private float mIndicatorWidth = 0; field in PanoProgressBar
113 mIndicatorWidth = w; in setIndicatorWidth()
178 l = Math.max(mProgress - mIndicatorWidth, 0f); in onDraw()
182 r = Math.min(mProgress + mIndicatorWidth, mWidth); in onDraw()