Searched refs:mHotspotBounds (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleDrawable.java | 166 private final Rect mHotspotBounds = new Rect(); field in RippleDrawable 371 mBackground = new RippleBackground(this, mHotspotBounds, isBounded()); in setBackgroundActive() 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() 697 mRipple = new RippleForeground(this, mHotspotBounds, x, y, mForceSoftware); 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() [all …]
|
D | DrawableContainer.java | 61 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()
|
D | AdaptiveIconDrawable.java | 138 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()
|
D | LayerDrawable.java | 109 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/ |
D | hiddenapi-max-target-o.txt | 16486 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;
|