Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java391 () -> openGutsInternal(view, x, y, menuItem)); in openGuts()
402 return openGutsInternal(view, x, y, menuItem); in openGuts()
406 boolean openGutsInternal( in openGutsInternal() method in NotificationGutsManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java155 assertTrue(mGutsManager.openGutsInternal(row, 0, 0, menuItem)); in testOpenAndCloseGuts()
203 assertTrue(mGutsManager.openGutsInternal(row, 0, 0, menuItem)); in testChangeDensityOrFontScale()