Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt153 val isYInView = shelf.isYInView( regex
158 assertTrue(isYInView)
163 val isTopYSlopInView = shelf.isYInView(
170 val isBottomYSlopInView = shelf.isYInView(
180 val isYAboveShelfInView = shelf.isYInView(
187 val isYBelowShelfInView = shelf.isYInView(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java346 public boolean isYInView(float localY, float slop, float top, float bottom) { in isYInView() method in NotificationShelf
368 && isYInView(localY, slop, top, bottom); in pointInView()