Searched refs:ROTATION_UPSIDE_DOWN (Results 1 – 7 of 7) sorted by relevance
33 public static final int ROTATION_UPSIDE_DOWN = 2; field in RotationUtils41 ROTATION_UPSIDE_DOWN,74 return ROTATION_UPSIDE_DOWN; in getExactRotation()87 case ROTATION_UPSIDE_DOWN: in toString()108 case ROTATION_UPSIDE_DOWN: in getResourcesForRotation()
39 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN in <lambda>()201 if (exactRotation == ROTATION_NONE || exactRotation == ROTATION_UPSIDE_DOWN) { in onStatusBarContentInsetsChanged()357 ROTATION_UPSIDE_DOWN -> Rect(0, h - sbHeight, w, h) in sbRect()384 ROTATION_UPSIDE_DOWN -> left <= 0 in touchesRightEdge()393 ROTATION_UPSIDE_DOWN -> right >= width in Rect()402 ROTATION_UPSIDE_DOWN -> bottom in Rect()411 ROTATION_UPSIDE_DOWN -> left in Rect()420 ROTATION_UPSIDE_DOWN -> right in Rect()427 ROTATION_NONE, ROTATION_UPSIDE_DOWN -> width() in Rect()
26 import static com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN;151 .getBoundingRectForPrivacyChipForRotation(ROTATION_UPSIDE_DOWN); in calculateStatusBarLocationsForAllRotations()
177 case RotationUtils.ROTATION_UPSIDE_DOWN: in statusBarCornerCutoutMargins()
28 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN171 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout()261 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout()341 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_noCutout()
44 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN in <lambda>()375 br -> if (rtl) ROTATION_UPSIDE_DOWN else ROTATION_LANDSCAPE in <lambda>()376 else /* bl */ -> if (rtl) ROTATION_SEASCAPE else ROTATION_UPSIDE_DOWN in <lambda>()414 .getStatusBarContentInsetsForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()556 .getStatusBarContentInsetsForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()653 ROTATION_UPSIDE_DOWN -> upsideDownRect!! in contentRectForRotation()
183 RotationUtils.ROTATION_UPSIDE_DOWN -> { in layoutRipple()