Searched refs:isolatedIconLocation (Results 1 – 5 of 5) sorted by relevance
30 val isolatedIconLocation: Flow<Rect?> = repository.isolatedIconLocation constant in com.android.systemui.statusbar.notification.domain.interactor.HeadsUpNotificationIconInteractor37 repository.isolatedIconLocation.value = rect in setIsolatedIconLocation()
29 val isolatedIconLocation = MutableStateFlow<Rect?>(null) constant in com.android.systemui.statusbar.notification.data.repository.HeadsUpNotificationIconViewStateRepository
125 val isolatedIconLocation: Flow<Rect> = in <lambda>() constant126 headsUpIconInteractor.isolatedIconLocation.filterNotNull().conflate().distinctUntilChanged() in <lambda>()
791 public void setIsolatedIconLocation(Rect isolatedIconLocation, boolean requireUpdate) { in setIsolatedIconLocation() argument792 mIsolatedIconLocation = isolatedIconLocation; in setIsolatedIconLocation()
156 isolatedIconLocation.collectTracingEach("NIC#isolatedIconLocation") { location -> in <lambda>()