/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/ |
D | VectorDrawableCommon.java | 78 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in VectorDrawableCommon 80 DrawableCompat.setHotspotBounds(mDelegateDrawable, left, top, right, bottom); in setHotspotBounds()
|
/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/ |
D | WrappedDrawableApi21.java | 59 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in WrappedDrawableApi21 60 mDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | DrawableCompat.java | 121 public static void setHotspotBounds(@NonNull Drawable drawable, int left, int top, in setHotspotBounds() method in DrawableCompat 124 drawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/graphics/drawable/ |
D | DrawableWrapper.java | 215 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper 216 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom); in setHotspotBounds()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | DrawableWrapper.java | 257 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper 259 mDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | DrawableContainer.java | 308 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableContainer 316 mCurrDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds() 560 d.setHotspotBounds(hotspotBounds.left, hotspotBounds.top, in initializeDrawableForDisplay()
|
D | AdaptiveIconDrawable.java | 619 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AdaptiveIconDrawable 624 dr.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | AnimatedVectorDrawable.java | 470 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AnimatedVectorDrawable 471 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | RippleDrawable.java | 610 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in RippleDrawable
|
D | Drawable.java | 700 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
|
D | LayerDrawable.java | 1297 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in LayerDrawable 1303 dr.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/ |
D | DropDownListView.java | 413 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DropDownListView.GateKeeperDrawable 415 super.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | ActionMenuPresenter.java | 719 DrawableCompat.setHotspotBounds(bg, centerX - halfEdge, centerY - halfEdge, in setFrame()
|
D | SwitchCompat.java | 1184 DrawableCompat.setHotspotBounds(background, thumbLeft, switchTop, in draw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileBaseView.java | 133 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()
|
/frameworks/base/core/java/android/widget/ |
D | CheckedTextView.java | 416 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom); in onDraw()
|
D | CompoundButton.java | 446 background.setHotspotBounds(left, top, right, bottom); in onDraw()
|
D | AbsSeekBar.java | 656 background.setHotspotBounds(left + offsetX, top + offsetY,
|
D | ActionMenuPresenter.java | 923 bg.setHotspotBounds(centerX - halfEdge, centerY - halfEdge, in setFrame()
|
D | Switch.java | 1207 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
|
/frameworks/support/compat/api_legacy/ |
D | 28.0.0-alpha1.txt | 950 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
|
D | 26.1.0.txt | 766 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
|
D | current.txt | 952 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
|
D | 27.1.0.txt | 805 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
|
D | 27.0.0.txt | 757 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
|