Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBottomAreaInteractor.kt40 private val _clockPosition = MutableStateFlow(Position(0, 0)) constant
43 val clockPosition: Flow<Position> = _clockPosition.asStateFlow()
46 _clockPosition.value = Position(x, y) in setClockPosition()