Searched refs:mRipple (Results 1 – 7 of 7) sorted by relevance
36 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
39 private KeyButtonRipple mRipple; field in FloatingRotationButtonView59 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()
41 private RippleDrawable mRipple; field in NumPadAnimator48 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()
42 private final RippleDrawable mRipple; field in EmphasizedNotificationButton61 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()
275 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 …]
79 private final KeyButtonRipple mRipple; field in KeyButtonView174 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()
20156 Landroid/graphics/drawable/RippleDrawable;->mRipple:Landroid/graphics/drawable/RippleForeground;