Searched refs:isSeascape (Results 1 – 11 of 11) sorted by relevance
448 if (isSeascape()) { in updateWorkspacePadding()483 if (isSeascape()) { in getHotseatLayoutPadding()549 boolean isSeascape = wm.getDefaultDisplay().getRotation() == Surface.ROTATION_270; in updateIsSeascape()550 if (mIsSeascape != isSeascape) { in updateIsSeascape()551 mIsSeascape = isSeascape; in updateIsSeascape()558 public boolean isSeascape() { in isSeascape() method in DeviceProfile
95 lp.gravity = grid.isSeascape() ? Gravity.RIGHT : Gravity.LEFT; in setInsets()96 tooltipLocation = grid.isSeascape() ? TOOLTIP_LEFT : TOOLTIP_RIGHT; in setInsets()
87 if (grid.isSeascape()) { in setInsets()
44 boolean draggingFromNav = mLauncher.getDeviceProfile().isSeascape() == isDragTowardPositive; in getTargetState()64 return (mLauncher.getDeviceProfile().isSeascape() ? 2 : -2) / range; in initCurrentAnimation()69 return mLauncher.getDeviceProfile().isSeascape() ? Direction.RIGHT : Direction.LEFT; in getDirectionForLog()
31 isDragTowardPositive ^ mLauncher.getDeviceProfile().isSeascape()); in getTargetState()37 return mLauncher.getDeviceProfile().isSeascape() ? multiplier : -multiplier; in initCurrentAnimation()
67 int hotseatInset = dp.isSeascape() ? targetInsets.left : targetInsets.right; in getSwipeUpDestinationAndLength()
88 int hotseatInset = dp.isSeascape() ? targetInsets.left : targetInsets.right; in getSwipeUpDestinationAndLength()
139 : (dp.isSeascape() ? ROTATION_SEASCAPE : ROTATION_LANDSCAPE); in getRotationMode()
322 int rotationDir = profile.isVerticalBarLayout() && !profile.isSeascape() ? -1 : 1; in updateThumbnailMatrix()
346 int left = activity.getDeviceProfile().isSeascape() ? insets.left in updateStackBoundsToMultiWindowTaskSize()
302 if (grid.isSeascape()) { in updateDragHandleBounds()