Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTaskViewTouchController.java102 if (mCurrentAnimation != null) { in canInterceptTouch()
107 if (mCurrentAnimation != null) { in canInterceptTouch()
110 if (mCurrentAnimation != null) { in canInterceptTouch()
130 if (mCurrentAnimation != null && animation == mCurrentAnimation.getTarget()) { in onAnimationCancel()
138 && mCurrentAnimation == null) { in onControllerInterceptTouchEvent()
151 if (mCurrentAnimation != null) { in onControllerInterceptTouchEvent()
220 if (mCurrentAnimation != null) { in reInitAnimationController()
263 mCurrentAnimation.dispatchOnStart(); in reInitAnimationController()
270 if (mCurrentAnimation == null) { in onDragStart()
275 mCurrentAnimation.pause(); in onDragStart()
[all …]
H A DPortraitStatesTouchController.java83 if (mCurrentAnimation != null) { in canInterceptTouch()
177 if (mCurrentAnimation != null) { in initCurrentAnimation()
178 mCurrentAnimation.getTarget().removeListener(mClearStateOnCancelListener); in initCurrentAnimation()
179 mCurrentAnimation.dispatchOnCancel(); in initCurrentAnimation()
188 mCurrentAnimation = mOverviewPortraitStateTouchHelper in initCurrentAnimation()
191 mLauncher.getStateManager().setCurrentUserControlledAnimation(mCurrentAnimation); in initCurrentAnimation()
196 mCurrentAnimation = mLauncher.getStateManager() in initCurrentAnimation()
199 mCurrentAnimation.getTarget().addListener(mClearStateOnCancelListener); in initCurrentAnimation()
H A DNavBarToHomeTouchController.java73 private AnimatorPlaybackController mCurrentAnimation; field in NavBarToHomeTouchController
165 mCurrentAnimation = builder.createPlaybackController(); in initCurrentAnimation()
166 mCurrentAnimation.getTarget().addListener(newCancelListener(this::clearState)); in initCurrentAnimation()
170 mCurrentAnimation = null; in clearState()
180 mCurrentAnimation.setPlayFraction(progress); in onDrag()
187 float progress = mCurrentAnimation.getProgressFraction(); in onDragEnd()
215 ValueAnimator anim = mCurrentAnimation.getAnimationPlayer(); in onDragEnd()
H A DQuickSwitchTouchController.java72 if (mCurrentAnimation != null) { in canInterceptTouch()
117 mCurrentAnimation = mLauncher.getStateManager() in initCurrentAnimation()
119 mCurrentAnimation.getTarget().addListener(mClearStateOnCancelListener); in initCurrentAnimation()
120 mCurrentAnimation.getAnimationPlayer().addUpdateListener(valueAnimator -> in initCurrentAnimation()
H A DNoButtonNavbarToOverviewTouchController.java171 if (mCurrentAnimation == null) { in onMotionPauseDetected()
175 mCurrentAnimation.getTarget().addListener(newCancelListener(() -> in onMotionPauseDetected()
184 mCurrentAnimation.getTarget().removeListener(mClearStateOnCancelListener); in onMotionPauseDetected()
185 mCurrentAnimation.dispatchOnCancel(); in onMotionPauseDetected()
H A DTwoButtonNavbarTouchController.java72 if (mCurrentAnimation != null) { in canInterceptTouchInternal()
74 mCurrentAnimation.getAnimationPlayer().end(); in canInterceptTouchInternal()
139 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DAbstractStateChangeTouchController.java98 if (mCurrentAnimation != null) { in onControllerInterceptTouchEvent()
165 if (mCurrentAnimation != null) { in reinitCurrentAnimation()
169 mCurrentAnimation.dispatchOnStart(); in reinitCurrentAnimation()
184 if (mCurrentAnimation == null) { in onDragStart()
191 mCurrentAnimation.pause(); in onDragStart()
249 if (mCurrentAnimation == null) { in updateProgress()
252 mCurrentAnimation.setPlayFraction(fraction); in updateProgress()
265 if (mCurrentAnimation == null) { in onDragEnd()
314 mCurrentAnimation.dispatchOnCancel(); in onDragEnd()
334 mCurrentAnimation.dispatchOnStart(); in onDragEnd()
[all …]
H A DAllAppsSwipeController.java51 if (mCurrentAnimation != null) { in canInterceptTouch()
84 mCurrentAnimation = mLauncher.getStateManager() in initCurrentAnimation()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DItemFocusIndicatorHelper.java93 private ObjectAnimator mCurrentAnimation; field in ItemFocusIndicatorHelper
177 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this, in changeFocus()
180 mCurrentAnimation.addListener(new ViewSetListener(item, true)); in changeFocus()
184 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this, in changeFocus()
193 mCurrentAnimation = ObjectAnimator.ofPropertyValuesHolder(this, in changeFocus()
203 if (mCurrentAnimation != null) { in changeFocus()
204 mCurrentAnimation.addUpdateListener(this); in changeFocus()
205 mCurrentAnimation.setDuration(ANIM_DURATION).start(); in changeFocus()
210 if (mCurrentAnimation != null) { in endCurrentAnimation()
211 mCurrentAnimation.cancel(); in endCurrentAnimation()
[all …]
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleAnimationSession.java56 private Animator mCurrentAnimation; field in RippleAnimationSession
79 if (mCurrentAnimation != null) { in end()
80 mCurrentAnimation.end(); in end()
128 if (mCurrentAnimation == expand) mCurrentAnimation = null; in exitSoftware()
133 mCurrentAnimation = expand; in exitSoftware()
163 if (mCurrentAnimation == exit) mCurrentAnimation = null; in exitHardware()
172 mCurrentAnimation = exit; in exitHardware()
185 mCurrentAnimation = expand; in enterHardware()
219 mCurrentAnimation = expand; in enterSoftware()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarTransitions.java35 private Animator mCurrentAnimation; field in PhoneStatusBarTransitions
81 if (mCurrentAnimation != null) { in applyMode()
82 mCurrentAnimation.cancel(); in applyMode()
95 mCurrentAnimation = anims; in applyMode()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTargetBar.java63 private ViewPropertyAnimator mCurrentAnimation; field in DropTargetBar
226 if (mCurrentAnimation != null) { in animateToVisibility()
227 mCurrentAnimation.cancel(); in animateToVisibility()
228 mCurrentAnimation = null; in animateToVisibility()
234 mCurrentAnimation = animate().alpha(finalAlpha) in animateToVisibility()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DAllAppsEduView.java305 return mCurrentAnimation; in initAllAppsAnimation()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java2367 protected Animation mCurrentAnimation = null; field in View
18733 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null && in skipInvalidate()
20669 mCurrentAnimation = null; in onDetachedFromWindowInternal()
26141 return mCurrentAnimation; in getAnimation()
26160 if (mCurrentAnimation != null) { in clearAnimation()
26161 mCurrentAnimation.detach(); in clearAnimation()
26163 mCurrentAnimation = null; in clearAnimation()
26181 mCurrentAnimation = animation; in setAnimation()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66865 Landroid/view/View;->mCurrentAnimation:Landroid/view/animation/Animation;