Searched refs:floatingIconView (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | LauncherSwipeHandlerV2.java | 136 FloatingIconView floatingIconView = getFloatingIconView(mContainer, workspaceView, null, 146 return new FloatingViewHomeAnimationFactory(floatingIconView) { 179 mSiblingAnimation.addAnimatorListener(floatingIconView); 180 floatingIconView.setOnTargetChangeListener( 182 floatingIconView.setFastFinishRunnable(mSiblingAnimation::end); 191 floatingIconView.update(1f /* alpha */, currentRect, progress, windowAlphaThreshold, 197 return floatingIconView.isLaidOut(); 203 floatingIconView.setOverlayArtist(taskViewArtist);
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 1436 FloatingIconView floatingIconView = null; in getClosingWindowAnimators() local 1463 floatingIconView = getFloatingIconView(mLauncher, launcherView, null, in getClosingWindowAnimators() 1491 if (floatingIconView != null) { in getClosingWindowAnimators() 1492 anim.addAnimatorListener(floatingIconView); in getClosingWindowAnimators() 1493 floatingIconView.setOnTargetChangeListener(anim::onTargetPositionChanged); in getClosingWindowAnimators() 1494 floatingIconView.setFastFinishRunnable(anim::end); in getClosingWindowAnimators() 1495 FloatingIconView finalFloatingIconView = floatingIconView; in getClosingWindowAnimators()
|