Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt122 @MediaLocation var currentEndLocation: Int = -1 in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaViewController
291 if (location == currentEndLocation || location == currentStartLocation) { in <lambda>()
294 currentEndLocation, in <lambda>()
357 currentEndLocation, in <lambda>()
378 currentEndLocation, in <lambda>()
645 logger.logMediaLocation("attach $type", currentStartLocation, currentEndLocation) in <lambda>()
648 if (currentEndLocation == -1) { in <lambda>()
654 endLocation = currentEndLocation, in <lambda>()
869 currentEndLocation = endLocation in <lambda>()
1093 currentEndLocation, in <lambda>()
DMediaCarouselController.kt174 @MediaLocation @VisibleForTesting var currentEndLocation: Int = -1 in <lambda>() variable
1190 endLocation != currentEndLocation || in <lambda>()
1195 currentEndLocation = endLocation in <lambda>()
1214 val endIsVisible = hostStates[currentEndLocation]?.visible ?: false in <lambda>()
1219 val squishFraction = hostStates[currentEndLocation]?.squishFraction ?: 1.0F in <lambda>()
1305 val endShowsActive = hostStates[currentEndLocation]?.showsOnlyActiveMedia ?: true in <lambda>()
1326 endLocation = currentEndLocation, in <lambda>()
DMediaControlPanel.java1928 int currentEndLocation = mMediaViewController.getCurrentEndLocation();
1929 if (currentEndLocation == MediaHierarchyManager.LOCATION_QQS
1930 || currentEndLocation == MediaHierarchyManager.LOCATION_QS) {
1932 } else if (currentEndLocation == MediaHierarchyManager.LOCATION_LOCKSCREEN) {
1934 } else if (currentEndLocation == MediaHierarchyManager.LOCATION_DREAM_OVERLAY) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselControllerTest.kt729 mediaCarouselController.currentEndLocation = LOCATION_QS in testSetCurrentState_UpdatePageIndicatorAlphaWhenSquish()