Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java99 int transitionAreaHeight = context.getResources().getDimensionPixelSize( in determineIndicatorType() local
103 if (taskBounds.top <= transitionAreaHeight) return TO_FULLSCREEN_INDICATOR; in determineIndicatorType()
118 int transitionAreaHeight = mContext.getResources().getDimensionPixelSize( in defineIndicatorRange() local
130 mIndicatorRange.set(0, -captionHeight, layout.width(), transitionAreaHeight); in defineIndicatorRange()
133 mIndicatorRange.set(0, transitionAreaHeight, transitionAreaWidth, layout.height()); in defineIndicatorRange()
136 mIndicatorRange.set(layout.width() - transitionAreaWidth, transitionAreaHeight, in defineIndicatorRange() local
H A DDesktopTasksController.kt110 private val transitionAreaHeight regex
843 if (taskBounds.top <= transitionAreaHeight) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecorViewModel.java902 final int transitionAreaHeight = mContext.getResources().getDimensionPixelSize( in createDragPositioningCallback() local
907 transitionAreaHeight); in createDragPositioningCallback()
911 transitionAreaHeight); in createDragPositioningCallback()