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.java54 private boolean mExposed; field in NotificationGuts
166 if (mNeedsFalsingProtection && mExposed) { in NotificationGuts()
194 if (mNeedsFalsingProtection && mExposed) { in resetFalsingCheck()
398 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight(); in getIntrinsicHeight()
433 final boolean wasExposed = mExposed; in setExposed()
434 mExposed = exposed; in setExposed()
436 if (mExposed && mNeedsFalsingProtection) { in setExposed()
441 if (wasExposed != mExposed && mGutsContent != null) { in setExposed()
444 if (mExposed) { in setExposed()
455 return mExposed; in isExposed()