Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewCaptureTest.java71 private void testCreateSnapshot(boolean skipChildren, int goldenResId) { in testCreateSnapshot()
/frameworks/base/core/java/android/view/
DViewDebug.java778 private static Bitmap performViewCapture(final View captureView, final boolean skipChildren) { in performViewCapture()
813 public static void dump(View root, boolean skipChildren, boolean includeProperties, in dump()
822 skipChildren, includeProperties); in dump() local
967 BufferedWriter out, int level, boolean skipChildren, boolean includeProperties) { in dumpViewHierarchy()
DViewGroup.java3310 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { in createSnapshot()
DView.java16374 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { in createSnapshot()