Home
last modified time | relevance | path

Searched refs:convertLauncherSplitBoundsToShell (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DGroupedTaskView.kt36 import com.android.quickstep.util.SplitScreenUtils.Companion.convertLauncherSplitBoundsToShell
154 convertLauncherSplitBoundsToShell(it), in bind()
161 convertLauncherSplitBoundsToShell(it), in bind()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitScreenUtils.kt43 fun convertLauncherSplitBoundsToShell( in convertLauncherSplitBoundsToShell() method
DTaskViewSimulator.java30 import static com.android.quickstep.util.SplitScreenUtils.convertLauncherSplitBoundsToShell;
250 mPositionHelper.setSplitBounds(convertLauncherSplitBoundsToShell(mSplitBounds), in setPreview()