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.java352 private final ApplySurfaceChangesTransactionState mTmpApplySurfaceChangesTransactionState = field in DisplayContent
633 mTmpApplySurfaceChangesTransactionState.obscured;
639 w.mObscured = mTmpApplySurfaceChangesTransactionState.obscured;
640 if (!mTmpApplySurfaceChangesTransactionState.obscured) {
647 mTmpApplySurfaceChangesTransactionState.obscured = true;
650 mTmpApplySurfaceChangesTransactionState.displayHasContent |=
652 mTmpApplySurfaceChangesTransactionState.obscured,
653 mTmpApplySurfaceChangesTransactionState.syswin);
659 mTmpApplySurfaceChangesTransactionState.syswin = true;
661 if (mTmpApplySurfaceChangesTransactionState.preferredRefreshRate == 0
[all …]