Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java101 int transitionAreaWidth = context.getResources().getDimensionPixelSize( in determineIndicatorType() local
104 if (inputCoordinates.x <= transitionAreaWidth) return TO_SPLIT_LEFT_INDICATOR; in determineIndicatorType()
105 if (inputCoordinates.x >= layout.width() - transitionAreaWidth) { in determineIndicatorType()
120 int transitionAreaWidth = mContext.getResources().getDimensionPixelSize( in defineIndicatorRange() local
133 mIndicatorRange.set(0, transitionAreaHeight, transitionAreaWidth, layout.height()); in defineIndicatorRange()
136 mIndicatorRange.set(layout.width() - transitionAreaWidth, transitionAreaHeight, in defineIndicatorRange()
H A DDesktopTasksController.kt114 private val transitionAreaWidth regex
847 if (inputCoordinate.x <= transitionAreaWidth) {
855 ?.minus(transitionAreaWidth) ?: return)) {