Searched defs:skipChildren (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewCaptureTest.java | 71 private void testCreateSnapshot(boolean skipChildren, int goldenResId) { in testCreateSnapshot()
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 778 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()
|
D | ViewGroup.java | 3310 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { in createSnapshot()
|
D | View.java | 16374 public Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) { in createSnapshot()
|