Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt125 @MediaLocation private var currentStartLocation: Int = -1 in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaViewController
291 if (location == currentEndLocation || location == currentStartLocation) { in <lambda>()
293 currentStartLocation, in <lambda>()
356 currentStartLocation, in <lambda>()
377 currentStartLocation, in <lambda>()
645 logger.logMediaLocation("attach $type", currentStartLocation, currentEndLocation) in <lambda>()
653 startLocation = currentStartLocation, in <lambda>()
870 currentStartLocation = startLocation in <lambda>()
1092 currentStartLocation, in <lambda>()
DMediaCarouselController.kt180 @MediaLocation private var currentStartLocation: Int = -1 in <lambda>() variable
1189 startLocation != currentStartLocation || in <lambda>()
1194 currentStartLocation = startLocation in <lambda>()
1215 val startIsVisible = hostStates[currentStartLocation]?.visible ?: false in <lambda>()
1307 hostStates[currentStartLocation]?.showsOnlyActiveMedia ?: endShowsActive in <lambda>()
1325 startLocation = currentStartLocation, in <lambda>()