Home
last modified time | relevance | path

Searched refs:setHotspot (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestDrawable.java29 public void setHotspot(float x, float y) { in setHotspot() method in TestDrawable
/aosp12/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java642 mThumb.setHotspot(x, y);
975 private void setHotspot(float x, float y) {
978 bg.setHotspot(x, y);
1015 setHotspot(x, y);
H A DQuickContactBadge.java129 mOverlay.setHotspot(x, y); in drawableHotspotChanged()
H A DCheckedTextView.java490 mCheckMarkDrawable.setHotspot(x, y); in drawableHotspotChanged()
H A DSwitch.java1545 mThumbDrawable.setHotspot(x, y); in drawableHotspotChanged()
1549 mTrackDrawable.setHotspot(x, y); in drawableHotspotChanged()
H A DCompoundButton.java600 mButtonDrawable.setHotspot(x, y); in drawableHotspotChanged()
H A DProgressBar.java2233 mProgressDrawable.setHotspot(x, y); in drawableHotspotChanged()
2237 mIndeterminateDrawable.setHotspot(x, y); in drawableHotspotChanged()
H A DImageView.java1378 mDrawable.setHotspot(x, y); in drawableHotspotChanged()
H A DAbsListView.java2655 selector.setHotspot(x, y); in positionSelector()
3517 mSelector.setHotspot(x, y); in run()
4142 mSelector.setHotspot(x, ev.getY()); in onTouchUp()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DItemDragListener.java105 background.setHotspot(x, y); in handleLocationEvent()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java263 public void setHotspot(float x, float y) { in setHotspot() method in DrawableWrapper
265 mDrawable.setHotspot(x, y); in setHotspot()
H A DDrawableContainer.java301 public void setHotspot(float x, float y) { in setHotspot() method in DrawableContainer
303 mCurrDrawable.setHotspot(x, y); in setHotspot()
H A DAdaptiveIconDrawable.java621 public void setHotspot(float x, float y) { in setHotspot() method in AdaptiveIconDrawable
626 dr.setHotspot(x, y); in setHotspot()
H A DAnimatedVectorDrawable.java461 public void setHotspot(float x, float y) { in setHotspot() method in AnimatedVectorDrawable
462 mAnimatedVectorState.mVectorDrawable.setHotspot(x, y); in setHotspot()
H A DDrawable.java752 public void setHotspot(float x, float y) {} in setHotspot() method in Drawable
H A DLayerDrawable.java1293 public void setHotspot(float x, float y) { in setHotspot() method in LayerDrawable
1299 dr.setHotspot(x, y); in setHotspot()
H A DRippleDrawable.java655 public void setHotspot(float x, float y) { in setHotspot() method in RippleDrawable
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java106 mBackground.setHotspot(x, y); in drawableHotspotChanged()
H A DNotificationGuts.java236 mBackground.setHotspot(x, y); in drawableHotspotChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DLightSourceDrawable.kt232 override fun setHotspot(x: Float, y: Float) {
/aosp12/packages/apps/ThemePicker/src/com/android/customization/widget/
H A DDynamicAdaptiveIconDrawable.java466 public void setHotspot(float x, float y) { in setHotspot() method in DynamicAdaptiveIconDrawable
471 dr.setHotspot(x, y); in setHotspot()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DSeekBarPreference.java148 v.getBackground().setHotspot(centerX, centerY); in onBindViewHolder()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java223 mEmptySearchBackground.setHotspot(e.getX(), e.getY()); in onInterceptTouchEvent()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DTutorialController.java394 mRippleDrawable.setHotspot(x, y); in setRippleHotspot()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintSettings.java662 highlight.setHotspot(centerX, centerY); in highlightFingerprintItem()

12