Loading core/java/android/view/View.java +5 −3 Original line number Diff line number Diff line Loading @@ -1645,7 +1645,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * @see #setTag(Object) * @see #getTag() */ protected Object mTag; protected Object mTag = null; // for mPrivateFlags: /** {@hide} */ Loading Loading @@ -16442,7 +16442,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, /** * Returns this view's tag. * * @return the Object stored in this view as a tag * @return the Object stored in this view as a tag, or {@code null} if not * set * * @see #setTag(Object) * @see #getTag(int) Loading Loading @@ -16472,7 +16473,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * * @param key The key identifying the tag * * @return the Object stored in this view as a tag * @return the Object stored in this view as a tag, or {@code null} if not * set * * @see #setTag(int, Object) * @see #getTag() Loading
core/java/android/view/View.java +5 −3 Original line number Diff line number Diff line Loading @@ -1645,7 +1645,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * @see #setTag(Object) * @see #getTag() */ protected Object mTag; protected Object mTag = null; // for mPrivateFlags: /** {@hide} */ Loading Loading @@ -16442,7 +16442,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, /** * Returns this view's tag. * * @return the Object stored in this view as a tag * @return the Object stored in this view as a tag, or {@code null} if not * set * * @see #setTag(Object) * @see #getTag(int) Loading Loading @@ -16472,7 +16473,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * * @param key The key identifying the tag * * @return the Object stored in this view as a tag * @return the Object stored in this view as a tag, or {@code null} if not * set * * @see #setTag(int, Object) * @see #getTag()