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

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

Completed in 136 milliseconds