Loading core/java/android/view/ViewDebug.java +2 −2 Original line number Diff line number Diff line Loading @@ -1006,7 +1006,7 @@ public class ViewDebug { } final ArrayList<Field> declaredFields = new ArrayList(); klass.getDeclaredFields(false, declaredFields); klass.getDeclaredFieldsUnchecked(false, declaredFields); final ArrayList<Field> foundFields = new ArrayList<Field>(); final int count = declaredFields.size(); Loading Loading @@ -1049,7 +1049,7 @@ public class ViewDebug { } final ArrayList<Method> declaredMethods = new ArrayList(); klass.getDeclaredMethods(false, declaredMethods); klass.getDeclaredMethodsUnchecked(false, declaredMethods); final ArrayList<Method> foundMethods = new ArrayList<Method>(); final int count = declaredMethods.size(); Loading Loading
core/java/android/view/ViewDebug.java +2 −2 Original line number Diff line number Diff line Loading @@ -1006,7 +1006,7 @@ public class ViewDebug { } final ArrayList<Field> declaredFields = new ArrayList(); klass.getDeclaredFields(false, declaredFields); klass.getDeclaredFieldsUnchecked(false, declaredFields); final ArrayList<Field> foundFields = new ArrayList<Field>(); final int count = declaredFields.size(); Loading Loading @@ -1049,7 +1049,7 @@ public class ViewDebug { } final ArrayList<Method> declaredMethods = new ArrayList(); klass.getDeclaredMethods(false, declaredMethods); klass.getDeclaredMethodsUnchecked(false, declaredMethods); final ArrayList<Method> foundMethods = new ArrayList<Method>(); final int count = declaredMethods.size(); Loading