Home
last modified time | relevance | path

Searched refs:mCurrentAnimation (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java62 private AnimatorPlaybackController mCurrentAnimation; field in TaskViewTouchController
81 if (mCurrentAnimation != null) { in canInterceptTouch()
98 if (mCurrentAnimation != null && animation == mCurrentAnimation.getTarget()) { in onAnimationCancel()
115 if (mCurrentAnimation != null) { in onControllerInterceptTouchEvent()
163 if (mCurrentAnimation != null && mCurrentAnimationIsGoingUp == goingUp) { in reInitAnimationController()
173 if (mCurrentAnimation != null) { in reInitAnimationController()
174 mCurrentAnimation.setPlayFraction(0); in reInitAnimationController()
200 if (mCurrentAnimation != null) { in reInitAnimationController()
201 mCurrentAnimation.setOnCancelRunnable(null); in reInitAnimationController()
203 mCurrentAnimation = AnimatorPlaybackController in reInitAnimationController()
[all …]
DNavBarToHomeTouchController.java66 private AnimatorPlaybackController mCurrentAnimation; field in NavBarToHomeTouchController
157 mCurrentAnimation = AnimatorPlaybackController.wrap(anim, accuracy, this::clearState); in initCurrentAnimation()
161 mCurrentAnimation = null; in clearState()
171 mCurrentAnimation.setPlayFraction(progress); in onDrag()
178 float progress = mCurrentAnimation.getProgressFraction(); in onDragEnd()
195 ValueAnimator anim = mCurrentAnimation.getAnimationPlayer(); in onDragEnd()
DQuickSwitchTouchController.java72 if (mCurrentAnimation != null) { in canInterceptTouch()
111 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
113 mCurrentAnimation.getAnimationPlayer().addUpdateListener(valueAnimator -> { in initCurrentAnimation()
DOverviewToAllAppsTouchController.java45 if (mCurrentAnimation != null) { in canInterceptTouch()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateManager.java144 writer.println(prefix + "\tisInTransition:" + (mConfig.mCurrentAnimation != null)); in dump()
213 boolean wasInAnimation = mConfig.mCurrentAnimation != null; in reapplyState()
218 if (mConfig.mCurrentAnimation == null) { in reapplyState()
232 if (mConfig.mCurrentAnimation == null) { in goToState()
241 mConfig.mCurrentAnimation.addListener(new AnimationSuccessListener() { in goToState()
402 return mConfig.mCurrentAnimation; in createAnimationToNewWorkspaceInternal()
466 if (mConfig.mCurrentAnimation != null && mConfig.userControlled) { in moveToRestState()
514 } else if (mConfig.mCurrentAnimation == childAnim) { in setCurrentAnimation()
519 boolean reapplyNeeded = mConfig.mCurrentAnimation != null; in setCurrentAnimation()
571 if (mConfig.mCurrentAnimation != null) { in clearCurrentAnimation()
[all …]
DDropTargetBar.java58 private ViewPropertyAnimator mCurrentAnimation; field in DropTargetBar
212 if (mCurrentAnimation != null) { in animateToVisibility()
213 mCurrentAnimation.cancel(); in animateToVisibility()
214 mCurrentAnimation = null; in animateToVisibility()
220 mCurrentAnimation = animate().alpha(finalAlpha) in animateToVisibility()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java81 protected AnimatorPlaybackController mCurrentAnimation; field in AbstractStateChangeTouchController
135 if (mCurrentAnimation != null) { in onControllerInterceptTouchEvent()
209 if (mCurrentAnimation != null) { in reinitCurrentAnimation()
210 mCurrentAnimation.setOnCancelRunnable(null); in reinitCurrentAnimation()
230 mCurrentAnimation.dispatchOnStart(); in reinitCurrentAnimation()
254 if (mCurrentAnimation == null) { in onDragStart()
264 mCurrentAnimation.pause(); in onDragStart()
265 mStartProgress = mCurrentAnimation.getProgressFraction(); in onDragStart()
305 mCurrentAnimation.setPlayFraction(fraction); in updateProgress()
349 if (mCurrentAnimation != null) { in maybeUpdateAtomicAnim()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DFocusIndicatorHelper.java94 private ObjectAnimator mCurrentAnimation; field in FocusIndicatorHelper
164 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this, in onFocusChange()
167 mCurrentAnimation.addListener(new ViewSetListener(v, true)); in onFocusChange()
171 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this, in onFocusChange()
180 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this, in onFocusChange()
182 mCurrentAnimation.addListener(new ViewSetListener(null, false)); in onFocusChange()
190 if (mCurrentAnimation != null) { in onFocusChange()
191 mCurrentAnimation.addUpdateListener(this); in onFocusChange()
192 mCurrentAnimation.setDuration(ANIM_DURATION).start(); in onFocusChange()
197 if (mCurrentAnimation != null) { in endCurrentAnimation()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlideshowView.java41 private SlideshowAnimation mCurrentAnimation; field in SlideshowView
62 mPrevAnimation = mCurrentAnimation; in next()
68 mCurrentAnimation = new SlideshowAnimation( in next()
72 mCurrentAnimation = new SlideshowAnimation( in next()
76 mCurrentAnimation.start(); in next()
109 requestRender |= mCurrentAnimation.calculate(animTime); in render()
112 mCurrentAnimation.apply(canvas); in render()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java90 if (mCurrentAnimation != null) { in canInterceptTouch()
93 mCurrentAnimation.skipToEnd(); in canInterceptTouch()
223 mCurrentAnimation = AnimatorPlaybackController.wrap(mPendingAnimation.anim, maxAccuracy, in initCurrentAnimation()
225 mLauncher.getStateManager().setCurrentUserControlledAnimation(mCurrentAnimation); in initCurrentAnimation()
229 mCurrentAnimation = mLauncher.getStateManager() in initCurrentAnimation()
272 final float currFraction = mCurrentAnimation.getProgressFraction(); in handleFirstSwipeToOverview()
DLandscapeEdgeSwipeController.java32 if (mCurrentAnimation != null) { in canInterceptTouch()
62 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DAllAppsSwipeController.java32 if (mCurrentAnimation != null) { in canInterceptTouch()
69 mCurrentAnimation = mLauncher.getStateManager() in initCurrentAnimation()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DLandscapeStatesTouchController.java39 if (mCurrentAnimation != null) { in canInterceptTouch()