Searched refs:dumpViewHierarchy (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
H A D | LauncherInstrumentation.java | 410 public void dumpViewHierarchy() { in dumpViewHierarchy() method 572 dumpViewHierarchy(); in formatErrorWithEvents() 857 dumpViewHierarchy(); in pressHome() 869 dumpViewHierarchy(); in pressHome()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewDebug.java | 1163 dumpViewHierarchy(group.getContext(), group, out, 0, 1323 private static void dumpViewHierarchy(Context context, ViewGroup group,
|
H A D | ViewRootImpl.java | 8193 dumpViewHierarchy(innerPrefix, writer, mView); in dump() 8196 private void dumpViewHierarchy(String prefix, PrintWriter writer, View view) { in dumpViewHierarchy() method 8213 dumpViewHierarchy(prefix, writer, grp.getChildAt(i)); in dumpViewHierarchy()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 67276 Landroid/view/ViewDebug;->dumpViewHierarchy(Landroid/content/Context;Landroid/view/ViewGroup;Ljava/… 67967 Landroid/view/ViewRootImpl;->dumpViewHierarchy(Ljava/lang/String;Ljava/io/PrintWriter;Landroid/view…
|