Home
last modified time | relevance | path

Searched defs:ctrlType (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DFixedAspectRatioTaskPositionerDecoratorTests.kt462 var ctrlType = ctrl variable
483 val ctrlType: Int, constant in Companion.ResizeableOrNotResizingTestCases
495 val ctrlType: Int constant in Companion.CornerResizeStartTestCases
512 val ctrlType: Int, constant in Companion.InvalidCornerResizeTestCases
552 val ctrlType: Int, constant in Companion.ValidCornerResizeTestCases
612 val ctrlType: Int, constant in Companion.EdgeResizeStartTestCases
635 val ctrlType: Int, constant in Companion.EdgeResizeTestCases
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragResizeWindowGeometry.java208 int ctrlType = isTouchscreen in calculateCtrlType() local
228 int ctrlType = CTRL_TYPE_UNDEFINED; in calculateEdgeResizeCtrlType() local
261 private int checkDistanceFromCenter(@DragPositioningCallback.CtrlType int ctrlType, float x, in checkDistanceFromCenter()
280 private Point calculateCenterForCornerRadius(@DragPositioningCallback.CtrlType int ctrlType) { in calculateCenterForCornerRadius()
DDragPositioningCallback.java49 Rect onDragPositioningStart(@CtrlType int ctrlType, int displayId, float x, float y); in onDragPositioningStart()
DDragPositioningCallbackUtility.java69 static boolean changeBounds(int ctrlType, Rect repositionTaskBounds, Rect taskBoundsAtDragStart, in changeBounds()
DFluidResizeTaskPositioner.java94 public Rect onDragPositioningStart(int ctrlType, int displayId, float x, float y) { in onDragPositioningStart()
DVeiledResizeTaskPositioner.java112 public Rect onDragPositioningStart(int ctrlType, int displayId, float x, float y) { in onDragPositioningStart()
DDragResizeInputListener.java648 final int ctrlType = mDragResizeWindowGeometry.calculateCtrlType( in handleMotionEvent() local
756 @DragPositioningCallback.CtrlType int ctrlType = in updateCursorType() local
DMultiDisplayVeiledResizeTaskPositioner.kt72 @DragPositioningCallback.CtrlType private var ctrlType = 0 variable
/frameworks/base/core/java/com/android/internal/policy/
DTaskResizingAlgorithm.java74 Rect originalBounds, int ctrlType, int minVisibleWidth, int minVisibleHeight, in resizeDrag()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipDragToResizeHandler.java183 int ctrlType = mPipResizeGestureHandler.getCtrlType(); in setCtrlType() local
DPipResizeGestureHandler.java234 void setCtrlType(int ctrlType) { in setCtrlType()