Home
last modified time | relevance | path

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

123

/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
DVectorDrawableCommon.java78 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in VectorDrawableCommon
80 DrawableCompat.setHotspotBounds(mDelegateDrawable, left, top, right, bottom); in setHotspotBounds()
/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
DWrappedDrawableApi21.java59 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in WrappedDrawableApi21
60 mDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
DDrawableCompat.java121 public static void setHotspotBounds(@NonNull Drawable drawable, int left, int top, in setHotspotBounds() method in DrawableCompat
124 drawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
DDrawableWrapper.java215 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper
216 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom); in setHotspotBounds()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableWrapper.java257 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper
259 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.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.java470 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AnimatedVectorDrawable
471 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
DRippleDrawable.java610 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in RippleDrawable
DDrawable.java700 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
DLayerDrawable.java1297 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in LayerDrawable
1303 dr.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DDropDownListView.java413 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DropDownListView.GateKeeperDrawable
415 super.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
DActionMenuPresenter.java719 DrawableCompat.setHotspotBounds(bg, centerX - halfEdge, centerY - halfEdge, in setFrame()
DSwitchCompat.java1184 DrawableCompat.setHotspotBounds(background, thumbLeft, switchTop, in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java133 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()
/frameworks/base/core/java/android/widget/
DCheckedTextView.java416 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom); in onDraw()
DCompoundButton.java446 background.setHotspotBounds(left, top, right, bottom); in onDraw()
DAbsSeekBar.java656 background.setHotspotBounds(left + offsetX, top + offsetY,
DActionMenuPresenter.java923 bg.setHotspotBounds(centerX - halfEdge, centerY - halfEdge, in setFrame()
DSwitch.java1207 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
/frameworks/support/compat/api_legacy/
D28.0.0-alpha1.txt950 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
D26.1.0.txt766 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
Dcurrent.txt952 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
D27.1.0.txt805 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
D27.0.0.txt757 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);

123