Home
last modified time | relevance | path

Searched refs:mRippleView (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingLayout.java49 private ChargingRippleView mRippleView; field in WirelessChargingLayout
140 mRippleView = findViewById(R.id.wireless_charging_ripple); in init()
144 mRippleView.setDuration(RIPPLE_ANIMATION_DURATION); in init()
145 mRippleView.startRipple(); in init()
146 mRippleView.removeOnAttachStateChangeListener(this); in init()
152 mRippleView.addOnAttachStateChangeListener(listener); in init()
230 if (mRippleView != null) { in onLayout()
233 mRippleView.setColor( in onLayout()
234 Utils.getColorAttr(mRippleView.getContext(), in onLayout()
236 mRippleView.setOrigin(new PointF(width / 2, height / 2)); in onLayout()
[all …]
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DEmergencyActionGroup.java55 private View mRippleView; field in EmergencyActionGroup
83 mRippleView = findViewById(R.id.ripple_view); in onFinishInflate()
293 final View ripple = mRippleView; in startRipple()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DTutorialController.java94 final View mRippleView; field in TutorialController
130 mRippleView = rootView.findViewById(R.id.gesture_tutorial_ripple_view); in TutorialController()
131 mRippleDrawable = (RippleDrawable) mRippleView.getBackground(); in TutorialController()
400 mRippleView.postDelayed(() -> { in showRippleEffect()