Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java111 private boolean mRemoteInsetsControllerControlsSystemBars; field in InsetsPolicy
118 mRemoteInsetsControllerControlsSystemBars = mPolicy.getContext().getResources().getBoolean( in InsetsPolicy()
123 return mRemoteInsetsControllerControlsSystemBars; in getRemoteInsetsControllerControlsSystemBars()
131 mRemoteInsetsControllerControlsSystemBars = controlsSystemBars; in setRemoteInsetsControllerControlsSystemBars()
434 if (!mRemoteInsetsControllerControlsSystemBars) { in remoteInsetsControllerControlsSystemBars()