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.java148 when(row.isMenuSnappedOnLeft()).thenReturn(true); in testIsSnappedAndOnSameSide()
154 when(row.isMenuSnappedOnLeft()).thenReturn(false); in testIsSnappedAndOnSameSide()
162 when(row.isMenuSnappedOnLeft()).thenReturn(true); in testIsSnappedAndOnSameSide()
342 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.java161 protected boolean isMenuSnappedOnLeft() { in isMenuSnappedOnLeft() method in NotificationMenuRow
764 && isMenuSnappedOnLeft() == isMenuOnLeft(); in isSnappedAndOnSameSide()