Searched refs:isContentViewInactive (Results 1 – 1 of 1) sorted by relevance
1748 if (view == null || isContentViewInactive(visibleType)) { in performWhenContentInactive()1778 public boolean isContentViewInactive(int visibleType) { in isContentViewInactive() method in NotificationContentView1780 return isContentViewInactive(view); in isContentViewInactive()1789 private boolean isContentViewInactive(View view) { in isContentViewInactive() method in NotificationContentView1800 if (isContentViewInactive(child)) { in onChildVisibilityChanged()