Searched refs:withEndAction (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DOverlayTest.java44 fadingButton.animate().alpha(0).setDuration(1000).withEndAction(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCrossFadeHelper.java42 .withEndAction(new Runnable() {
116 .withEndAction(null);
H A DStackScrollerDecorView.java189 .withEndAction(endRunnable);
/frameworks/support/compat/src/androidTest/java/androidx/core/view/
H A DViewPropertyAnimatorCompatTest.java58 ViewCompat.animate(mView).alpha(0).setDuration(100).withEndAction(new Runnable() {
74 ViewCompat.animate(mView).alpha(0).setDuration(50).withEndAction(new Runnable() {
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DSwipeDismissFrameLayout.java238 .withEndAction(
282 .withEndAction(
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbContainer.java133 .withEndAction(endRunnable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipDismissViewController.java125 .withEndAction(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCollapsedStatusBarFragment.java271 .withEndAction(() -> v.setVisibility(state));
300 .withEndAction(null);
H A DKeyguardStatusBarView.java397 .withEndAction(() -> {
H A DNotificationPanelView.java1254 .withEndAction(mAnimateKeyguardBottomAreaInvisibleEndRunnable)
1278 .withEndAction(mAnimateKeyguardStatusViewGoneEndRunnable);
1295 .withEndAction(mAnimateKeyguardStatusViewVisibleEndRunnable);
1305 .withEndAction(mAnimateKeyguardStatusViewInvisibleEndRunnable)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetail.java293 .withEndAction(anim::start)
299 .withEndAction(anim::stop)
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewPropertyAnimatorCompat.java203 * view.animate().x(200).withEndAction(endAction);
213 public ViewPropertyAnimatorCompat withEndAction(Runnable runnable) { method in class:ViewPropertyAnimatorCompat
217 view.animate().withEndAction(runnable);
693 * This method, along with {@link #withEndAction(Runnable)}, is intended to help facilitate
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java323 .withEndAction(finishRunnable);
H A DKeyguardStatusView.java245 .withEndAction(() -> {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java193 .withEndAction(new Runnable() {
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java207 group.animate().alpha(0f).setDuration(250).withEndAction(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/fingerprint/
H A DFingerprintDialogView.java264 .withEndAction(endActionRunnable)
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java805 * This method, along with {@link #withEndAction(Runnable)}, is intended to help facilitate
835 * view.animate().x(200).withEndAction(endAction);
841 public ViewPropertyAnimator withEndAction(Runnable runnable) { method in class:ViewPropertyAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsOnboarding.java442 .withEndAction(() -> mWindowManager.removeViewImmediate(mLayout))
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java517 .withEndAction(new Runnable() {
H A DRecentsView.java682 animator.withEndAction(new Runnable() {
789 .withEndAction(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DCarVolumeDialogImpl.java258 .withEndAction(() -> mHandler.postDelayed(() -> {
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java1475 .withEndAction(() -> getWindow().getDecorView().requestAccessibilityFocus())
1487 .withEndAction(() -> super.dismiss())
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java850 mBackground.animate().withEndAction(mResetBackgroundRunnable);
883 mBackground.animate().withEndAction(mResetBackgroundRunnable);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java1034 animator.withEndAction(endRunnable);
1132 animator.withEndAction(endRunnable);

Completed in 601 milliseconds

12