Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java52 private boolean mExposed; field in NotificationGuts
164 if (mNeedsFalsingProtection && mExposed) { in NotificationGuts()
189 if (mNeedsFalsingProtection && mExposed) { in resetFalsingCheck()
388 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight(); in getIntrinsicHeight()
423 final boolean wasExposed = mExposed; in setExposed()
424 mExposed = exposed; in setExposed()
426 if (mExposed && mNeedsFalsingProtection) { in setExposed()
431 if (wasExposed != mExposed && mGutsContent != null) { in setExposed()
434 if (mExposed) { in setExposed()
445 return mExposed; in isExposed()