Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewDebug.java1516 private static String capturedViewExportMethods(Object obj, Class<?> klass, in capturedViewExportMethods() method in ViewDebug
1536 … sb.append(capturedViewExportMethods(methodValue, returnType, method.getName() + "#")); in capturedViewExportMethods()
1605 sb.append(capturedViewExportMethods(view, klass, "")); in dumpCapturedView()