Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarInsetsController.kt238 provider.insetsSize = getInsetsForGravityWithCutout(contentHeight, gravity, endRotation) in <lambda>()
241 provider.insetsSize = getInsetsForGravityWithCutout(contentHeight, gravity, in <lambda>()
253 provider.insetsSize = getInsetsForGravityWithCutout(mandatoryGestureHeight, gravity, in <lambda>()
317 private fun getInsetsForGravityWithCutout(inset: Int, gravity: Int, rot: Int): Insets { in <lambda>() method