Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java212 setExposed(true /* exposed */, needsFalsingProtection); in openControls()
259 setExposed(false, mNeedsFalsingProtection); in closeControls()
376 void setExposed(boolean exposed, boolean needsFalsingProtection) { in setExposed() method in NotificationGuts
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java894 doNothing().when(guts).setExposed(anyBoolean(), anyBoolean()); in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper()