Loading core/java/android/view/View.java +3 −3 Original line number Diff line number Diff line Loading @@ -12263,7 +12263,7 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal + "resource id."); } setKeyedTag(this, key, tag); setKeyedTag(key, tag); } /** Loading @@ -12278,10 +12278,10 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal + "resource id."); } setKeyedTag(this, key, tag); setKeyedTag(key, tag); } private void setKeyedTag(View view, int key, Object tag) { private void setKeyedTag(int key, Object tag) { if (mKeyedTags == null) { mKeyedTags = new SparseArray<Object>(); } Loading Loading
core/java/android/view/View.java +3 −3 Original line number Diff line number Diff line Loading @@ -12263,7 +12263,7 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal + "resource id."); } setKeyedTag(this, key, tag); setKeyedTag(key, tag); } /** Loading @@ -12278,10 +12278,10 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal + "resource id."); } setKeyedTag(this, key, tag); setKeyedTag(key, tag); } private void setKeyedTag(View view, int key, Object tag) { private void setKeyedTag(int key, Object tag) { if (mKeyedTags == null) { mKeyedTags = new SparseArray<Object>(); } Loading