Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java475 private final ApplySurfaceChangesTransactionState mTmpApplySurfaceChangesTransactionState = field in DisplayContent
788 mTmpApplySurfaceChangesTransactionState.obscured;
792 w.mObscured = mTmpApplySurfaceChangesTransactionState.obscured;
793 if (!mTmpApplySurfaceChangesTransactionState.obscured) {
800 mTmpApplySurfaceChangesTransactionState.obscured = true;
803 mTmpApplySurfaceChangesTransactionState.displayHasContent |=
805 mTmpApplySurfaceChangesTransactionState.obscured,
806 mTmpApplySurfaceChangesTransactionState.syswin);
812 mTmpApplySurfaceChangesTransactionState.syswin = true;
814 if (mTmpApplySurfaceChangesTransactionState.preferredRefreshRate == 0
[all …]