Searched refs:withEndAction (Results 1 - 25 of 30) 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.java36 .withEndAction(new Runnable() {
105 .withEndAction(null);
H A DStackScrollerDecorView.java92 .withEndAction(new Runnable() {
/frameworks/support/compat/tests/java/android/support/v4/view/
H A DViewPropertyAnimatorCompatTest.java57 ViewCompat.animate(mView).alpha(0).setDuration(100).withEndAction(new Runnable() {
73 ViewCompat.animate(mView).alpha(0).setDuration(50).withEndAction(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java71 .withEndAction(new Runnable() {
84 .withEndAction(null);
H A DKeyguardUserSwitcher.java193 .withEndAction(new Runnable() {
/frameworks/support/wear/src/android/support/wear/widget/
H A DSwipeDismissFrameLayout.java237 .withEndAction(
281 .withEndAction(
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbContainer.java133 .withEndAction(endRunnable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCollapsedStatusBarFragment.java225 .withEndAction(() -> v.setVisibility(View.INVISIBLE));
247 .withEndAction(null);
H A DKeyguardStatusBarView.java294 .withEndAction(new Runnable() {
H A DNotificationPanelView.java1215 .withEndAction(mAnimateKeyguardBottomAreaInvisibleEndRunnable)
1238 .withEndAction(mAnimateKeyguardStatusViewInvisibleEndRunnable);
1256 .withEndAction(mAnimateKeyguardStatusViewVisibleEndRunnable);
H A DPanelView.java1125 .withEndAction(() -> v.animate()
/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/qs/
H A DQSDetail.java293 .withEndAction(anim::start)
299 .withEndAction(anim::stop)
/frameworks/support/compat/java/android/support/v4/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.java324 .withEndAction(finishRunnable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogMotion.java145 .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/recents/views/
H A DRecentsView.java716 animator.withEndAction(new Runnable() {
843 .withEndAction(new Runnable() {
H A DTaskView.java522 .withEndAction(new Runnable() {
/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/globalactions/
H A DGlobalActionsDialog.java1301 .withEndAction(() -> getWindow().getDecorView().requestAccessibilityFocus())
1313 .withEndAction(() -> super.dismiss())
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java811 mBackground.animate().withEndAction(mResetBackgroundRunnable);
844 mBackground.animate().withEndAction(mResetBackgroundRunnable);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java1034 animator.withEndAction(endRunnable);
1132 animator.withEndAction(endRunnable);
/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayout.java265 .withEndAction(

Completed in 4506 milliseconds

12