Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableWrapper.java269 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()
DDrawableContainer.java309 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()
DAdaptiveIconDrawable.java619 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()
DAnimatedVectorDrawable.java475 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()
DRippleDrawable.java613 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in RippleDrawable
DDrawable.java764 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
DLayerDrawable.java1304 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/
DCheckedTextView.java460 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom); in onDraw()
DCompoundButton.java486 background.setHotspotBounds(left, top, right, bottom); in onDraw()
DAbsSeekBar.java741 background.setHotspotBounds(left + offsetX, top + offsetY,
DActionMenuPresenter.java928 bg.setHotspotBounds(centerX - halfEdge, centerY - halfEdge, in setFrame()
DSwitch.java1293 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java150 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()
/frameworks/base/config/
Dboot-image-profile.txt6674 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/api/
Dcurrent.txt15408 method public void setHotspotBounds(int, int, int, int);