HomeSort by relevance Sort by last modified time
    Searched refs:dumpTheme (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 138 return dumpTheme(rootView);
269 private Chunk dumpTheme(View rootView) {
272 ViewDebug.dumpTheme(rootView, b);
  /frameworks/base/core/java/android/content/res/
AssetManager.java 769 /*package*/ native static final void dumpTheme(long theme, int priority, String tag, String prefix);
Resources.java     [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 436 dumpTheme(view, clientStream);
831 public static void dumpTheme(View view, OutputStream clientStream) throws IOException {
    [all...]

Completed in 670 milliseconds