Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java246 setExposed(true /* exposed */, needsFalsingProtection); in openControls()
304 setExposed(false, mNeedsFalsingProtection); in closeControls()
400 void setExposed(boolean exposed, boolean needsFalsingProtection) { in setExposed() method in NotificationGuts