/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingFullscreenAppPairBackground.kt | 26 floatingView: FloatingAppPairView, 31 floatingView, 39 val progress = floatingView.progress in draw() 43 val scaleFactorX = floatingView.scaleX in draw() 44 val scaleFactorY = floatingView.scaleY in draw()
|
D | FloatingAppPairBackground.kt | 42 protected val floatingView: FloatingAppPairView, constant 127 val progress = floatingView.progress in drawLeftRightSplit() 131 val scaleFactorX = floatingView.scaleX in drawLeftRightSplit() 132 val scaleFactorY = floatingView.scaleY in drawLeftRightSplit() 225 val progress = floatingView.progress in drawTopBottomSplit() 229 val scaleFactorX = floatingView.scaleX in drawTopBottomSplit() 230 val scaleFactorY = floatingView.scaleY in drawTopBottomSplit() 335 val scaleFactorX = floatingView.scaleX in drawCustomRoundedRect() 336 val scaleFactorY = floatingView.scaleY in drawCustomRoundedRect()
|
D | FloatingAppPairView.kt | 48 val floatingView = in getFloatingAppPairView() constant 53 floatingView.init(launcher, originalView, appIcon1, appIcon2, dividerPos) in getFloatingAppPairView() 54 dragLayer.addView(floatingView, dragLayer.childCount - 1) in getFloatingAppPairView() 55 return floatingView in getFloatingAppPairView()
|
D | FloatingWidgetView.java | 292 FloatingWidgetView floatingView = in getFloatingWidgetView() local 294 floatingView.recycle(); in getFloatingWidgetView() 296 floatingView.init(dragLayer, originalView, widgetBackgroundPosition, windowSize, in getFloatingWidgetView() 298 parent.addView(floatingView); in getFloatingWidgetView() 299 return floatingView; in getFloatingWidgetView()
|
D | FloatingTaskView.java | 157 final FloatingTaskView floatingView = (FloatingTaskView) launcher.getLayoutInflater() in getFloatingTaskView() local 160 floatingView.init(launcher, originalView, thumbnail, icon, positionOut); in getFloatingTaskView() 168 dragLayer.addView(floatingView, openTaskViewIndex); in getFloatingTaskView() 169 return floatingView; in getFloatingTaskView()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitAnimationController.kt | 755 val floatingView = in <lambda>() constant 763 floatingView.bringToFront() in <lambda>() 766 getIconLaunchValueAnimator(t, dp, finishCallback, launcher, floatingView, rootCandidate) in <lambda>() 836 val floatingView = in <lambda>() constant 844 floatingView.bringToFront() in <lambda>() 846 getIconLaunchValueAnimator(t, dp, finishCallback, launcher, floatingView, rootCandidate) in <lambda>() 856 floatingView: FloatingAppPairView, in <lambda>() 883 floatingView.startingPosition.left, in <lambda>() 884 dp.widthPx / 2f - floatingView.startingPosition.width() / 2f, in <lambda>() 893 floatingView.startingPosition.top, in <lambda>() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | OptionsPopupView.java | 249 AbstractFloatingView floatingView = AbstractFloatingView.getTopOpenViewWithType( in openWidgets() local 251 if (floatingView != null) { in openWidgets() 252 return (WidgetsFullSheet) floatingView; in openWidgets()
|
D | BaseDragLayer.java | 249 AbstractFloatingView floatingView = (AbstractFloatingView) child; in onViewRemoved() local 250 if (floatingView.isOpen()) { in onViewRemoved() 251 postDelayed(() -> floatingView.close(false), getSingleFrameMs(getContext())); in onViewRemoved()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 671 FloatingIconView floatingView = getFloatingIconView(mLauncher, v, in getOpeningWindowAnimators() local 683 new SurfaceTransactionApplier(floatingView); in getOpeningWindowAnimators() 704 hasSplashScreen, floatingView.isDifferentFromAppIcon()); in getOpeningWindowAnimators() 720 appAnimator.addListener(floatingView); in getOpeningWindowAnimators() 833 floatingView.update(1f, floatingIconBounds, percent, 0f, in getOpeningWindowAnimators() 861 floatingView.update(mIconAlpha.value, floatingIconBounds, percent, 0f, in getOpeningWindowAnimators() 949 final FloatingWidgetView floatingView = FloatingWidgetView.getFloatingWidgetView(mLauncher, in getOpeningWindowAnimatorsForWidget() local 954 ? floatingView.getInitialCornerRadius() : 0; in getOpeningWindowAnimatorsForWidget() 956 SurfaceTransactionApplier surfaceApplier = new SurfaceTransactionApplier(floatingView); in getOpeningWindowAnimatorsForWidget() 965 appAnimator.addListener(floatingView); in getOpeningWindowAnimatorsForWidget() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | LauncherSwipeHandlerV2.java | 336 FloatingViewHomeAnimationFactory(FloatingView floatingView) { 337 mFloatingView = floatingView;
|