Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java889 @InsetsType int existingTypes = 0; in updateState() local
902 existingTypes |= type; in updateState()
909 visibleTypes |= WindowInsets.Type.defaultVisible() & ~existingTypes; in updateState()
917 if (mExistingTypes != existingTypes) { in updateState()
918 if (WindowInsets.Type.hasCompatSystemBars(mExistingTypes ^ existingTypes)) { in updateState()
921 mExistingTypes = existingTypes; in updateState()