Searched refs:getBounds (Results 1 - 25 of 117) sorted by relevance

12345

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DDrawableRecipientChip.java30 Rect getBounds(); method in interface:DrawableRecipientChip
H A DReplacementDrawableSpan.java32 final Rect bounds = getBounds();
46 return getBounds().right;
53 int transY = (bottom - mDrawable.getBounds().bottom + top) / 2;
59 protected Rect getBounds() { method in class:ReplacementDrawableSpan
60 return mDrawable.getBounds();
H A DVisibleRecipientChip.java93 public Rect getBounds() { method in class:VisibleRecipientChip
94 return super.getBounds();
H A DInvisibleRecipientChip.java107 public Rect getBounds() { method in class:InvisibleRecipientChip
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonRipple.java88 final float w = getBounds().width();
89 final float h = getBounds().height();
131 return getBounds().width() > getBounds().height();
276 return isHorizontal() ? getBounds().width() : getBounds().height();
280 int size = isHorizontal() ? getBounds().width() : getBounds().height();
305 mBottomProp = CanvasProperty.createFloat(getBounds().height());
306 mRxProp = CanvasProperty.createFloat(getBounds()
[all...]
H A DKeyguardUserSwitcherScrim.java58 Rect bounds = getBounds();
/frameworks/base/libs/hwui/
H A DRevealClip.h50 void getBounds(Rect* outBounds) const { function in class:android::uirenderer::RevealClip
H A DOutline.h51 mBounds.set(outline->getBounds());
/frameworks/native/services/inputflinger/
H A DPointerControllerInterface.h43 virtual bool getBounds(float* outMinX, float* outMinY,
/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java78 Rect rect = d.getBounds();
98 int transY = bottom - b.getBounds().bottom;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java217 regionDelegate.mArea.getBounds().intersects(
218 targetRegionDelegate.mArea.getBounds()) == false;
303 return dstRegion.mArea.getBounds().isEmpty() == false;
325 return dstRegion.mArea.getBounds().isEmpty() == false;
335 Rectangle bounds = region.mArea.getBounds();
385 return region.mArea.getBounds().isEmpty() == false;
403 return region.mArea.getBounds().isEmpty() == false;
431 return dstRegion.mArea.getBounds().isEmpty() == false;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DPictureDrawable.java65 Rect bounds = getBounds();
H A DRotateDrawable.java83 final Rect bounds = d.getBounds();
363 onBoundsChange(getBounds());
370 onBoundsChange(getBounds());
562 mDrawable.setBounds(orig.mDrawable.getBounds());
H A DColorDrawable.java108 canvas.drawRect(getBounds(), mPaint);
224 outline.setRect(getBounds());
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp197 const Rect b(newDirty.getBounds());
320 dirty.set(getBounds());
324 dirty.andSelf(getBounds());
404 dirtyRegion.set(getBounds());
454 dirtyRegion.set(getBounds());
485 mScissor = getBounds();
H A DDisplayDevice.h140 Rect getBounds() const { function in class:android::DisplayDevice
143 inline Rect bounds() const { return getBounds(); }
/frameworks/base/core/java/android/hardware/camera2/params/
H A DFace.java147 public Rect getBounds() { method in class:Face
199 * the same space as the ones for {@link #getBounds}. This is an
215 * in the same space as the ones for {@link #getBounds}.This is an
231 * the same space as the ones for {@link #getBounds}. This is an optional
/frameworks/base/core/java/android/view/
H A DViewOverlay.java148 invalidate(drawable.getBounds());
156 invalidate(drawable.getBounds());
214 invalidate(drawable.getBounds());
/frameworks/native/include/ui/
H A DRegion.h47 inline bool isEmpty() const { return getBounds().isEmpty(); }
50 inline Rect getBounds() const { return mStorage[mStorage.size() - 1]; } function in class:android::Region
51 inline Rect bounds() const { return getBounds(); }
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDismissViewButton.java75 int drawableHeight = mActiveDrawable.getBounds().height();
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java214 public abstract void getBounds(Rect bounds, int x, int y, int width, int height); method in interface:GLCanvas
/frameworks/minikin/include/minikin/
H A DLayout.h101 void getBounds(MinikinRect* rect);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java106 Rect bounds = mOpts.placeholder.getBounds();
123 mPlaceholder.setBounds(getBounds());
131 mProgress.setBounds(getBounds());
254 final Rect bounds = getBounds();
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java76 bounds = getBounds();
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java135 public Rect getBounds() { method in class:Region
145 public boolean getBounds(Rect r) { method in class:Region

Completed in 4295 milliseconds

12345