Searched defs:ctrlType (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DragResizeWindowGeometry.java | 202 int ctrlType = isTouchscreen in calculateCtrlType() local 226 int ctrlType = CTRL_TYPE_UNDEFINED; in calculateEdgeResizeCtrlType() local 257 private int checkDistanceFromCenter(@DragPositioningCallback.CtrlType int ctrlType, float x, in checkDistanceFromCenter() 272 private Point calculateCenterForCornerRadius(@DragPositioningCallback.CtrlType int ctrlType) { in calculateCenterForCornerRadius()
|
D | DragPositioningCallback.java | 48 Rect onDragPositioningStart(@CtrlType int ctrlType, float x, float y); in onDragPositioningStart()
|
D | DragResizeInputListener.java | 408 final int ctrlType = mDragResizeWindowGeometry.calculateCtrlType( in handleMotionEvent() local 499 @DragPositioningCallback.CtrlType int ctrlType = in updateCursorType() local
|
D | VeiledResizeTaskPositioner.java | 86 public Rect onDragPositioningStart(int ctrlType, float x, float y) { in onDragPositioningStart()
|
D | DragPositioningCallbackUtility.java | 69 static boolean changeBounds(int ctrlType, Rect repositionTaskBounds, Rect taskBoundsAtDragStart, in changeBounds()
|
D | FluidResizeTaskPositioner.java | 91 public Rect onDragPositioningStart(int ctrlType, float x, float y) { in onDragPositioningStart()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | TaskResizingAlgorithm.java | 74 Rect originalBounds, int ctrlType, int minVisibleWidth, int minVisibleHeight, in resizeDrag()
|