Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewController.java304 if (isIntersecting(mStatusBarView, x, y)) { in setupExpandedStatusBar()
523 private boolean isIntersecting(View view, float x, float y) { in isIntersecting() method in NotificationShadeWindowViewController