Home
last modified time | relevance | path

Searched defs:skipChildren (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewDebug.java771 private static Bitmap performViewCapture(final View captureView, final boolean skipChildren) { in performViewCapture()
805 public static void dump(View root, boolean skipChildren, boolean includeProperties, in dump()
814 skipChildren, includeProperties); in dump() local
937 BufferedWriter out, int level, boolean skipChildren, boolean includeProperties) { in dumpViewHierarchy()
DViewGroup.java2964 Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { in createSnapshot()