Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanelController.kt275 updateArrowDirection(isLayoutRtl) in <lambda>()
281 updateArrowDirection(configurationController.isLayoutRtl) in <lambda>()
288 private fun updateArrowDirection(isLayoutRtl: Boolean) { in <lambda>() method