Searched refs:dumpTheme (Results 1 – 4 of 4) sorted by relevance
131 return dumpTheme(rootView); in handleChunk()266 private Chunk dumpTheme(View rootView) { in dumpTheme() method in DdmHandleViewDebug269 ViewDebug.dumpTheme(rootView, b); in dumpTheme()
460 dumpTheme(view, clientStream); in dispatchCommand()1051 public static void dumpTheme(View view, OutputStream clientStream) throws IOException {
704 void dumpTheme(long theme, int priority, String tag, String prefix) { in dumpTheme() method in AssetManager
1449 mAssets.dumpTheme(mTheme, priority, tag, prefix); in dump()