Searched defs:isolatedIconLocation (Results 1 – 4 of 4) sorted by relevance
29 val isolatedIconLocation = MutableStateFlow<Rect?>(null) constant in com.android.systemui.statusbar.notification.data.repository.HeadsUpNotificationIconViewStateRepository
30 val isolatedIconLocation: Flow<Rect?> = repository.isolatedIconLocation constant in com.android.systemui.statusbar.notification.domain.interactor.HeadsUpNotificationIconInteractor
125 val isolatedIconLocation: Flow<Rect> = in <lambda>() constant
791 public void setIsolatedIconLocation(Rect isolatedIconLocation, boolean requireUpdate) { in setIsolatedIconLocation()