Searched refs:ROTATION_LANDSCAPE (Results 1 – 4 of 4) sorted by relevance
24 public static final int ROTATION_LANDSCAPE = 1; field in RotationUtils33 return ROTATION_LANDSCAPE; in getRotation()46 return ROTATION_LANDSCAPE; in getExactRotation()
53 import static com.android.systemui.util.leak.RotationUtils.ROTATION_LANDSCAPE;138 rotation == ROTATION_LANDSCAPE ? (Gravity.CENTER_VERTICAL | Gravity.RIGHT) in getRequestLayoutParams()172 } else if (rotation == ROTATION_LANDSCAPE) { in onAttachedToWindow()211 rotation == ROTATION_LANDSCAPE ? R.layout.screen_pinning_request_land_phone in inflateView()
38 import static com.android.systemui.util.leak.RotationUtils.ROTATION_LANDSCAPE;104 if (mRotation == ROTATION_LANDSCAPE) { in updateEdgeMargin()168 if (from == ROTATION_LANDSCAPE || to == ROTATION_SEASCAPE) { in rotate()
231 } else if (mRotation == RotationUtils.ROTATION_LANDSCAPE) { in updateViews()635 return rotation == RotationUtils.ROTATION_LANDSCAPE || rotation == in isLandscape()