Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DPanoProgressBar.java37 private float mIndicatorWidth = 0; field in PanoProgressBar
111 mIndicatorWidth = w; in setIndicatorWidth()
176 l = Math.max(mProgress - mIndicatorWidth, 0f); in onDraw()
180 r = Math.min(mProgress + mIndicatorWidth, mWidth); in onDraw()
/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.java37 private float mIndicatorWidth = 0; field in PanoProgressBar
111 mIndicatorWidth = w; in setIndicatorWidth()
176 l = Math.max(mProgress - mIndicatorWidth, 0f); in onDraw()
180 r = Math.min(mProgress + mIndicatorWidth, mWidth); in onDraw()