Home
last modified time | relevance | path

Searched refs:methodValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewDebug.java1177 Object methodValue = callMethodOnAppropriateTheadBlocking(method, view); in exportMethods() local
1185 final int id = (Integer) methodValue; in exportMethods()
1186 methodValue = resolveId(context, id); in exportMethods()
1190 final int intValue = (Integer) methodValue; in exportMethods()
1198 final int intValue = (Integer) methodValue; in exportMethods()
1204 methodValue = mapper.to(); in exportMethods()
1211 methodValue = intValue; in exportMethods()
1216 final int[] array = (int[]) methodValue; in exportMethods()
1224 final String[] array = (String[]) methodValue; in exportMethods()
1238 dumpViewProperties(context, methodValue, out, prefix + property.prefix()); in exportMethods()
[all …]