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.java155 when(row.isMenuSnappedOnLeft()).thenReturn(true); in testIsSnappedAndOnSameSide()
161 when(row.isMenuSnappedOnLeft()).thenReturn(false); in testIsSnappedAndOnSameSide()
169 when(row.isMenuSnappedOnLeft()).thenReturn(true); in testIsSnappedAndOnSameSide()
341 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.java164 protected boolean isMenuSnappedOnLeft() { in isMenuSnappedOnLeft() method in NotificationMenuRow
758 && isMenuSnappedOnLeft() == isMenuOnLeft(); in isSnappedAndOnSameSide()