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

/frameworks/support/compat/api21/android/support/v4/graphics/drawable/
H A DDrawableWrapperApi21.java50 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapperApi21
51 mDrawable.setHotspotBounds(left, top, right, bottom);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java77 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:VectorDrawableCommon
79 DrawableCompat.setHotspotBounds(mDelegateDrawable, left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java214 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapper
215 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom);
/frameworks/support/compat/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java64 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { method in class:DrawableCompat.DrawableCompatBaseImpl
226 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { method in class:DrawableCompat.DrawableCompatApi21Impl
227 drawable.setHotspotBounds(left, top, right, bottom);
410 public static void setHotspotBounds(@NonNull Drawable drawable, int left, int top, method in class:DrawableCompat
412 IMPL.setHotspotBounds(drawable, 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);
H A DActionMenuPresenter.java718 DrawableCompat.setHotspotBounds(bg, centerX - halfEdge, centerY - halfEdge,
H A DSwitchCompat.java1185 DrawableCompat.setHotspotBounds(background, thumbLeft, switchTop,
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java257 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableWrapper
259 mDrawable.setHotspotBounds(left, top, right, bottom);
H A DDrawableContainer.java308 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:DrawableContainer
316 mCurrDrawable.setHotspotBounds(left, top, right, bottom);
560 d.setHotspotBounds(hotspotBounds.left, hotspotBounds.top,
H A DAdaptiveIconDrawable.java615 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:AdaptiveIconDrawable
620 dr.setHotspotBounds(left, top, right, bottom);
H A DDrawable.java697 public void setHotspotBounds(int left, int top, int right, int bottom) {} method in class:Drawable
703 * @see #setHotspotBounds(int, int, int, int)
H A DRippleDrawable.java635 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:RippleDrawable
H A DAnimatedVectorDrawable.java466 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:AnimatedVectorDrawable
467 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom);
H A DLayerDrawable.java1297 public void setHotspotBounds(int left, int top, int right, int bottom) { method in class:LayerDrawable
1303 dr.setHotspotBounds(left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileBaseView.java103 mRipple.setHotspotBounds(cx - rad, cy - rad, cx + rad, cy + rad);
/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java416 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom);
H A DCompoundButton.java446 background.setHotspotBounds(left, top, right, bottom);
H A DAbsSeekBar.java656 background.setHotspotBounds(left + offsetX, top + offsetY,
H A DActionMenuPresenter.java923 bg.setHotspotBounds(centerX - halfEdge, centerY - halfEdge,
H A DSwitch.java1202 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom);

Completed in 4250 milliseconds