Searched refs:existingTypes (Results 1 – 1 of 1) sorted by relevance
889 @InsetsType int existingTypes = 0; in updateState() local902 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()