Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java923 mTmpApplySurfaceChangesTransactionState.obscured;
927 w.mObscured = mTmpApplySurfaceChangesTransactionState.obscured;
929 if (!mTmpApplySurfaceChangesTransactionState.obscured) {
936 mTmpApplySurfaceChangesTransactionState.obscured = true;
940 mTmpApplySurfaceChangesTransactionState.obscured,
941 mTmpApplySurfaceChangesTransactionState.syswin);
943 if (!mTmpApplySurfaceChangesTransactionState.displayHasContent
954 mTmpApplySurfaceChangesTransactionState.syswin = true;
958 mTmpApplySurfaceChangesTransactionState.preferredRefreshRate
4479 mTmpApplySurfaceChangesTransactionState.reset(); in applySurfaceChangesTransaction()
[all …]