Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitScreenConstants.java98 public static final int SNAP_TO_NONE = 10; field in SplitScreenConstants
113 SNAP_TO_NONE,
DDividerSnapAlgorithm.java28 import static com.android.wm.shell.common.split.SplitScreenConstants.SNAP_TO_NONE;
296 return new SnapTarget(position, position, SNAP_TO_NONE); in snap()