Searched refs:mIndicatorWidth (Results 1 – 3 of 3) sorted by relevance
37 private float mIndicatorWidth = 0; field in PanoProgressBar111 mIndicatorWidth = w; in setIndicatorWidth()176 l = Math.max(mProgress - mIndicatorWidth, 0f); in onDraw()180 r = Math.min(mProgress + mIndicatorWidth, mWidth); in onDraw()
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()