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

Commit 5159edd4 authored by Haoyu Zhang's avatar Haoyu Zhang
Browse files

Address autoHandwriting API review feedback

Bug: 218860199
Test: N/A
Change-Id: Ia53b24b9ad4cae5bac547a20bc32749c5eee378a
parent 3d2a4bbb
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.