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