Loading core/java/android/widget/AbsListView.java +4 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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. Loading Loading @@ -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); Loading core/java/android/widget/AbsSpinner.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. */ Loading Loading
core/java/android/widget/AbsListView.java +4 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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. Loading Loading @@ -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); Loading
core/java/android/widget/AbsSpinner.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. */ Loading