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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DRedEyeCandidate.java23 RectF mBounds = new RectF(); field in class:RedEyeCandidate
27 mBounds.set(candidate.mBounds);
32 mBounds.set(bounds);
37 && candidate.mBounds.equals(mBounds)) {
H A DImageFilterColorBorder.java30 RectF mBounds = new RectF(); field in class:ImageFilterColorBorder
62 mBounds.set(0, 0, w, h);
66 float bs = size / 100.f * mBounds.width();
67 float r = radius / 100.f * mBounds.width();
69 mInsideBounds.set(mBounds.left + bs,
70 mBounds.top + bs, mBounds.right - bs,
71 mBounds.bottom - bs);
73 mBorderPath.moveTo(mBounds.left, mBounds
[all...]
H A DFilterRedEyeRepresentation.java61 bounds.union(r.mBounds);
/packages/apps/Browser/src/com/android/browser/
H A DPageProgressView.java41 private Rect mBounds; field in class:PageProgressView
72 mBounds = new Rect(0,0,0,0);
82 mBounds.right = getWidth() * mCurrentProgress / MAX_PROGRESS;
95 mBounds.left = 0;
96 mBounds.right = (r - l) * mCurrentProgress / MAX_PROGRESS;
97 mBounds.top = 0;
98 mBounds.bottom = b-t;
113 d.setBounds(mBounds);
/packages/apps/Gallery2/src/com/android/photos/drawables/
H A DAutoThumbnailDrawable.java57 private Rect mBounds = new Rect(); field in class:AutoThumbnailDrawable
97 mBounds.set(bounds);
98 if (mBounds.isEmpty()) {
112 canvas.clipRect(mBounds);
122 if (mBitmap == null || mBounds.isEmpty()) {
132 int vwidth = mBounds.width();
133 int vheight = mBounds.height();
156 int vwidth = mBounds.width();
157 int vheight = mBounds.height();
170 if (mBounds
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java59 protected final Rect mBounds = new Rect(); field in class:GLView
188 return mBounds;
192 return mBounds.right - mBounds.left;
196 return mBounds.bottom - mBounds.top;
271 int xoffset = component.mBounds.left - mScrollX;
272 int yoffset = component.mBounds.top - mScrollY;
297 Rect rect = component.mBounds;
359 boolean sizeChanged = (right - left) != (mBounds
[all...]
H A DEdgeEffect.java412 private Rect mBounds = new Rect(); field in class:EdgeEffect.Drawable
428 mBounds.set(left, top, right, bottom);
438 Rect b = mBounds;
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DLetterTileProvider.java52 private final Rect mBounds; field in class:LetterTileProvider
73 mBounds = new Rect();
110 mPaint.getTextBounds(mFirstChar, 0, 1, mBounds);
112 0 + dimensions.height / 2 + (mBounds.bottom - mBounds.top) / 2, mPaint);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DTextDecoratorUi.java194 private final RectF mBounds = new RectF(); field in class:TextDecoratorUi.IndicatorView
206 mBounds.set(rect);
213 canvas.drawRect(0.0f, 0.0f, mBounds.width(), mBounds.height(), mPaint);
216 mMatrix.postScale(mBounds.width(), mBounds.height());
/packages/apps/Camera2/src/com/android/camera/ui/
H A DFocusOverlay.java48 private final Rect mBounds = new Rect(); field in class:FocusOverlay
120 mBounds.set(x - mFocusIndicatorSize / 2, y - mFocusIndicatorSize / 2,
122 mFocusIndicator.setBounds(mBounds);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DRenderingRequest.java36 private Rect mBounds = null; field in class:RenderingRequest
167 return mBounds;
171 mBounds = bounds;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPinnedHeaderListView.java100 private RectF mBounds = new RectF(); field in class:PinnedHeaderListView
570 mBounds.set(0, 0, view.getWidth(), view.getHeight());
571 canvas.saveLayerAlpha(mBounds, header.alpha, Canvas.ALL_SAVE_FLAG);

Completed in 376 milliseconds