Searched refs:captureLayers (Results 1 – 2 of 2) sorted by relevance
133 return captureLayers(rootView); in handleChunk()241 private Chunk captureLayers(View rootView) { in captureLayers() method in DdmHandleViewDebug245 ViewDebug.captureLayers(rootView, dos); in captureLayers()
418 captureLayers(view, new DataOutputStream(clientStream)); in dispatchCommand()636 public static void captureLayers(View root, final DataOutputStream clientStream) in captureLayers() method in ViewDebug