Home
last modified time | relevance | path

Searched refs:isContentViewInactive (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1733 if (view == null || isContentViewInactive(visibleType)) { in performWhenContentInactive()
1763 public boolean isContentViewInactive(int visibleType) { in isContentViewInactive() method in NotificationContentView
1765 return isContentViewInactive(view); in isContentViewInactive()
1774 private boolean isContentViewInactive(View view) { in isContentViewInactive() method in NotificationContentView
1785 if (isContentViewInactive(child)) { in onChildVisibilityChanged()