Home
last modified time | relevance | path

Searched defs: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
118 int transitionAreaHeight = mContext.getResources().getDimensionPixelSize( in defineIndicatorRange() local
136 mIndicatorRange.set(layout.width() - transitionAreaWidth, transitionAreaHeight, in defineIndicatorRange() local
H A DDesktopTasksController.kt110 private val transitionAreaHeight regex
/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