Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DFallbackNoButtonInputConsumer.java322 Rect overviewStackBounds = new Rect(0, 0, mDP.widthPx, mDP.heightPx);
327 mClipAnimationHelper.updateSource(overviewStackBounds, runningTaskTarget);
331 overviewStackBounds
332 .inset(-overviewStackBounds.width() / 5, -overviewStackBounds.height() / 5);
333 mClipAnimationHelper.updateTargetRect(overviewStackBounds);
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java771 final Rect overviewStackBounds; in onRecentsAnimationStart() local
775 overviewStackBounds = mActivityControlHelper in onRecentsAnimationStart()
785 overviewStackBounds = new Rect(loc[0], loc[1], loc[0] + rootView.getWidth(), in onRecentsAnimationStart()
788 overviewStackBounds = new Rect(0, 0, dp.widthPx, dp.heightPx); in onRecentsAnimationStart()
797 mClipAnimationHelper.updateSource(overviewStackBounds, runningTaskTarget); in onRecentsAnimationStart()