Searched refs:isLeftRightSplit (Results 1 – 25 of 28) sorted by relevance
12
121 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 …]
64 var isLeftRightSplit: Boolean = true variable88 isLeftRightSplit = dp.isLeftRightSplit in updateOrientation()
61 if (mP.isLeftRightSplit()) { in draw()75 if (mP.isLeftRightSplit()) { in draw()93 if (mP.isLeftRightSplit()) { in draw()
238 if (deviceProfile.isLeftRightSplit) { in <lambda>()742 val isLeftRightSplit = leafRoots.all { it.endAbsBounds.top == 0 } in <lambda>() constant748 (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>()
406 int splitIconRes = dp.isLeftRightSplit in updateDimension()411 int appPairIconRes = dp.isLeftRightSplit in updateDimension()
115 if (dp.isLeftRightSplit) dividerCenterPos / dp.widthPx121 if (container.deviceProfile.isLeftRightSplit) { in draw()
188 !recentsViewContainer.deviceProfile.isLeftRightSplit -> in getSplitBannerConfig()
223 final boolean isLeftRightSplit = !splitBounds.appsStackedVertically; in setThumbnailsForSplitTasks()231 if (isLeftRightSplit) { in setThumbnailsForSplitTasks()
10 isLeftRightSplit:false
10 isLeftRightSplit:true
114 public final boolean isLeftRightSplit; field in DeviceProfile338 isLeftRightSplit = false; in DeviceProfile()803 isLeftRightSplit = !isLandscape; in DeviceProfile()805 isLeftRightSplit = isLandscape; in DeviceProfile()2239 writer.println(prefix + "\tisLeftRightSplit:" + isLeftRightSplit);