Searched refs:launcherView (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 1314 View launcherView = findLauncherView(appTarget); in findLauncherView() local 1315 if (launcherView != null) { in findLauncherView() 1316 return launcherView; in findLauncherView() 1387 RemoteAnimationTarget[] targets, View launcherView, PointF velocityPxPerS, in getClosingWindowAnimators() argument 1405 if (launcherView instanceof LauncherAppWidgetHostView) { in getClosingWindowAnimators() 1411 (LauncherAppWidgetHostView) launcherView, targetRect, windowSize, in getClosingWindowAnimators() 1414 } else if (launcherView != null && mAreAnimationsEnabled) { in getClosingWindowAnimators() 1415 floatingIconView = getFloatingIconView(mLauncher, launcherView, null, in getClosingWindowAnimators() 1418 : mLauncher.getTaskbarUIController().findMatchingView(launcherView), in getClosingWindowAnimators() 1420 isInHotseat = launcherView.getTag() instanceof ItemInfo in getClosingWindowAnimators() [all …]
|