Searched refs:captureLayers (Results 1 – 2 of 2) sorted by relevance
136 return captureLayers(rootView); in handleChunk()246 private Chunk captureLayers(View rootView) { in captureLayers() method in DdmHandleViewDebug250 ViewDebug.captureLayers(rootView, dos); in captureLayers()
438 captureLayers(view, new DataOutputStream(clientStream)); in dispatchCommand()656 public static void captureLayers(View root, final DataOutputStream clientStream) in captureLayers() method in ViewDebug