Searched defs:mTmpApplySurfaceChangesTransactionState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java319 private final ApplySurfaceChangesTransactionState mTmpApplySurfaceChangesTransactionState = field in class:DisplayContent
605 mTmpApplySurfaceChangesTransactionState.obscured;
611 w.mObscured = mTmpApplySurfaceChangesTransactionState.obscured;
612 if (!mTmpApplySurfaceChangesTransactionState.obscured) {
619 mTmpApplySurfaceChangesTransactionState.obscured = true;
622 mTmpApplySurfaceChangesTransactionState.displayHasContent |=
624 mTmpApplySurfaceChangesTransactionState.obscured,
625 mTmpApplySurfaceChangesTransactionState.syswin);
631 mTmpApplySurfaceChangesTransactionState.syswin = true;
633 if (mTmpApplySurfaceChangesTransactionState
[all...]

Completed in 50 milliseconds