Home
last modified time | relevance | path

Searched defs:canChildBeDismissed (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java449 public boolean canChildBeDismissed(View v) { in canChildBeDismissed() method in TaskStackViewTouchHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java163 public static boolean canChildBeDismissed(View v) { in canChildBeDismissed() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java1245 public boolean canChildBeDismissed(View v) { in canChildBeDismissed() method in NotificationStackScrollLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java687 boolean canChildBeDismissed(View v); in canChildBeDismissed() method