Searched refs:ROTATION_SEASCAPE (Results 1 – 4 of 4) sorted by relevance
25 public static final int ROTATION_SEASCAPE = 2; field in RotationUtils35 return ROTATION_SEASCAPE; in getRotation()48 return ROTATION_SEASCAPE; in getExactRotation()
54 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;137 rotation == ROTATION_SEASCAPE ? (Gravity.CENTER_VERTICAL | Gravity.LEFT) : in getRequestLayoutParams()170 if (rotation == ROTATION_SEASCAPE) { in onAttachedToWindow()210 rotation == ROTATION_SEASCAPE ? R.layout.screen_pinning_request_sea_phone : in inflateView()
40 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;106 } else if (mRotation == ROTATION_SEASCAPE) { in updateEdgeMargin()168 if (from == ROTATION_LANDSCAPE || to == ROTATION_SEASCAPE) { in rotate()
241 } else if (mRotation == RotationUtils.ROTATION_SEASCAPE) { in updateViews()318 if (mRotation == RotationUtils.ROTATION_SEASCAPE in getWindowLayoutParams()335 if (mRotation == RotationUtils.ROTATION_SEASCAPE in getBottomLayoutParams()636 RotationUtils.ROTATION_SEASCAPE; in isLandscape()