Searched refs:floatingIconView (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | LauncherSwipeHandlerV2.java | 134 FloatingIconView floatingIconView = getFloatingIconView(mContainer, workspaceView, null, 144 return new FloatingViewHomeAnimationFactory(floatingIconView) { 187 mSiblingAnimation.addAnimatorListener(floatingIconView); 188 floatingIconView.setOnTargetChangeListener( 190 floatingIconView.setFastFinishRunnable(mSiblingAnimation::end); 199 floatingIconView.update(1f /* alpha */, currentRect, progress, windowAlphaThreshold, 205 return floatingIconView.isLaidOut(); 211 floatingIconView.setOverlayArtist(taskViewArtist);
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 1389 FloatingIconView floatingIconView = null; in getClosingWindowAnimators() local 1415 floatingIconView = getFloatingIconView(mLauncher, launcherView, null, in getClosingWindowAnimators() 1438 if (floatingIconView != null) { in getClosingWindowAnimators() 1439 anim.addAnimatorListener(floatingIconView); in getClosingWindowAnimators() 1440 floatingIconView.setOnTargetChangeListener(anim::onTargetPositionChanged); in getClosingWindowAnimators() 1441 floatingIconView.setFastFinishRunnable(anim::end); in getClosingWindowAnimators() 1442 FloatingIconView finalFloatingIconView = floatingIconView; in getClosingWindowAnimators()
|