Home
last modified time | relevance | path

Searched refs:setHotspotBounds (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableWrapper.java270 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()
DDrawableContainer.java308 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()
DAdaptiveIconDrawable.java663 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()
DAnimatedVectorDrawable.java466 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()
DDrawable.java759 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
DLayerDrawable.java1305 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()
DRippleDrawable.java739 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in RippleDrawable
/frameworks/base/core/java/android/widget/
DCheckedTextView.java460 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom); in onDraw()
DCompoundButton.java556 background.setHotspotBounds(left, top, right, bottom); in onDraw()
DAbsSeekBar.java747 background.setHotspotBounds(left + offsetX, top + offsetY,
DActionMenuPresenter.java929 bg.setHotspotBounds(centerX - halfEdge, centerY - halfEdge, in setFrame()
DSwitch.java1387 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt7594 HSPLandroid/graphics/drawable/RippleDrawable;->setHotspotBounds(IIII)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11725 method public void setHotspotBounds(int, int, int, int);
/frameworks/base/config/
Dboot-image-profile.txt7597 HSPLandroid/graphics/drawable/RippleDrawable;->setHotspotBounds(IIII)V
/frameworks/base/core/api/
Dcurrent.txt17533 method public void setHotspotBounds(int, int, int, int);