Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java128 private int mDeferWindowLayoutParams; field in NotificationShadeWindowControllerImpl
487 if (mDeferWindowLayoutParams == 0 && mLp != null && mLp.copyFrom(mLpChanged) != 0) { in applyWindowLayoutParams()
496 mDeferWindowLayoutParams++; in batchApplyWindowLayoutParams()
498 mDeferWindowLayoutParams--; in batchApplyWindowLayoutParams()
846 pw.println(" mDeferWindowLayoutParams=" + mDeferWindowLayoutParams); in dump()