Searched refs:isContentViewInactive (Results 1 – 1 of 1) sorted by relevance
1733 if (view == null || isContentViewInactive(visibleType)) { in performWhenContentInactive()1763 public boolean isContentViewInactive(int visibleType) { in isContentViewInactive() method in NotificationContentView1765 return isContentViewInactive(view); in isContentViewInactive()1774 private boolean isContentViewInactive(View view) { in isContentViewInactive() method in NotificationContentView1785 if (isContentViewInactive(child)) { in onChildVisibilityChanged()