Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java286 FloatingWidgetView floatingView = in getFloatingWidgetView() local
288 floatingView.recycle(); in getFloatingWidgetView()
290 floatingView.init(dragLayer, originalView, widgetBackgroundPosition, windowSize, in getFloatingWidgetView()
292 parent.addView(floatingView); in getFloatingWidgetView()
293 return floatingView; in getFloatingWidgetView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java590 FloatingIconView floatingView = FloatingIconView.getFloatingIconView(mLauncher, v, in getOpeningWindowAnimators() local
598 new SurfaceTransactionApplier(floatingView); in getOpeningWindowAnimators()
619 hasSplashScreen, floatingView.isDifferentFromAppIcon()); in getOpeningWindowAnimators()
635 appAnimator.addListener(floatingView); in getOpeningWindowAnimators()
729 floatingView.update(1f, 255, floatingIconBounds, percent, 0f, in getOpeningWindowAnimators()
756 floatingView.update(mIconAlpha.value, 255, floatingIconBounds, percent, 0f, in getOpeningWindowAnimators()
840 final FloatingWidgetView floatingView = FloatingWidgetView.getFloatingWidgetView(mLauncher, in getOpeningWindowAnimatorsForWidget() local
845 ? floatingView.getInitialCornerRadius() : 0; in getOpeningWindowAnimatorsForWidget()
847 SurfaceTransactionApplier surfaceApplier = new SurfaceTransactionApplier(floatingView); in getOpeningWindowAnimatorsForWidget()
856 appAnimator.addListener(floatingView); in getOpeningWindowAnimatorsForWidget()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java250 AbstractFloatingView floatingView = (AbstractFloatingView) child; in onViewRemoved() local
251 if (floatingView.isOpen()) { in onViewRemoved()
252 postDelayed(() -> floatingView.close(false), getSingleFrameMs(getContext())); in onViewRemoved()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java288 FloatingViewHomeAnimationFactory(FloatingView floatingView) {
289 mFloatingView = floatingView;