Home
last modified time | relevance | path

Searched refs:ROTATION_SEASCAPE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DRotationUtils.java25 public static final int ROTATION_SEASCAPE = 2; field in RotationUtils
35 return ROTATION_SEASCAPE; in getRotation()
48 return ROTATION_SEASCAPE; in getExactRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java54 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java40 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()
DScreenDecorations.java241 } 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()