Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java888 @InsetsType int existingTypes = 0; in updateState() local
911 existingTypes |= type; in updateState()
918 visibleTypes |= WindowInsets.Type.defaultVisible() & ~existingTypes; in updateState()
926 if (mExistingTypes != existingTypes) { in updateState()
927 if (WindowInsets.Type.hasCompatSystemBars(mExistingTypes ^ existingTypes)) { in updateState()
930 mExistingTypes = existingTypes; in updateState()