Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DDefaultClockSection.kt115 val distance = dir * getClockCenteringDistance() in <lambda>()
155 fun getClockCenteringDistance(): Float { in <lambda>() method
DTopAreaSection.kt159 x = -clockSection.getClockCenteringDistance().toInt(), in LargeClockWithSmartSpace()