Searched refs:getStatusBarContentInsetsForRotation (Results 1 – 3 of 3) sorted by relevance
410 val left = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_SEASCAPE) in <lambda>()411 val top = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_NONE) in <lambda>()412 val right = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_LANDSCAPE) in <lambda>()414 .getStatusBarContentInsetsForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()552 val left = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_SEASCAPE) in <lambda>()553 val top = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_NONE) in <lambda>()554 val right = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_LANDSCAPE) in <lambda>()556 .getStatusBarContentInsetsForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()
373 .getStatusBarContentInsetsForRotation(RotationUtils.getExactRotation(getContext())); in updateSafeInsets()
132 fun getStatusBarContentInsetsForRotation(@Rotation rotation: Int): Rect { in <lambda>() method