Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java165 private final Rect mHotspotBounds = new Rect(); field in RippleDrawable
364 mBackground = new RippleBackground(this, mHotspotBounds, isBounded()); in setBackgroundActive()
386 mHotspotBounds.set(bounds); in onBoundsChange()
448 final Rect hotspotBounds = mHotspotBounds; in isProjected()
686 x = mHotspotBounds.exactCenterX(); in tryRippleEnter()
687 y = mHotspotBounds.exactCenterY(); in tryRippleEnter()
690 mRipple = new RippleForeground(this, mHotspotBounds, x, y, mForceSoftware); in tryRippleEnter()
734 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()
741 outRect.set(mHotspotBounds); in getHotspotBounds()
766 .setResolution(mHotspotBounds.width(), mHotspotBounds.height()); in onHotspotBoundsChanged()
[all …]
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()
DAdaptiveIconDrawable.java133 private Rect mHotspotBounds; field in AdaptiveIconDrawable
641 if (mHotspotBounds == null) { in setHotspotBounds()
642 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds()
644 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()
650 if (mHotspotBounds != null) { in getHotspotBounds()
651 outRect.set(mHotspotBounds); in getHotspotBounds()
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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19364 Landroid/graphics/drawable/AdaptiveIconDrawable;->mHotspotBounds:Landroid/graphics/Rect;
19805 Landroid/graphics/drawable/DrawableContainer;->mHotspotBounds:Landroid/graphics/Rect;
20021 Landroid/graphics/drawable/LayerDrawable;->mHotspotBounds:Landroid/graphics/Rect;
20146 Landroid/graphics/drawable/RippleDrawable;->mHotspotBounds:Landroid/graphics/Rect;