Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java505 public void setDividerInteractive(boolean interactive, boolean hideHandle, String from) { in setDividerInteractive() method in SplitLayout
1140 setDividerInteractive(!mImeShown || !mHasImeFocus || isFloating, true,
1167 setDividerInteractive(true, true, "onImeControlTargetChanged");
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java2181 mSplitLayout.setDividerInteractive(false, false, "onSplitResizeStart"); in onLayoutSizeChanged()
2183 mSplitLayout.setDividerInteractive(true, false, "onSplitResizeFinish")); in onLayoutSizeChanged()