Searched refs:mExistingTypes (Results 1 – 1 of 1) sorted by relevance
673 private @InsetsType int mExistingTypes = 0; field in InsetsController926 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()