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

Commit c3c542b5 authored by Sam Lewis's avatar Sam Lewis Committed by Gerrit Code Review
Browse files

Merge "fix common typos" into main

parents 0f173a71 b91403ee
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -423,12 +423,12 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
    int mMotionViewNewTop;

    /**
     * The X value associated with the the down motion event
     * The X value associated with the down motion event
     */
    int mMotionX;

    /**
     * The Y value associated with the the down motion event
     * The Y value associated with the down motion event
     */
    @UnsupportedAppUsage
    int mMotionY;
@@ -7346,7 +7346,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te

            scrap.dispatchStartTemporaryDetach();

            // The the accessibility state of the view may change while temporary
            // the accessibility state of the view may change while temporary
            // detached and we do not allow detached views to fire accessibility
            // events. So we are announcing that the subtree changed giving a chance
            // to clients holding on to a view in this subtree to refresh it.
@@ -7715,7 +7715,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
    }

    /**
     * Abstract positon scroller used to handle smooth scrolling.
     * Abstract position scroller used to handle smooth scrolling.
     */
    static abstract class AbsPositionScroller {
        public abstract void start(int position);
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ public abstract class AbsSpinner extends AdapterView<SpinnerAdapter> {
     * @see android.view.View#measure(int, int)
     *
     * Figure out the dimensions of this Spinner. The width comes from
     * the widthMeasureSpec as Spinnners can't have their width set to
     * the widthMeasureSpec as Spinners can't have their width set to
     * UNSPECIFIED. The height is based on the height of the selected item
     * plus padding.
     */