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 D | MediaViewLogger.kt | 43 fun logMediaLocation(reason: String, startLocation: Int, endLocation: Int) { 50 int2 = endLocation
|
H A D | MediaViewController.kt | 496 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 D | MediaCarouselController.kt | 878 @MediaLocation endLocation: Int, 884 endLocation != currentEndLocation || 889 currentEndLocation = endLocation 995 endLocation = currentEndLocation,
|
H A D | MediaHierarchyManager.kt | 1004 val endLocation = resolveLocationForFading() regex 1007 endLocation,
|