Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaViewLogger.kt43 fun logMediaLocation(reason: String, startLocation: Int, endLocation: Int) {
50 int2 = endLocation
H A DMediaViewController.kt496 endLocation = currentEndLocation,
522 @MediaLocation endLocation: Int,
527 currentEndLocation = endLocation
530 logger.logMediaLocation("setCurrentState", startLocation, endLocation)
534 val endHostState = mediaHostStatesManager.mediaHostStates[endLocation] ?: return
541 endViewState = updateViewStateSize(endViewState, endLocation, tmpState2)!!
H A DMediaCarouselController.kt878 @MediaLocation endLocation: Int,
884 endLocation != currentEndLocation ||
889 currentEndLocation = endLocation
995 endLocation = currentEndLocation,
H A DMediaHierarchyManager.kt1004 val endLocation = resolveLocationForFading() regex
1007 endLocation,