Home
last modified time | relevance | path

Searched refs:reveal (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java207 Animator reveal = ViewAnimationUtils.createCircularReveal( in onDefocus() local
209 reveal.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN); in onDefocus()
210 reveal.setDuration(StackStateAnimator.ANIMATION_DURATION_CLOSE_REMOTE_INPUT); in onDefocus()
211 reveal.addListener(new AnimatorListenerAdapter() { in onDefocus()
220 reveal.start(); in onDefocus()
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DCrossfadeMultiple.java124 case R.id.reveal: in changeTransitionType()