Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadAnimator.java41 private RippleDrawable mRipple; field in NumPadAnimator
48 mRipple = (RippleDrawable) drawable.mutate(); in NumPadAnimator()
49 mBackground = (GradientDrawable) mRipple.findDrawableByLayerId(R.id.background); in NumPadAnimator()
61 mRipple.invalidateSelf(); in NumPadAnimator()
72 mRipple.invalidateSelf(); in NumPadAnimator()
106 mRipple.setColor(ColorStateList.valueOf(mHighlightColor)); in reloadColors()
/aosp12/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()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java275 if (mRipple != null) { in jumpToCurrentState()
276 mRipple.end(); in jumpToCurrentState()
400 if (mRipple != null) { in onBoundsChange()
662 if (mRipple != null) { in setHotspot()
678 if (mRipple == null) { in tryRippleEnter()
694 mRipple.enter(); in tryRippleEnter()
702 if (mRipple != null) { in tryRippleExit()
707 mRipple.exit(); in tryRippleExit()
708 mRipple = null; in tryRippleExit()
718 mRipple.end(); in clearHotspots()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonView.java79 private final KeyButtonRipple mRipple; field in KeyButtonView
174 mRipple = new KeyButtonRipple(context, this, R.dimen.key_button_ripple_max_width); in KeyButtonView()
177 setBackground(mRipple); in KeyButtonView()
359 mRipple.setType(keyButtonDrawable.hasOvalBg() ? KeyButtonRipple.Type.OVAL in setImageDrawable()
446 mRipple.abortDelayedRipple(); in abortCurrentGesture()
461 mRipple.setDarkIntensity(darkIntensity); in setDarkIntensity()
466 mRipple.setDelayTouchFeedback(shouldDelay); in setDelayTouchFeedback()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20156 Landroid/graphics/drawable/RippleDrawable;->mRipple:Landroid/graphics/drawable/RippleForeground;