Home
last modified time | relevance | path

Searched refs:mHotspotBounds (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java166 private final Rect mHotspotBounds = new Rect(); field in RippleDrawable
393 mHotspotBounds.set(bounds); in onBoundsChange()
455 final Rect hotspotBounds = mHotspotBounds; in isProjected()
693 x = mHotspotBounds.exactCenterX(); in tryRippleEnter()
694 y = mHotspotBounds.exactCenterY(); in tryRippleEnter()
741 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()
748 outRect.set(mHotspotBounds); in getHotspotBounds()
773 .setResolution(mHotspotBounds.width(), mHotspotBounds.height()); in onHotspotBoundsChanged()
774 float cx = mHotspotBounds.centerX(), cy = mHotspotBounds.centerY(); in onHotspotBoundsChanged()
887 final Rect bounds = mHotspotBounds; in drawPatterned()
[all …]
H A DDrawableContainer.java61 private Rect mHotspotBounds; field in DrawableContainer
309 if (mHotspotBounds == null) { in setHotspotBounds()
310 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds()
312 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()
322 if (mHotspotBounds != null) { in getHotspotBounds()
323 outRect.set(mHotspotBounds); in getHotspotBounds()
558 final Rect hotspotBounds = mHotspotBounds; in initializeDrawableForDisplay()
H A DAdaptiveIconDrawable.java138 private Rect mHotspotBounds; field in AdaptiveIconDrawable
672 if (mHotspotBounds == null) { in setHotspotBounds()
673 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds()
675 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()
681 if (mHotspotBounds != null) { in getHotspotBounds()
682 outRect.set(mHotspotBounds); in getHotspotBounds()
H A DLayerDrawable.java109 private Rect mHotspotBounds; field in LayerDrawable
1315 if (mHotspotBounds == null) { in setHotspotBounds()
1316 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds()
1318 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()
1324 if (mHotspotBounds != null) { in getHotspotBounds()
1325 outRect.set(mHotspotBounds); in getHotspotBounds()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16486 Landroid/graphics/drawable/AdaptiveIconDrawable;->mHotspotBounds:Landroid/graphics/Rect;
16927 Landroid/graphics/drawable/DrawableContainer;->mHotspotBounds:Landroid/graphics/Rect;
17143 Landroid/graphics/drawable/LayerDrawable;->mHotspotBounds:Landroid/graphics/Rect;
17268 Landroid/graphics/drawable/RippleDrawable;->mHotspotBounds:Landroid/graphics/Rect;