Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaViewController.kt368 startLocation = currentStartLocation, in <lambda>()
391 @MediaLocation startLocation: Int, in <lambda>()
397 currentStartLocation = startLocation in <lambda>()
403 val startHostState = mediaHostStatesManager.mediaHostStates[startLocation] in <lambda>()
420 startViewState = updateViewStateToCarouselSize(startViewState, startLocation, tmpState3) in <lambda>()
DMediaCarouselController.kt502 @MediaLocation startLocation: Int, in <lambda>()
507 if (startLocation != currentStartLocation || in <lambda>()
512 currentStartLocation = startLocation in <lambda>()
598 startLocation = currentStartLocation, in <lambda>()
DMediaHierarchyManager.kt837 val startLocation = if (onlyUseEndState) -1 else previousLocation in applyState() constant
840 mediaCarouselController.setCurrentState(startLocation, endLocation, progress, immediately) in applyState()