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()
884 …/*package*/ native static final void dumpTheme(long theme, int priority, String tag, String prefix… in dumpTheme() method in AssetManager
1359 AssetManager.dumpTheme(mTheme, priority, tag, prefix); in dump()
445 dumpTheme(view, clientStream); in dispatchCommand()866 public static void dumpTheme(View view, OutputStream clientStream) throws IOException { in dumpTheme() method in ViewDebug