Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java52 private boolean mExposed; field in NotificationGuts
164 if (mNeedsFalsingProtection && mExposed) { in NotificationGuts()
189 if (mNeedsFalsingProtection && mExposed) { in resetFalsingCheck()
366 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight(); in getIntrinsicHeight()
401 final boolean wasExposed = mExposed; in setExposed()
402 mExposed = exposed; in setExposed()
404 if (mExposed && mNeedsFalsingProtection) { in setExposed()
409 if (wasExposed != mExposed && mGutsContent != null) { in setExposed()
412 if (mExposed) { in setExposed()
423 return mExposed; in isExposed()