Searched refs:setHotspotBounds (Results 1 - 19 of 19) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DDrawableWrapperLollipop.java36 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapperLollipop
37 mDrawable.setHotspotBounds(left, top, right, bottom);
H A DDrawableCompatLollipop.java34 public static void setHotspotBounds(Drawable drawable, int left, int top, method in class:DrawableCompatLollipop
36 drawable.setHotspotBounds( left, top, right, bottom);
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java37 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom); method in interface:DrawableCompat.DrawableImpl
68 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { method in class:DrawableCompat.BaseDrawableImpl
160 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { method in class:DrawableCompat.LollipopDrawableImpl
161 DrawableCompatLollipop.setHotspotBounds(drawable, left, top, right, bottom);
293 public static void setHotspotBounds(Drawable drawable, int left, int top, method in class:DrawableCompat
295 IMPL.setHotspotBounds(drawable, left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java206 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapper
207 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListViewCompat.java372 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:ListViewCompat.GateKeeperDrawable
374 super.setHotspotBounds(left, top, right, bottom);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java206 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapper
208 mDrawable.setHotspotBounds(left, top, right, bottom);
H A DAnimatedVectorDrawable.java255 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:AnimatedVectorDrawable
256 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom);
H A DDrawableContainer.java292 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableContainer
300 mCurrDrawable.setHotspotBounds(left, top, right, bottom);
520 d.setHotspotBounds(hotspotBounds.left, hotspotBounds.top,
H A DDrawable.java621 public void setHotspotBounds(int left, int top, int right, int bottom) {} method in class:Drawable
627 * @see #setHotspotBounds(int, int, int, int)
H A DRippleDrawable.java636 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:RippleDrawable
H A DLayerDrawable.java1203 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:LayerDrawable
1209 dr.setHotspotBounds(left, top, right, bottom);
/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java408 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom);
H A DCompoundButton.java428 background.setHotspotBounds(left, top, right, bottom);
H A DAbsSeekBar.java483 background.setHotspotBounds(left + offsetX, top + offsetY,
H A DActionMenuPresenter.java903 bg.setHotspotBounds(centerX - halfEdge, centerY - halfEdge,
H A DSwitch.java1197 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileView.java290 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuPresenter.java687 DrawableCompat.setHotspotBounds(bg, centerX - halfEdge, centerY - halfEdge,
H A DSwitchCompat.java911 DrawableCompat.setHotspotBounds(background, thumbLeft, switchTop,

Completed in 387 milliseconds