Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java160 when(row.isMenuSnappedOnLeft()).thenReturn(true); in testIsSnappedAndOnSameSide()
166 when(row.isMenuSnappedOnLeft()).thenReturn(false); in testIsSnappedAndOnSameSide()
174 when(row.isMenuSnappedOnLeft()).thenReturn(true); in testIsSnappedAndOnSameSide()
354 assertFalse("before onSnapOpen, row is not snapped on left", row.isMenuSnappedOnLeft()); in testOnSnap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java157 protected boolean isMenuSnappedOnLeft() { in isMenuSnappedOnLeft() method in NotificationMenuRow
772 && isMenuSnappedOnLeft() == isMenuOnLeft(); in isSnappedAndOnSameSide()