Searched refs:ROTATION_UPSIDE_DOWN (Results 1 – 6 of 6) sorted by relevance
55 public static final int ROTATION_UPSIDE_DOWN = 2; field in RotationUtils63 ROTATION_UPSIDE_DOWN,96 return ROTATION_UPSIDE_DOWN; in getExactRotation()109 case ROTATION_UPSIDE_DOWN: in toString()130 case ROTATION_UPSIDE_DOWN: in getResourcesForRotation()
46 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN in <lambda>()385 if (exactRotation == ROTATION_NONE || exactRotation == ROTATION_UPSIDE_DOWN) { in onStatusBarContentInsetsChanged()620 ROTATION_UPSIDE_DOWN -> Rect(0, h - sbHeight, w, h) in sbRect()647 ROTATION_UPSIDE_DOWN -> left <= 0 in touchesRightEdge()656 ROTATION_UPSIDE_DOWN -> right >= width in Rect()665 ROTATION_UPSIDE_DOWN -> bottom in Rect()674 ROTATION_UPSIDE_DOWN -> left in Rect()683 ROTATION_UPSIDE_DOWN -> right in Rect()691 ROTATION_UPSIDE_DOWN -> width() in Rect()703 ROTATION_UPSIDE_DOWN -> return in Point()[all …]
46 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN in <lambda>()401 br -> if (rtl) ROTATION_UPSIDE_DOWN else ROTATION_LANDSCAPE in <lambda>()402 else /* bl */ -> if (rtl) ROTATION_SEASCAPE else ROTATION_UPSIDE_DOWN in <lambda>()441 .getStatusBarContentAreaForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()583 .getStatusBarContentAreaForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()685 ROTATION_UPSIDE_DOWN -> upsideDownRect!! in contentRectForRotation()
41 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN in <lambda>()247 setRotation(ROTATION_UPSIDE_DOWN) in <lambda>()290 setRotation(ROTATION_UPSIDE_DOWN) in <lambda>()403 whenever(it.getStatusBarContentAreaForRotation(ROTATION_UPSIDE_DOWN)) in createMockContentInsetsProvider()
37 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN238 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection()356 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_withCameraProtection()498 targetRotation = ROTATION_UPSIDE_DOWN in Rect()620 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_topRightCutout_withCameraProtection()785 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout()887 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_noCutout()
28 import static com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN;266 .getBoundingRectForPrivacyChipForRotation(ROTATION_UPSIDE_DOWN, displayCutout);