HomeSort by relevance Sort by last modified time
    Searched defs:TAG_WM (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerDebugConfig.java 25 // All output logs in the window manager package use the {@link #TAG_WM} string for tagging
34 static final String TAG_WM = "WindowManager";
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 346 if (mWmTagBtn.getSelection()) mOptions.enableTag(SystraceOptions.TAG_WM);
391 private static final int TAG_WM = 1 << 5;

Completed in 53 milliseconds