HomeSort by relevance Sort by last modified time
    Searched defs:setHotspotBounds (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
WrappedDrawableApi21.java 59 public void setHotspotBounds(int left, int top, int right, int bottom) {
60 mDrawable.setHotspotBounds(left, top, right, bottom);
DrawableCompat.java 121 public static void setHotspotBounds(@NonNull Drawable drawable, int left, int top,
124 drawable.setHotspotBounds(left, top, right, bottom);
  /frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
VectorDrawableCommon.java 78 public void setHotspotBounds(int left, int top, int right, int bottom) {
80 DrawableCompat.setHotspotBounds(mDelegateDrawable, left, top, right, bottom);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
DrawableWrapper.java 215 public void setHotspotBounds(int left, int top, int right, int bottom) {
216 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom);
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableWrapper.java 257 public void setHotspotBounds(int left, int top, int right, int bottom) {
259 mDrawable.setHotspotBounds(left, top, right, bottom);
DrawableContainer.java 308 public void setHotspotBounds(int left, int top, int right, int bottom) {
316 mCurrDrawable.setHotspotBounds(left, top, right, bottom);
560 d.setHotspotBounds(hotspotBounds.left, hotspotBounds.top,
    [all...]
AdaptiveIconDrawable.java 619 public void setHotspotBounds(int left, int top, int right, int bottom) {
624 dr.setHotspotBounds(left, top, right, bottom);
    [all...]
LayerDrawable.java     [all...]
Drawable.java 700 public void setHotspotBounds(int left, int top, int right, int bottom) {}
706 * @see #setHotspotBounds(int, int, int, int)
    [all...]
AnimatedVectorDrawable.java 470 public void setHotspotBounds(int left, int top, int right, int bottom) {
471 mAnimatedVectorState.mVectorDrawable.setHotspotBounds(left, top, right, bottom);
    [all...]
RippleDrawable.java 610 public void setHotspotBounds(int left, int top, int right, int bottom) {
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DropDownListView.java 413 public void setHotspotBounds(int left, int top, int right, int bottom) {
415 super.setHotspotBounds(left, top, right, bottom);
ActionMenuPresenter.java 719 DrawableCompat.setHotspotBounds(bg, centerX - halfEdge, centerY - halfEdge,
SwitchCompat.java     [all...]
  /frameworks/base/core/java/android/widget/
CompoundButton.java 446 background.setHotspotBounds(left, top, right, bottom);
Switch.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java 272 mDrawableContainer.setHotspotBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
291 mDrawableContainer.setHotspotBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
    [all...]
LayerDrawableTest.java 537 layerDrawable.setHotspotBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
551 layerDrawable.setHotspotBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 112 milliseconds

1 2