Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt109 val isXInView = shelf.isXInView( regex
114 assertTrue(isXInView)
119 val isLeftXSlopInView = shelf.isXInView(
126 val isRightXSlopInView = shelf.isXInView(
136 val isXLeftOfShelfInView = shelf.isXInView(
143 val isXRightOfShelfInView = shelf.isXInView(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java334 public boolean isXInView(float localX, float slop, float left, float right) { in isXInView() method in NotificationShelf
367 return isXInView(localX, slop, left, right) in pointInView()