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.java252 setExposed(true /* exposed */, needsFalsingProtection); in openControls()
315 setExposed(false, mNeedsFalsingProtection); in closeControls()
432 void setExposed(boolean exposed, boolean needsFalsingProtection) { in setExposed() method in NotificationGuts