Home
last modified time | relevance | path

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

12

/frameworks/support/compat/java/android/support/v4/graphics/drawable/
DDrawableCompat.java64 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableCompat.DrawableCompatBaseImpl
226 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableCompat.DrawableCompatApi21Impl
227 drawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
410 public static void setHotspotBounds(@NonNull Drawable drawable, int left, int top, in setHotspotBounds() method in DrawableCompat
412 IMPL.setHotspotBounds(drawable, left, top, right, bottom); in setHotspotBounds()
/frameworks/support/compat/api21/android/support/v4/graphics/drawable/
DDrawableWrapperApi21.java50 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapperApi21
51 mDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCommon.java77 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in VectorDrawableCommon
79 DrawableCompat.setHotspotBounds(mDelegateDrawable, left, top, right, bottom); in setHotspotBounds()
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DDrawableWrapper.java214 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper
215 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom); in setHotspotBounds()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListViewCompat.java399 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in ListViewCompat.GateKeeperDrawable
401 super.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
DActionMenuPresenter.java718 DrawableCompat.setHotspotBounds(bg, centerX - halfEdge, centerY - halfEdge, in setFrame()
DSwitchCompat.java1185 DrawableCompat.setHotspotBounds(background, thumbLeft, switchTop, in draw()
/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.java615 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AdaptiveIconDrawable
620 dr.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
DDrawable.java697 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
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()
DRippleDrawable.java635 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in RippleDrawable
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/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java103 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.java1202 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
/frameworks/support/api/
D22.0.0.txt2406 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
D22.1.0.txt2559 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
D22.2.0.txt2945 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
D22.2.1.txt2974 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);
D25.1.0.txt5283 …method public static void setHotspotBounds(android.graphics.drawable.Drawable, int, int, int, int);

12