Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DPagedOrientationHandler.java147 void setSplitTaskSwipeRect(DeviceProfile dp, Rect outRect, StagedSplitBounds splitInfo, in setSplitTaskSwipeRect() method
H A DLandscapePagedViewHandler.java424 public void setSplitTaskSwipeRect(DeviceProfile dp, Rect outRect, in setSplitTaskSwipeRect() method in LandscapePagedViewHandler
H A DPortraitPagedViewHandler.java503 public void setSplitTaskSwipeRect(DeviceProfile dp, Rect outRect, in setSplitTaskSwipeRect() method in PortraitPagedViewHandler
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java160 .setSplitTaskSwipeRect(mDp, mTaskRect, mStagedSplitBounds, mStagePosition); in getFullScreenScale()