/frameworks/support/v4/java/android/support/v4/graphics/drawable/ |
D | DrawableCompat.java | 37 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom); in setHotspotBounds() method 65 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableCompat.BaseDrawableImpl 116 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableCompat.LDrawableImpl 117 DrawableCompatL.setHotspotBounds(drawable, left, top, right, bottom); in setHotspotBounds() 213 public static void setHotspotBounds(Drawable drawable, int left, int top, in setHotspotBounds() method in DrawableCompat 215 IMPL.setHotspotBounds(drawable, left, top, right, bottom); in setHotspotBounds()
|
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/ |
D | DrawableCompatL.java | 32 public static void setHotspotBounds(Drawable drawable, int left, int top, in setHotspotBounds() method in DrawableCompatL 34 drawable.setHotspotBounds( left, top, right, bottom); in setHotspotBounds()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | DrawableWrapper.java | 207 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper 208 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom); in setHotspotBounds()
|
D | ListViewCompat.java | 363 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in ListViewCompat.GateKeeperDrawable 365 super.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedVectorDrawable.java | 220 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AnimatedVectorDrawable 221 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | InsetDrawable.java | 258 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in InsetDrawable 259 mInsetState.mDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | DrawableContainer.java | 287 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableContainer 295 mCurrDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds() 470 d.setHotspotBounds(hotspotBounds.left, hotspotBounds.top, in selectDrawable()
|
D | LayerDrawable.java | 625 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in LayerDrawable 629 array[i].mDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | Drawable.java | 544 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
|
D | RippleDrawable.java | 580 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in RippleDrawable
|
/frameworks/base/core/java/android/widget/ |
D | CheckedTextView.java | 395 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom); in onDraw()
|
D | CompoundButton.java | 394 background.setHotspotBounds(left, top, right, bottom); in onDraw()
|
D | AbsSeekBar.java | 487 background.setHotspotBounds(left + offsetX, top + offsetY,
|
D | ActionMenuPresenter.java | 666 bg.setHotspotBounds(offset, 0, getWidth() + offset, getHeight()); in setFrame()
|
D | Switch.java | 979 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTileView.java | 278 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ActionMenuPresenter.java | 659 DrawableCompat.setHotspotBounds(bg, offset, 0, getWidth() + offset, getHeight()); in setFrame()
|
D | SwitchCompat.java | 853 DrawableCompat.setHotspotBounds(background, thumbLeft, switchTop, in draw()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 882 NO DOC BLOCK: android.graphics.drawable.Drawable Method setHotspotBounds(int, int, int, int)
|
/frameworks/base/api/ |
D | current.txt | 11680 method public void setHotspotBounds(int, int, int, int);
|