Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1748 if (view == null || isContentViewInactive(visibleType)) { in performWhenContentInactive()
1778 public boolean isContentViewInactive(int visibleType) { in isContentViewInactive() method in NotificationContentView
1780 return isContentViewInactive(view); in isContentViewInactive()
1789 private boolean isContentViewInactive(View view) { in isContentViewInactive() method in NotificationContentView
1800 if (isContentViewInactive(child)) { in onChildVisibilityChanged()