Searched refs:mControllableTypes (Results 1 – 1 of 1) sorted by relevance
685 private @InsetsType int mControllableTypes; field in InsetsController1068 if (mControllableTypes != controllableTypes) { in onControlsChanged()1069 if (WindowInsets.Type.hasCompatSystemBars(mControllableTypes ^ controllableTypes)) { in onControlsChanged()1072 mControllableTypes = controllableTypes; in onControlsChanged()1699 mVisibleTypes, mRequestedVisibleTypes, mControllableTypes | ~mExistingTypes); in updateCompatSysUiVisibility()