Searched defs:setHotspotBounds (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/compat/api21/android/support/v4/graphics/drawable/
H A DDrawableCompatLollipop.java42 public static void setHotspotBounds(Drawable drawable, int left, int top, method in class:DrawableCompatLollipop
44 drawable.setHotspotBounds( left, top, right, bottom);
H A DDrawableWrapperLollipop.java48 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapperLollipop
49 mDrawable.setHotspotBounds(left, top, right, bottom);
/frameworks/support/compat/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java47 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom); method in interface:DrawableCompat.DrawableImpl
85 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { method in class:DrawableCompat.BaseDrawableImpl
214 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { method in class:DrawableCompat.LollipopDrawableImpl
215 DrawableCompatLollipop.setHotspotBounds(drawable, left, top, right, bottom);
374 public static void setHotspotBounds(@NonNull Drawable drawable, int left, int top, method in class:DrawableCompat
376 IMPL.setHotspotBounds(drawable, left, top, right, bottom);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java94 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:VectorDrawableCommon
96 DrawableCompat.setHotspotBounds(mDelegateDrawable, left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListViewCompat.java399 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:ListViewCompat.GateKeeperDrawable
401 super.setHotspotBounds(left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java210 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapper
211 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java258 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapper
260 mDrawable.setHotspotBounds(left, top, right, bottom);
H A DDrawable.java676 public void setHotspotBounds(int left, int top, int right, int bottom) {} method in class:Drawable
682 * @see #setHotspotBounds(int, int, int, int)
H A DRippleDrawable.java629 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:RippleDrawable
H A DAnimatedVectorDrawable.java396 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:AnimatedVectorDrawable
397 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom);
H A DDrawableContainer.java297 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableContainer
305 mCurrDrawable.setHotspotBounds(left, top, right, bottom);
542 d.setHotspotBounds(hotspotBounds.left, hotspotBounds.top,
H A DLayerDrawable.java1298 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:LayerDrawable
1304 dr.setHotspotBounds(left, top, right, bottom);

Completed in 821 milliseconds