Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1227 View launcherView = findLauncherView(appTarget); in findLauncherView() local
1228 if (launcherView != null) { in findLauncherView()
1229 return launcherView; in findLauncherView()
1300 RemoteAnimationTargetCompat[] targets, View launcherView, PointF velocityPxPerS) { in getClosingWindowAnimators() argument
1316 if (launcherView instanceof LauncherAppWidgetHostView) { in getClosingWindowAnimators()
1322 (LauncherAppWidgetHostView) launcherView, targetRect, windowSize, in getClosingWindowAnimators()
1325 } else if (launcherView != null) { in getClosingWindowAnimators()
1326 floatingIconView = getFloatingIconView(mLauncher, launcherView, in getClosingWindowAnimators()
1566 View launcherView = findLauncherView(appTargets); in onCreateAnimation() local
1567 boolean playFallBackAnimation = (launcherView == null in onCreateAnimation()
[all …]