Searched refs:mRippleView (Results 1 – 3 of 3) sorted by relevance
49 private ChargingRippleView mRippleView; field in WirelessChargingLayout140 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 …]
55 private View mRippleView; field in EmergencyActionGroup83 mRippleView = findViewById(R.id.ripple_view); in onFinishInflate()293 final View ripple = mRippleView; in startRipple()
94 final View mRippleView; field in TutorialController130 mRippleView = rootView.findViewById(R.id.gesture_tutorial_ripple_view); in TutorialController()131 mRippleDrawable = (RippleDrawable) mRippleView.getBackground(); in TutorialController()400 mRippleView.postDelayed(() -> { in showRippleEffect()