Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitScreenConstants.java68 public static final int SNAP_TO_30_70 = 0; field in SplitScreenConstants
82 SNAP_TO_30_70,
92 return snapPosition == SNAP_TO_30_70 in isPersistentSnapPosition()
110 SNAP_TO_30_70,
DDividerSnapAlgorithm.java23 import static com.android.wm.shell.common.split.SplitScreenConstants.SNAP_TO_30_70;
344 maybeAddTarget(topPosition, topPosition - getStartInset(), SNAP_TO_30_70); in addNonDismissingTargets()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/
DSplitScreenConstantsTest.kt46 SplitScreenConstants.SNAP_TO_30_70, in shouldKeepExistingConstantValues()