Searched refs:captureLayers (Results 1 – 2 of 2) sorted by relevance
129 return captureLayers(rootView); in handleChunk()243 private Chunk captureLayers(View rootView) { in captureLayers() method in DdmHandleViewDebug247 ViewDebug.captureLayers(rootView, dos); in captureLayers()
445 captureLayers(view, new DataOutputStream(clientStream)); in dispatchCommand()663 public static void captureLayers(View root, final DataOutputStream clientStream) in captureLayers() method in ViewDebug