Home
last modified time | relevance | path

Searched refs:isLeftRightSplit (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DPortraitPagedViewHandler.kt121 deviceProfile.isLeftRightSplit && in getSplitTranslationDirectionFactor()
226 (if (deviceProfile.isLeftRightSplit) Gravity.START in updateDwbBannerLayout()
248 if (deviceProfile.isLeftRightSplit) { in getDwbBannerTranslations()
317 dp.isLeftRightSplit -> { in getUpDirection()
354 if (!dp.isLeftRightSplit) { in getInitialSplitPlaceholderBounds()
408 if (!dp.isLeftRightSplit) { in updateSplitIconParams()
487 if (!dp.isLeftRightSplit) { in getFinalSplitPlaceholderBounds()
530 if (dp.isLeftRightSplit) { in setSplitTaskSwipeRect()
536 if (dp.isLeftRightSplit) { in setSplitTaskSwipeRect()
579 if (dp.isLeftRightSplit) { in measureGroupedTaskViewThumbnailBounds()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconDrawingParams.kt64 var isLeftRightSplit: Boolean = true variable
88 isLeftRightSplit = dp.isLeftRightSplit in updateOrientation()
DAppPairIconDrawable.java61 if (mP.isLeftRightSplit()) { in draw()
75 if (mP.isLeftRightSplit()) { in draw()
93 if (mP.isLeftRightSplit()) { in draw()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt238 if (deviceProfile.isLeftRightSplit) { in <lambda>()
742 val isLeftRightSplit = leafRoots.all { it.endAbsBounds.top == 0 } in <lambda>() constant
748 (isLeftRightSplit && change.endAbsBounds.left <= 0) || in <lambda>()
749 (!isLeftRightSplit && change.endAbsBounds.top <= 0) in <lambda>()
752 if (isLeftRightSplit) leftTopApp.endAbsBounds.right else leftTopApp.endAbsBounds.bottom in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java406 int splitIconRes = dp.isLeftRightSplit in updateDimension()
411 int appPairIconRes = dp.isLeftRightSplit in updateDimension()
DFloatingAppPairBackground.kt115 if (dp.isLeftRightSplit) dividerCenterPos / dp.widthPx
121 if (container.deviceProfile.isLeftRightSplit) { in draw()
DDigitalWellBeingToast.kt188 !recentsViewContainer.deviceProfile.isLeftRightSplit -> in getSplitBannerConfig()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchTaskView.java223 final boolean isLeftRightSplit = !splitBounds.appsStackedVertically; in setThumbnailsForSplitTasks()
231 if (isLeftRightSplit) { in setThumbnailsForSplitTasks()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtwoPanelPortrait3Button_decoupleDepth.txt10 isLeftRightSplit:false
DphonePortrait.txt10 isLeftRightSplit:false
DtabletPortrait.txt10 isLeftRightSplit:false
DtabletLandscape.txt10 isLeftRightSplit:true
DtwoPanelPortrait3Button.txt10 isLeftRightSplit:false
DtabletLandscape3Button.txt10 isLeftRightSplit:true
DphoneVerticalBar.txt10 isLeftRightSplit:true
DtwoPanelPortrait_decoupleDepth.txt10 isLeftRightSplit:false
DphonePortrait3Button.txt10 isLeftRightSplit:false
DtabletPortrait3Button.txt10 isLeftRightSplit:false
DtwoPanelLandscape3Button.txt10 isLeftRightSplit:true
DtwoPanelLandscape_decoupleDepth.txt10 isLeftRightSplit:true
DtwoPanelLandscape3Button_decoupleDepth.txt10 isLeftRightSplit:true
DtwoPanelPortrait.txt10 isLeftRightSplit:false
DphoneVerticalBar3Button.txt10 isLeftRightSplit:true
DtwoPanelLandscape.txt10 isLeftRightSplit:true
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java114 public final boolean isLeftRightSplit; field in DeviceProfile
338 isLeftRightSplit = false; in DeviceProfile()
803 isLeftRightSplit = !isLandscape; in DeviceProfile()
805 isLeftRightSplit = isLandscape; in DeviceProfile()
2239 writer.println(prefix + "\tisLeftRightSplit:" + isLeftRightSplit);

12