Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java673 private @InsetsType int mExistingTypes = 0; field in InsetsController
926 if (mExistingTypes != existingTypes) { in updateState()
927 if (WindowInsets.Type.hasCompatSystemBars(mExistingTypes ^ existingTypes)) { in updateState()
930 mExistingTypes = existingTypes; in updateState()
1699 mVisibleTypes, mRequestedVisibleTypes, mControllableTypes | ~mExistingTypes); in updateCompatSysUiVisibility()