Searched refs:currentEndLocation (Results 1 – 4 of 4) sorted by relevance
122 @MediaLocation var currentEndLocation: Int = -1 in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaViewController291 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>()
174 @MediaLocation @VisibleForTesting var currentEndLocation: Int = -1 in <lambda>() variable1190 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>()
1928 int currentEndLocation = mMediaViewController.getCurrentEndLocation();1929 if (currentEndLocation == MediaHierarchyManager.LOCATION_QQS1930 || currentEndLocation == MediaHierarchyManager.LOCATION_QS) {1932 } else if (currentEndLocation == MediaHierarchyManager.LOCATION_LOCKSCREEN) {1934 } else if (currentEndLocation == MediaHierarchyManager.LOCATION_DREAM_OVERLAY) {
729 mediaCarouselController.currentEndLocation = LOCATION_QS in testSetCurrentState_UpdatePageIndicatorAlphaWhenSquish()