Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
DUnfoldBackgroundController.java40 private boolean mSplitScreenVisible = false; field in UnfoldBackgroundController
92 mSplitScreenVisible = visible; in onSplitVisibilityChanged()
96 if (mSplitScreenVisible) { in getCurrentBackgroundColor()