Searched refs:mControllableTypes (Results 1 – 1 of 1) sorted by relevance
677 private @InsetsType int mControllableTypes; field in InsetsController1052 if (mControllableTypes != controllableTypes) { in onControlsChanged()1053 if (WindowInsets.Type.hasCompatSystemBars(mControllableTypes ^ controllableTypes)) { in onControlsChanged()1056 mControllableTypes = controllableTypes; in onControlsChanged()1862 mVisibleTypes, mRequestedVisibleTypes, mControllableTypes | ~mExistingTypes); in updateCompatSysUiVisibility()