Searched refs:isSeascape (Results 1 – 9 of 9) sorted by relevance
31 isDragTowardPositive ^ mLauncher.getDeviceProfile().isSeascape()); in getTargetState()37 return mLauncher.getDeviceProfile().isSeascape() ? multiplier : -multiplier; in initCurrentAnimation()
102 mLauncher.getDeviceProfile().isSeascape() == isDragTowardPositive; in getTargetState()141 return (mLauncher.getDeviceProfile().isSeascape() ? 1 : -1) / range; in initCurrentAnimation()
100 lp.gravity = grid.isSeascape() ? Gravity.RIGHT : Gravity.LEFT; in setInsets()101 tooltipLocation = grid.isSeascape() ? TOOLTIP_LEFT : TOOLTIP_RIGHT; in setInsets()
859 if (isSeascape()) { in updateWorkspacePadding()884 if (isSeascape()) { in getHotseatLayoutPadding()1002 boolean isSeascape = DisplayController.INSTANCE.get(context) in updateIsSeascape()1004 if (mIsSeascape != isSeascape) { in updateIsSeascape()1005 mIsSeascape = isSeascape; in updateIsSeascape()1012 public boolean isSeascape() { in isSeascape() method
102 if (grid.isSeascape()) { in setInsets()
112 if (dp.isSeascape()) { in updateInsetsDueToTaskbar()
67 return dp.isSeascape() ? outRect.left : (dp.widthPx - outRect.right); in getSwipeUpDestinationAndLength()
76 return dp.isSeascape() ? outRect.left : (dp.widthPx - outRect.right); in getSwipeUpDestinationAndLength()
427 if (dp.isSeascape()) { in getSplitPositionOptions()