Home | History | Annotate | Download | only in view

Lines Matching defs:setY

1826      * @deprecated Use {@link View#setY(float)} directly.
1829 public static void setY(View view, float value) {
1830 view.setY(value);