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

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DProgressBar.java38 private final Rect mProgressSrcRect; field in class:ProgressBar
69 mProgressSrcRect = new Rect(0, 0, mProgressLeftBitmap.getWidth(),
94 canvas.drawBitmap(mProgressRightBitmap, mProgressSrcRect, dest, null);
101 canvas.drawBitmap(mProgressLeftBitmap, mProgressSrcRect, dest, null);
111 canvas.drawBitmap(mProgressLeftBitmap, mProgressSrcRect, dest, null);
117 canvas.drawBitmap(mProgressRightBitmap, mProgressSrcRect, dest, null);

Completed in 77 milliseconds