Searched refs:mIndicatorWidth (Results 1 – 2 of 2) sorted by relevance
36 private float mIndicatorWidth = 0; field in PanoProgressBar108 mIndicatorWidth = w; in setIndicatorWidth()173 l = Math.max(mProgress - mIndicatorWidth, 0f); in onDraw()177 r = Math.min(mProgress + mIndicatorWidth, mWidth); in onDraw()
39 private float mIndicatorWidth = 0; field in PanoProgressBar113 mIndicatorWidth = w; in setIndicatorWidth()178 l = Math.max(mProgress - mIndicatorWidth, 0f); in onDraw()182 r = Math.min(mProgress + mIndicatorWidth, mWidth); in onDraw()