Loading core/java/android/app/Instrumentation.java +2 −2 Original line number Diff line number Diff line Loading @@ -1213,8 +1213,8 @@ public class Instrumentation { } /** * Perform calling of an activity's {@link Activity#onPause} method. The * default implementation simply calls through to that method. * Perform calling of an activity's {@link Activity#onSaveInstanceState} * method. The default implementation simply calls through to that method. * * @param activity The activity being saved. * @param outState The bundle to pass to the call. Loading core/java/android/view/Gravity.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class Gravity public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END; /** * Apply a gravity constant to an object. This suppose that the layout direction is LTR. * Apply a gravity constant to an object. This supposes that the layout direction is LTR. * * @param gravity The desired placement of the object, as defined by the * constants in this class. Loading core/java/android/view/View.java +3 −3 Original line number Diff line number Diff line Loading @@ -9044,9 +9044,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback, */ public interface OnLayoutChangeListener { /** * Called when the focus state of a view has changed. * Called when the layout bounds of a view changes due to layout processing. * * @param v The view whose state has changed. * @param v The view whose bounds have changed. * @param left The new value of the view's left property. * @param top The new value of the view's top property. * @param right The new value of the view's right property. Loading Loading @@ -10287,7 +10287,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } /** * The horizontal location of this view relative to its {@link #getTop() top} position. * The vertical location of this view relative to its {@link #getTop() top} position. * This position is post-layout, in addition to wherever the object's * layout placed it. * Loading core/java/android/widget/BaseAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -24,8 +24,8 @@ import android.view.ViewGroup; /** * Common base class of common implementation for an {@link Adapter} that can be * used in both {@link ListView} (by implementing the specialized * {@link ListAdapter} interface} and {@link Spinner} (by implementing the * specialized {@link SpinnerAdapter} interface. * {@link ListAdapter} interface) and {@link Spinner} (by implementing the * specialized {@link SpinnerAdapter} interface). */ public abstract class BaseAdapter implements ListAdapter, SpinnerAdapter { private final DataSetObservable mDataSetObservable = new DataSetObservable(); Loading graphics/java/android/graphics/Bitmap.java +1 −1 Original line number Diff line number Diff line Loading @@ -995,7 +995,7 @@ public final class Bitmap implements Parcelable { } /** * Returns true if the bitmap is marked as mutable (i.e. can be drawn into) * Returns true if the bitmap is marked as mutable (i.e. can be drawn into) */ public final boolean isMutable() { return mIsMutable; Loading Loading
core/java/android/app/Instrumentation.java +2 −2 Original line number Diff line number Diff line Loading @@ -1213,8 +1213,8 @@ public class Instrumentation { } /** * Perform calling of an activity's {@link Activity#onPause} method. The * default implementation simply calls through to that method. * Perform calling of an activity's {@link Activity#onSaveInstanceState} * method. The default implementation simply calls through to that method. * * @param activity The activity being saved. * @param outState The bundle to pass to the call. Loading
core/java/android/view/Gravity.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class Gravity public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END; /** * Apply a gravity constant to an object. This suppose that the layout direction is LTR. * Apply a gravity constant to an object. This supposes that the layout direction is LTR. * * @param gravity The desired placement of the object, as defined by the * constants in this class. Loading
core/java/android/view/View.java +3 −3 Original line number Diff line number Diff line Loading @@ -9044,9 +9044,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback, */ public interface OnLayoutChangeListener { /** * Called when the focus state of a view has changed. * Called when the layout bounds of a view changes due to layout processing. * * @param v The view whose state has changed. * @param v The view whose bounds have changed. * @param left The new value of the view's left property. * @param top The new value of the view's top property. * @param right The new value of the view's right property. Loading Loading @@ -10287,7 +10287,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } /** * The horizontal location of this view relative to its {@link #getTop() top} position. * The vertical location of this view relative to its {@link #getTop() top} position. * This position is post-layout, in addition to wherever the object's * layout placed it. * Loading
core/java/android/widget/BaseAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -24,8 +24,8 @@ import android.view.ViewGroup; /** * Common base class of common implementation for an {@link Adapter} that can be * used in both {@link ListView} (by implementing the specialized * {@link ListAdapter} interface} and {@link Spinner} (by implementing the * specialized {@link SpinnerAdapter} interface. * {@link ListAdapter} interface) and {@link Spinner} (by implementing the * specialized {@link SpinnerAdapter} interface). */ public abstract class BaseAdapter implements ListAdapter, SpinnerAdapter { private final DataSetObservable mDataSetObservable = new DataSetObservable(); Loading
graphics/java/android/graphics/Bitmap.java +1 −1 Original line number Diff line number Diff line Loading @@ -995,7 +995,7 @@ public final class Bitmap implements Parcelable { } /** * Returns true if the bitmap is marked as mutable (i.e. can be drawn into) * Returns true if the bitmap is marked as mutable (i.e. can be drawn into) */ public final boolean isMutable() { return mIsMutable; Loading