Home
last modified time | relevance | path

Searched refs:withEndAction (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCrossFadeHelper.java36 .withEndAction(new Runnable() { in fadeOut()
105 .withEndAction(null); in fadeIn()
DStackScrollerDecorView.java92 .withEndAction(new Runnable() { in animateText()
/frameworks/support/compat/tests/java/android/support/v4/view/
DViewPropertyAnimatorCompatTest.java57 ViewCompat.animate(mView).alpha(0).setDuration(100).withEndAction(new Runnable() { in testWithEndAction()
73 ViewCompat.animate(mView).alpha(0).setDuration(50).withEndAction(new Runnable() { in testWithEndAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java66 .withEndAction(new Runnable() { in hideMirror()
79 .withEndAction(null); in outAnimation()
DKeyguardUserSwitcher.java193 .withEndAction(new Runnable() { in startDisappearAnimation()
/frameworks/support/wear/src/android/support/wear/widget/
DSwipeDismissFrameLayout.java237 .withEndAction( in onDismissed()
281 .withEndAction( in onSwipeCanceled()
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DOverlayTest.java44 fadingButton.animate().alpha(0).setDuration(1000).withEndAction(new Runnable() { in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java216 .withEndAction(() -> v.setVisibility(View.INVISIBLE)); in animateHide()
238 .withEndAction(null); in animateShow()
DKeyguardStatusBarView.java274 .withEndAction(new Runnable() { in animateNextLayoutChange()
DNotificationPanelView.java1166 .withEndAction(mAnimateKeyguardBottomAreaInvisibleEndRunnable) in setKeyguardBottomAreaVisibility()
1189 .withEndAction(mAnimateKeyguardStatusViewInvisibleEndRunnable); in setKeyguardStatusViewVisibility()
1207 .withEndAction(mAnimateKeyguardStatusViewVisibleEndRunnable); in setKeyguardStatusViewVisibility()
DPanelView.java1099 .withEndAction(new Runnable() { in startUnlockHintAnimationPhase1()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistOrbContainer.java133 .withEndAction(endRunnable); in startExitAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipDismissViewController.java126 .withEndAction(new Runnable() { in destroyDismissTarget()
/frameworks/support/compat/java/android/support/v4/view/
DViewPropertyAnimatorCompat.java213 public ViewPropertyAnimatorCompat withEndAction(Runnable runnable) { in withEndAction() method in ViewPropertyAnimatorCompat
217 view.animate().withEndAction(runnable); in withEndAction()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java324 .withEndAction(finishRunnable); in startDisappearAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogMotion.java145 .withEndAction(new Runnable() { in startShowAnimation()
DZenModePanel.java247 .withEndAction(() -> from.setVisibility(INVISIBLE)) in transitionFrom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java590 animator.withEndAction(new Runnable() { in onBusEvent()
716 .withEndAction(new Runnable() { in hideStackActionButton()
DTaskView.java521 .withEndAction(new Runnable() { in hideActionButton()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoLand.java204 group.animate().alpha(0f).setDuration(250).withEndAction(new Runnable() { in setContextGroupVisible()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java1034 animator.withEndAction(endRunnable); in runEnterAnimation()
1132 animator.withEndAction(endRunnable); in runExitAnimation()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java841 public ViewPropertyAnimator withEndAction(Runnable runnable) { in withEndAction() method in ViewPropertyAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java803 mBackground.animate().withEndAction(mResetBackgroundRunnable); in setMinimizedDockStack()
836 mBackground.animate().withEndAction(mResetBackgroundRunnable); in setAdjustedForIme()
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DWearableDrawerLayout.java266 .withEndAction( in animatePeekVisibleAfterBeingClosed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java559 mSplash.animate().alpha(0).translationZ(0).setDuration(300).withEndAction(

123