Home
last modified time | relevance | path

Searched refs:mRipple (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DViewRippler.java36 mRoot.postOnAnimationDelayed(mRipple, RIPPLE_OFFSET_MS); in start()
37 mRoot.postOnAnimationDelayed(mRipple, RIPPLE_INTERVAL_MS); in start()
38 mRoot.postOnAnimationDelayed(mRipple, 2 * RIPPLE_INTERVAL_MS); in start()
39 mRoot.postOnAnimationDelayed(mRipple, 3 * RIPPLE_INTERVAL_MS); in start()
40 mRoot.postOnAnimationDelayed(mRipple, 4 * RIPPLE_INTERVAL_MS); in start()
44 if (mRoot != null) mRoot.removeCallbacks(mRipple); in stop()
47 private final Runnable mRipple = new Runnable() { field in ViewRippler
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DFloatingRotationButtonView.java39 private KeyButtonRipple mRipple; field in FloatingRotationButtonView
59 mRipple = new KeyButtonRipple(getContext(), this, rippleMaxWidthResource); in setRipple()
60 setBackground(mRipple); in setRipple()
76 if (mRipple != null) { in onConfigurationChanged()
77 mRipple.updateResources(); in onConfigurationChanged()
89 mRipple.setType(KeyButtonRipple.Type.OVAL); in setColors()
93 mRipple.setDarkIntensity(darkIntensity); in setDarkIntensity()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DEmphasizedNotificationButton.java42 private final RippleDrawable mRipple; field in EmphasizedNotificationButton
61 mRipple = (RippleDrawable) getBackground(); in EmphasizedNotificationButton()
62 mRipple.mutate(); in EmphasizedNotificationButton()
63 DrawableWrapper inset = (DrawableWrapper) mRipple.getDrawable(0); in EmphasizedNotificationButton()
69 mRipple.setColor(color); in setRippleColor()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java276 if (mRipple != null) { in jumpToCurrentState()
277 mRipple.end(); in jumpToCurrentState()
407 if (mRipple != null) { in onBoundsChange()
669 if (mRipple != null) { in setHotspot()
685 if (mRipple == null) { in tryRippleEnter()
701 mRipple.enter(); in tryRippleEnter()
709 if (mRipple != null) { in tryRippleExit()
714 mRipple.exit(); in tryRippleExit()
715 mRipple = null; in tryRippleExit()
725 mRipple.end(); in clearHotspots()
[all …]
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DKeyButtonView.java65 private final KeyButtonRipple mRipple; field in KeyButtonView
107 mRipple = new KeyButtonRipple(context, this, in KeyButtonView()
109 setBackground(mRipple); in KeyButtonView()
271 mRipple.setType(keyButtonDrawable.hasOvalBg() ? KeyButtonRipple.Type.OVAL in setImageDrawable()
343 mRipple.setDarkIntensity(darkIntensity); in setDarkIntensity()
348 mRipple.setDelayTouchFeedback(shouldDelay); in setDelayTouchFeedback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonView.java80 private final KeyButtonRipple mRipple; field in KeyButtonView
175 mRipple = new KeyButtonRipple(context, this, R.dimen.key_button_ripple_max_width); in KeyButtonView()
178 setBackground(mRipple); in KeyButtonView()
359 mRipple.setType(keyButtonDrawable.hasOvalBg() ? KeyButtonRipple.Type.OVAL in setImageDrawable()
443 mRipple.abortDelayedRipple(); in abortCurrentGesture()
458 mRipple.setDarkIntensity(darkIntensity); in setDarkIntensity()
463 mRipple.setDelayTouchFeedback(shouldDelay); in setDelayTouchFeedback()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17278 Landroid/graphics/drawable/RippleDrawable;->mRipple:Landroid/graphics/drawable/RippleForeground;