Home
last modified time | relevance | path

Searched refs:SplitBounds (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteTargetGluer.java20 import static com.android.wm.shell.shared.split.SplitBounds.KEY_EXTRA_SPLIT_BOUNDS;
37 import com.android.wm.shell.shared.split.SplitBounds;
56 private SplitConfigurationOptions.SplitBounds mSplitBounds;
127 SplitConfigurationOptions.SplitBounds splitBounds) { in assignTargetsForSplitScreen()
145 SplitBounds shellSplitBounds = targets.extras.getParcelable(KEY_EXTRA_SPLIT_BOUNDS, in assignTargetsForSplitScreen()
146 SplitBounds.class); in assignTargetsForSplitScreen()
309 public SplitConfigurationOptions.SplitBounds getSplitBounds() { in getSplitBounds()
DRecentTasksList.java431 final SplitConfigurationOptions.SplitBounds launcherSplitBounds = in loadTasksInBackground()
471 final SplitConfigurationOptions.SplitBounds launcherSplitBounds = in loadTasksInBackground()
DSystemUiProxy.kt98 import com.android.wm.shell.shared.split.SplitBounds in <lambda>()
1243 classLoader = SplitBounds::class.java.classLoader in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitScreenUtils.kt26 import com.android.wm.shell.shared.split.SplitBounds in <lambda>()
36 fun convertShellSplitBoundsToLauncher(shellSplitBounds: SplitBounds) = in <lambda>()
37 SplitConfigurationOptions.SplitBounds( in <lambda>()
DTaskViewSimulator.java48 import com.android.launcher3.util.SplitConfigurationOptions.SplitBounds;
116 private SplitBounds mSplitBounds;
257 public void setPreview(RemoteAnimationTarget runningTarget, SplitBounds splitInfo) { in setPreview()
DGroupTask.kt97 class SplitTask(task1: Task, task2: Task, val splitBounds: SplitConfigurationOptions.SplitBounds) :
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DGroupTaskTest.kt64 SplitConfigurationOptions.SplitBounds( in testGroupTask_equalSplitTasks_isEqual()
79 SplitConfigurationOptions.SplitBounds( in testGroupTask_differentSplitTasks_isNotEqual()
87 SplitConfigurationOptions.SplitBounds( in testGroupTask_differentSplitTasks_isNotEqual()
DSplitSelectStateControllerTest.kt666 SplitConfigurationOptions.SplitBounds( in generateSplitTask()
704 SplitConfigurationOptions.SplitBounds( in generateSplitTask()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DRecentsPagedOrientationHandler.kt176 splitInfo: SplitConfigurationOptions.SplitBounds, in setSecondary()
185 splitBoundsConfig: SplitConfigurationOptions.SplitBounds, in setSecondary()
199 splitBoundsConfig: SplitConfigurationOptions.SplitBounds, in setSecondary()
239 splitConfig: SplitConfigurationOptions.SplitBounds, in setSecondary()
321 splitBounds: SplitConfigurationOptions.SplitBounds?, in setSecondary()
DSeascapePagedViewHandler.kt42 import com.android.launcher3.util.SplitConfigurationOptions.SplitBounds
106 splitInfo: SplitBounds, in getTaskMenuHeight()
148 splitBounds: SplitBounds?, in getDwbBannerTranslations()
278 splitBoundsConfig: SplitBounds, in measureGroupedTaskViewThumbnailBounds()
313 splitBoundsConfig: SplitBounds, in getGroupedTaskViewSizes()
DLandscapePagedViewHandler.kt55 import com.android.launcher3.util.SplitConfigurationOptions.SplitBounds
272 splitBounds: SplitBounds?, in getDwbBannerTranslations()
444 splitInfo: SplitBounds, in setSplitTaskSwipeRect()
466 splitBoundsConfig: SplitBounds, in measureGroupedTaskViewThumbnailBounds()
502 splitBoundsConfig: SplitBounds, in getGroupedTaskViewSizes()
587 splitConfig: SplitBounds, in setSplitIconParams()
721 protected fun getDividerBarSize(totalThumbnailHeight: Int, splitConfig: SplitBounds): Int { in getDividerBarSize()
DPortraitPagedViewHandler.kt239 splitBounds: SplitConfigurationOptions.SplitBounds?, in getDwbBannerTranslations()
516 splitInfo: SplitConfigurationOptions.SplitBounds, in setSplitTaskSwipeRect()
555 splitBoundsConfig: SplitConfigurationOptions.SplitBounds, in measureGroupedTaskViewThumbnailBounds()
614 splitBoundsConfig: SplitConfigurationOptions.SplitBounds, in getGroupedTaskViewSizes()
707 splitConfig: SplitConfigurationOptions.SplitBounds, in setSplitIconParams()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DGroupedTaskView.kt65 var splitBoundsConfig: SplitConfigurationOptions.SplitBounds? = null
124 splitBoundsConfig: SplitConfigurationOptions.SplitBounds?, in bind()
256 fun updateSplitBoundsConfig(splitBounds: SplitConfigurationOptions.SplitBounds?) { in updateSplitBoundsConfig()
DDigitalWellBeingToast.kt89 var splitBounds: SplitConfigurationOptions.SplitBounds? = null
DRecentsView.java177 import com.android.launcher3.util.SplitConfigurationOptions.SplitBounds;
775 private SplitBounds mSplitBoundsConfig;
/packages/apps/Launcher3/src/com/android/launcher3/util/
DSplitConfigurationOptions.java124 public static class SplitBounds { class in SplitConfigurationOptions
154 public SplitBounds(Rect leftTopBounds, Rect rightBottomBounds, int leftTopTaskId, in SplitBounds() method in SplitConfigurationOptions.SplitBounds
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/
DAbsSwipeUpHandlerTestCase.java23 import static com.android.wm.shell.shared.split.SplitBounds.KEY_EXTRA_SPLIT_BOUNDS;
76 import com.android.wm.shell.shared.split.SplitBounds;
151 extras.putParcelable(KEY_EXTRA_SPLIT_BOUNDS, new SplitBounds( in setUpAnimationTargets()
DRecentTasksListTest.java60 import com.android.wm.shell.shared.split.SplitBounds;
123 new RecentTaskInfo(), new RecentTaskInfo(), new SplitBounds( in loadTasksInBackground_onlyKeys_noValidTaskDescription()
219 new SplitBounds( in loadTasksInBackground_moreThanKeys_hasValidTaskDescription()
DRecentsModelTest.java200 new SplitTask(task1, task2, new SplitConfigurationOptions.SplitBounds( in getTaskResult()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchTaskView.java39 import com.android.launcher3.util.SplitConfigurationOptions.SplitBounds;
215 @Nullable SplitBounds splitBounds) { in setThumbnailsForSplitTasks()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/data/
DTasksRepositoryTest.kt60 SplitConfigurationOptions.SplitBounds( in <lambda>()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsControllerTest.kt925 SplitConfigurationOptions.SplitBounds( in <lambda>()