Home
last modified time | relevance | path

Searched refs:mControllableTypes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsController.java677 private @InsetsType int mControllableTypes; field in InsetsController
1052 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()