Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DTimeBar.java78 protected final Rect mTimeBounds; field in TimeBar
104 mTimeBounds = new Rect(); in TimeBar()
105 mTimeTextPaint.getTextBounds("0:00:00", 0, 7, mTimeBounds); in TimeBar()
133 return mTimeBounds.height() + mVPaddingInPx + mScrubberPadding; in getPreferredHeight()
140 return mTimeBounds.height() + mVPaddingInPx; in getBarHeight()
181 margin += mTimeBounds.width(); in onLayout()
205 mTimeBounds.width() / 2 + getPaddingLeft(), in onDraw()
206 mTimeBounds.height() + mVPaddingInPx / 2 + mScrubberPadding + 1, in onDraw()
210 getWidth() - getPaddingRight() - mTimeBounds.width() / 2, in onDraw()
211 mTimeBounds.height() + mVPaddingInPx / 2 + mScrubberPadding + 1, in onDraw()
DTrimTimeBar.java175 margin += mTimeBounds.width(); in onLayout()
198 mTimeBounds.width() / 2 + getPaddingLeft(), in onDraw()
199 mTimeBounds.height() / 2 + mTrimStartScrubberTop, in onDraw()
203 getWidth() - getPaddingRight() - mTimeBounds.width() / 2, in onDraw()
204 mTimeBounds.height() / 2 + mTrimStartScrubberTop, in onDraw()