Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df482699 authored by Haoyu Zhang's avatar Haoyu Zhang Committed by Android (Google) Code Review
Browse files

Merge "Address autoHandwriting API review feedback"

parents fcf7bfc3 5159edd4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -31344,6 +31344,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * {@link android.view.inputmethod.InputMethodManager#startStylusHandwriting(View)} when there
     * is stylus movement detected.
     *
     * Note that this attribute has no effect on the View's children. For example, if a
     * {@link ViewGroup} disables auto handwriting but its children set auto handwriting to true,
     * auto handwriting will still work for the children, and vice versa.
     *
     * @see #onCreateInputConnection(EditorInfo)
     * @see android.view.inputmethod.InputMethodManager#startStylusHandwriting(View)
     * @param enabled whether auto handwriting initiation is enabled for this view.