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
128 if (mNeedsFalsingProtection && mExposed) { in NotificationGuts()
154 if (mNeedsFalsingProtection && mExposed) { in resetFalsingCheck()
342 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight(); in getIntrinsicHeight()
377 final boolean wasExposed = mExposed; in setExposed()
378 mExposed = exposed; in setExposed()
380 if (mExposed && mNeedsFalsingProtection) { in setExposed()
385 if (wasExposed != mExposed && mGutsContent != null) { in setExposed()
388 if (mExposed) { in setExposed()
399 return mExposed; in isExposed()