Home
last modified time | relevance | path

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

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