/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 | 632 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AdaptiveIconDrawable 637 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 | 526 background.setHotspotBounds(left, top, right, bottom); in onDraw()
|
D | AbsSeekBar.java | 745 background.setHotspotBounds(left + offsetX, top + offsetY,
|
D | ActionMenuPresenter.java | 928 bg.setHotspotBounds(centerX - halfEdge, centerY - halfEdge, in setFrame()
|
D | Switch.java | 1312 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileBaseView.java | 158 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11725 method public void setHotspotBounds(int, int, int, int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 8999 HSPLandroid/graphics/drawable/RippleDrawable;->setHotspotBounds(IIII)V
|
/frameworks/base/api/ |
D | current.txt | 15887 method public void setHotspotBounds(int, int, int, int);
|