Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java223 public boolean isExpandable() { in isExpandable() method in ExpandableNotificationRow
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java349 return mHeadsUp != null && mHeadsUp.row == v && mHeadsUp.row.isExpandable(); in canChildBeExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java656 && ((ExpandableNotificationRow) v).isExpandable(); in canChildBeExpanded()