Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/graphics/drawable/
DDrawableCompat.java37 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom); in setHotspotBounds() method
65 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableCompat.BaseDrawableImpl
116 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableCompat.LDrawableImpl
117 DrawableCompatL.setHotspotBounds(drawable, left, top, right, bottom); in setHotspotBounds()
213 public static void setHotspotBounds(Drawable drawable, int left, int top, in setHotspotBounds() method in DrawableCompat
215 IMPL.setHotspotBounds(drawable, left, top, right, bottom); in setHotspotBounds()
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
DDrawableCompatL.java32 public static void setHotspotBounds(Drawable drawable, int left, int top, in setHotspotBounds() method in DrawableCompatL
34 drawable.setHotspotBounds( left, top, right, bottom); in setHotspotBounds()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DDrawableWrapper.java207 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableWrapper
208 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom); in setHotspotBounds()
DListViewCompat.java363 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in ListViewCompat.GateKeeperDrawable
365 super.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java220 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in AnimatedVectorDrawable
221 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
DInsetDrawable.java258 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in InsetDrawable
259 mInsetState.mDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
DDrawableContainer.java287 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in DrawableContainer
295 mCurrDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
470 d.setHotspotBounds(hotspotBounds.left, hotspotBounds.top, in selectDrawable()
DLayerDrawable.java625 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in LayerDrawable
629 array[i].mDrawable.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
DDrawable.java544 public void setHotspotBounds(int left, int top, int right, int bottom) {} in setHotspotBounds() method in Drawable
DRippleDrawable.java580 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() method in RippleDrawable
/frameworks/base/core/java/android/widget/
DCheckedTextView.java395 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom); in onDraw()
DCompoundButton.java394 background.setHotspotBounds(left, top, right, bottom); in onDraw()
DAbsSeekBar.java487 background.setHotspotBounds(left + offsetX, top + offsetY,
DActionMenuPresenter.java666 bg.setHotspotBounds(offset, 0, getWidth() + offset, getHeight()); in setFrame()
DSwitch.java979 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileView.java278 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad); in updateRippleSize()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionMenuPresenter.java659 DrawableCompat.setHotspotBounds(bg, offset, 0, getWidth() + offset, getHeight()); in setFrame()
DSwitchCompat.java853 DrawableCompat.setHotspotBounds(background, thumbLeft, switchTop, in draw()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt882 NO DOC BLOCK: android.graphics.drawable.Drawable Method setHotspotBounds(int, int, int, int)
/frameworks/base/api/
Dcurrent.txt11680 method public void setHotspotBounds(int, int, int, int);