Home
last modified time | relevance | path

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

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