/frameworks/base/graphics/java/android/graphics/drawable/ |
D | DrawableWrapper.java | 269 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper 271 mDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | DrawableContainer.java | 309 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableContainer 317 mCurrDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds() 561 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 | 475 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AnimatedVectorDrawable 476 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | RippleDrawable.java | 613 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in RippleDrawable
|
D | Drawable.java | 764 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
|
D | LayerDrawable.java | 1304 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in LayerDrawable 1310 dr.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
/frameworks/base/core/java/android/widget/ |
D | CheckedTextView.java | 460 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom); in onDraw()
|
D | CompoundButton.java | 486 background.setHotspotBounds(left, top, right, bottom); in onDraw()
|
D | AbsSeekBar.java | 741 background.setHotspotBounds(left + offsetX, top + offsetY,
|
D | ActionMenuPresenter.java | 928 bg.setHotspotBounds(centerX - halfEdge, centerY - halfEdge, in setFrame()
|
D | Switch.java | 1293 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileBaseView.java | 150 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6674 HSPLandroid/graphics/drawable/RippleDrawable;->setHotspotBounds(IIII)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11725 method public void setHotspotBounds(int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 15408 method public void setHotspotBounds(int, int, int, int);
|