Searched refs:LOCATION_QQS (Results 1 – 7 of 7) sorted by relevance
737 previousLocation = LOCATION_QQS in updateDesiredLocation()865 desiredLocation == LOCATION_QQS && in shouldAnimateTransition()872 currentLocation == LOCATION_QQS && in shouldAnimateTransition()914 if (previousLocation == LOCATION_LOCKSCREEN && desiredLocation == LOCATION_QQS) { in getAnimationParams()923 } else if (previousLocation == LOCATION_QQS && desiredLocation == LOCATION_LOCKSCREEN) { in getAnimationParams()1019 if (previousLocation == LOCATION_LOCKSCREEN && desiredLocation == LOCATION_QQS) { in calculateTransformationType()1053 if (previousHost?.location == LOCATION_QQS) { in getQSTransformationProgress()1219 onLockscreen && isTransformingToFullShadeAndInQQS() -> LOCATION_QQS in calculateLocation()1225 else -> LOCATION_QQS in calculateLocation()1328 const val LOCATION_QQS = 1 constant[all …]
1929 if (currentEndLocation == MediaHierarchyManager.LOCATION_QQS
170 setupHost(qqsHost, MediaHierarchyManager.LOCATION_QQS, QQS_TOP) in setup()309 eq(MediaHierarchyManager.LOCATION_QQS), in testGoingToFullShade()533 eq(MediaHierarchyManager.LOCATION_QQS), in testDream()570 eq(MediaHierarchyManager.LOCATION_QQS), in testCommunalLocation()
505 MediaHierarchyManager.LOCATION_QQS, in testLocationChangeQqs_logged()510 verify(logger).logCarouselPosition(MediaHierarchyManager.LOCATION_QQS) in testLocationChangeQqs_logged()
82 mMediaHost.init(MediaHierarchyManager.LOCATION_QQS); in onInit()
151 MediaHierarchyManager.LOCATION_QQS -> MediaUiEvent.MEDIA_CAROUSEL_LOCATION_QQS in logCarouselPosition()
170 mediaHost.init(MediaHierarchyManager.LOCATION_QQS) in Content()