/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TaskViewTouchController.java | 62 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 …]
|
D | NavBarToHomeTouchController.java | 66 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()
|
D | QuickSwitchTouchController.java | 72 if (mCurrentAnimation != null) { in canInterceptTouch() 111 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation() 113 mCurrentAnimation.getAnimationPlayer().addUpdateListener(valueAnimator -> { in initCurrentAnimation()
|
D | OverviewToAllAppsTouchController.java | 45 if (mCurrentAnimation != null) { in canInterceptTouch()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherStateManager.java | 144 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 …]
|
D | DropTargetBar.java | 58 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/ |
D | AbstractStateChangeTouchController.java | 81 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/ |
D | FocusIndicatorHelper.java | 94 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/ |
D | SlideshowView.java | 41 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/ |
D | PortraitStatesTouchController.java | 90 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()
|
D | LandscapeEdgeSwipeController.java | 32 if (mCurrentAnimation != null) { in canInterceptTouch() 62 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
|
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/ |
D | AllAppsSwipeController.java | 32 if (mCurrentAnimation != null) { in canInterceptTouch() 69 mCurrentAnimation = mLauncher.getStateManager() in initCurrentAnimation()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | LandscapeStatesTouchController.java | 39 if (mCurrentAnimation != null) { in canInterceptTouch()
|