Home
last modified time | relevance | path

Searched defs:isInContentBounds (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3464 public boolean isInContentBounds(float y) { in isInContentBounds() method
3928 private boolean isInContentBounds(MotionEvent event) { in isInContentBounds() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2147 private boolean isInContentBounds(float x, float y) { in isInContentBounds() method in NotificationPanelViewController