/frameworks/support/compat/java/android/support/v4/graphics/drawable/ |
D | DrawableCompat.java | 64 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableCompat.DrawableCompatBaseImpl 226 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableCompat.DrawableCompatApi21Impl 227 drawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds() 410 public static void setHotspotBounds(@NonNull Drawable drawable, int left, int top, in setHotspotBounds() method in DrawableCompat 412 IMPL.setHotspotBounds(drawable, left, top, right, bottom); in setHotspotBounds()
|
/frameworks/support/compat/api21/android/support/v4/graphics/drawable/ |
D | DrawableWrapperApi21.java | 50 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapperApi21 51 mDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCommon.java | 77 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in VectorDrawableCommon 79 DrawableCompat.setHotspotBounds(mDelegateDrawable, left, top, right, bottom); in setHotspotBounds()
|
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/ |
D | DrawableWrapper.java | 214 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper 215 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom); in setHotspotBounds()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListViewCompat.java | 399 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in ListViewCompat.GateKeeperDrawable 401 super.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | ActionMenuPresenter.java | 718 DrawableCompat.setHotspotBounds(bg, centerX - halfEdge, centerY - halfEdge, in setFrame()
|
D | SwitchCompat.java | 1185 DrawableCompat.setHotspotBounds(background, thumbLeft, switchTop, in draw()
|
/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 | 615 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AdaptiveIconDrawable 620 dr.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | Drawable.java | 697 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
|
D | AnimatedVectorDrawable.java | 466 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AnimatedVectorDrawable 467 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | RippleDrawable.java | 635 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in RippleDrawable
|
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/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileBaseView.java | 103 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 | 1202 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
|
/frameworks/support/api/ |
D | 22.0.0.txt | 2406 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
|
D | 22.1.0.txt | 2559 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
|
D | 22.2.0.txt | 2945 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
|
D | 22.2.1.txt | 2974 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
|
D | 25.1.0.txt | 5283 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
|