Home | History | Annotate | Download | only in wm

Lines Matching defs:WindowManagerService

6 import static com.android.server.wm.WindowManagerService.DEBUG_ANIM;
7 import static com.android.server.wm.WindowManagerService.DEBUG_LAYERS;
8 import static com.android.server.wm.WindowManagerService.DEBUG_ORIENTATION;
9 import static com.android.server.wm.WindowManagerService.DEBUG_STARTING_WINDOW;
10 import static com.android.server.wm.WindowManagerService.DEBUG_SURFACE_TRACE;
11 import static com.android.server.wm.WindowManagerService.SHOW_TRANSACTIONS;
12 import static com.android.server.wm.WindowManagerService.DEBUG_VISIBILITY;
13 import static com.android.server.wm.WindowManagerService.SHOW_LIGHT_TRANSACTIONS;
14 import static com.android.server.wm.WindowManagerService.SHOW_SURFACE_ALLOC;
15 import static com.android.server.wm.WindowManagerService.localLOGV;
16 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_ORIENTATION_CHANGE_COMPLETE;
17 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_TURN_ON_SCREEN;
42 import com.android.server.wm.WindowManagerService.H;
57 final WindowManagerService mService;
156 final WindowManagerService service = win.mService;
182 mAnimation.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION);
243 // Save the animation state as it was before this step so WindowManagerService can tell if
276 //WindowManagerService.this.dump();
343 if (WindowManagerService.DEBUG_FOCUS_LIGHT) Slog.i(TAG,
368 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) mService.debugLayoutRepeats(
379 if (WindowManagerService.DEBUG_ANIM) Slog.v(
398 if (WindowManagerService.localLOGV) Slog.v(
404 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(
420 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin,
713 if (WindowManagerService.localLOGV) Slog.v(
719 WindowManagerService.logSurface(mWin, "CREATE pos=("
745 if (WindowManagerService.localLOGV) Slog.v(
768 if (!WindowManagerService.HIDE_STACK_CRAWLS) {
780 if (!WindowManagerService.HIDE_STACK_CRAWLS) {
784 WindowManagerService.logSurface(mWin, "DESTROY PENDING", e);
793 if (!WindowManagerService.HIDE_STACK_CRAWLS) {
797 WindowManagerService.logSurface(mWin, "DESTROY", e);
820 if (!WindowManagerService.HIDE_STACK_CRAWLS) {
824 WindowManagerService.logSurface(mWin, "DESTROY PENDING", e);
855 if (WindowManagerService.DEBUG_WALLPAPER && attachedTransformation != null) {
864 if (WindowManagerService.DEBUG_WALLPAPER && appTransformation != null) {
977 if ((DEBUG_SURFACE_TRACE || WindowManagerService.localLOGV)
991 if (WindowManagerService.localLOGV) Slog.v(
1116 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(w,
1158 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(w,
1175 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(w,
1254 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(w,
1271 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(w,
1273 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(TAG, "Showing " + w
1331 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin,
1358 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin,
1383 if (!WindowManagerService.HIDE_STACK_CRAWLS) {
1403 WindowManagerService.logSurface(mWin, "SHOW (performShowLocked)", null);
1452 if (WindowManagerService.DEBUG_STARTING_WINDOW ||
1453 WindowManagerService.DEBUG_ANIM) Slog.v(TAG,
1564 if (WindowManagerService.DEBUG_ANIM) Slog.v(TAG,
1571 if (WindowManagerService.DEBUG_ANIM) {
1573 if (!WindowManagerService.HIDE_STACK_CRAWLS) {