Searched refs:isInVisibleLocation (Results 1 – 7 of 7) sorted by relevance
148 when(mLocationProvider.isInVisibleLocation(any(NotificationEntry.class))).thenReturn(true); in testReorderingVisibleHeadsUpNotAllowed()157 when(mLocationProvider.isInVisibleLocation(any(NotificationEntry.class))).thenReturn(false); in testReorderingVisibleHeadsUpAllowed()166 when(mLocationProvider.isInVisibleLocation(any(NotificationEntry.class))).thenReturn(false); in testReorderingVisibleHeadsUpAllowedOnce()
32 boolean isInVisibleLocation(NotificationEntry entry); in isInVisibleLocation() method
175 && !mVisibilityLocationProvider.isInVisibleLocation(row.getEntry())) { in canReorderNotification()
130 when(mListContainer.isInVisibleLocation(any())).thenReturn(true); in testOnChildLocationsChangedReportsVisibilityChanged()152 when(mListContainer.isInVisibleLocation(any())).thenReturn(true); in testStoppingNotificationLoggingReportsCurrentNotifications()
353 public boolean isInVisibleLocation(NotificationEntry entry) { in isInVisibleLocation() method in NotificationViewHierarchyManagerTest.FakeListContainer
130 boolean isVisible = mListContainer.isInVisibleLocation(entry);
628 mVisualStabilityManager.setVisibilityLocationProvider(this::isInVisibleLocation); in onFinishInflate()1060 public boolean isInVisibleLocation(NotificationEntry entry) {