Constructor ViewManipulator
ViewManipulator(View, Point, int, int)
Creates a new ViewManipulator for the specified view.
public ViewManipulator(View view, Point grabPoint, int minWidth, int minHeight)
Parameters
viewViewThe view to manipulate.
grabPointPointThe point where the drag started (in frame coordinates).
minWidthintMinimum allowed width.
minHeightintMinimum allowed height.
ViewManipulator(View, int, int)
Creates a ViewManipulator for keyboard-based arrangement (no grab point needed).
public ViewManipulator(View view, int minWidth, int minHeight)