/frameworks/base/graphics/java/android/graphics/drawable/ |
D | DrawableWrapper.java | 270 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper 272 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 | 663 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AdaptiveIconDrawable 668 dr.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
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 | Drawable.java | 759 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
|
D | LayerDrawable.java | 1305 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in LayerDrawable 1311 dr.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
|
D | RippleDrawable.java | 739 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 | 460 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom); in onDraw()
|
D | CompoundButton.java | 556 background.setHotspotBounds(left, top, right, bottom); in onDraw()
|
D | AbsSeekBar.java | 747 background.setHotspotBounds(left + offsetX, top + offsetY,
|
D | ActionMenuPresenter.java | 929 bg.setHotspotBounds(centerX - halfEdge, centerY - halfEdge, in setFrame()
|
D | Switch.java | 1387 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 7594 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/config/ |
D | boot-image-profile.txt | 7597 HSPLandroid/graphics/drawable/RippleDrawable;->setHotspotBounds(IIII)V
|
/frameworks/base/core/api/ |
D | current.txt | 17533 method public void setHotspotBounds(int, int, int, int);
|