Searched refs:mHotspotBounds (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleDrawable.java | 115 private final Rect mHotspotBounds = new Rect(); field in RippleDrawable 288 mBackground = new RippleBackground(this, mHotspotBounds, isBounded()); in setBackgroundActive() 301 mHotspotBounds.set(bounds); in onBoundsChange() 360 final Rect hotspotBounds = mHotspotBounds; in isProjected() 568 x = mHotspotBounds.exactCenterX(); in tryRippleEnter() 569 y = mHotspotBounds.exactCenterY(); in tryRippleEnter() 572 mRipple = new RippleForeground(this, mHotspotBounds, x, y, mForceSoftware); in tryRippleEnter() 615 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds() 622 outRect.set(mHotspotBounds); in getHotspotBounds() 835 final float x = mHotspotBounds.exactCenterX(); in drawBackgroundAndRipples() [all …]
|
D | DrawableContainer.java | 61 private Rect mHotspotBounds; field in DrawableContainer 310 if (mHotspotBounds == null) { in setHotspotBounds() 311 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds() 313 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds() 323 if (mHotspotBounds != null) { in getHotspotBounds() 324 outRect.set(mHotspotBounds); in getHotspotBounds() 559 final Rect hotspotBounds = mHotspotBounds; in initializeDrawableForDisplay()
|
D | AdaptiveIconDrawable.java | 132 private Rect mHotspotBounds; field in AdaptiveIconDrawable 628 if (mHotspotBounds == null) { in setHotspotBounds() 629 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds() 631 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds() 637 if (mHotspotBounds != null) { in getHotspotBounds() 638 outRect.set(mHotspotBounds); in getHotspotBounds()
|
D | LayerDrawable.java | 108 private Rect mHotspotBounds; field in LayerDrawable 1314 if (mHotspotBounds == null) { in setHotspotBounds() 1315 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds() 1317 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds() 1323 if (mHotspotBounds != null) { in getHotspotBounds() 1324 outRect.set(mHotspotBounds); in getHotspotBounds()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 19373 Landroid/graphics/drawable/AdaptiveIconDrawable;->mHotspotBounds:Landroid/graphics/Rect; 19814 Landroid/graphics/drawable/DrawableContainer;->mHotspotBounds:Landroid/graphics/Rect; 20030 Landroid/graphics/drawable/LayerDrawable;->mHotspotBounds:Landroid/graphics/Rect; 20155 Landroid/graphics/drawable/RippleDrawable;->mHotspotBounds:Landroid/graphics/Rect;
|