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

  /frameworks/base/services/java/com/android/server/wm/
AppWindowAnimator.java 20 final WindowManagerService mService;
62 if (WindowManagerService.localLOGV) Slog.v(
67 anim.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION);
72 adj = WindowManagerService.TYPE_LAYER_OFFSET;
74 adj = -WindowManagerService.TYPE_LAYER_OFFSET;
88 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting dummy animation in " + mAppToken);
123 if (WindowManagerService.DEBUG_LAYERS) Slog.v(TAG, "Updating layer " + w + ": "
149 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
153 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail
    [all...]
WindowStateAnimator.java 6 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_ORIENTATION_CHANGE_COMPLETE;
7 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_TURN_ON_SCREEN;
28 import com.android.server.wm.WindowManagerService.H;
47 static final boolean DEBUG_VISIBILITY = WindowManagerService.DEBUG_VISIBILITY;
48 static final boolean DEBUG_ANIM = WindowManagerService.DEBUG_ANIM;
49 static final boolean DEBUG_LAYERS = WindowManagerService.DEBUG_LAYERS;
50 static final boolean DEBUG_STARTING_WINDOW = WindowManagerService.DEBUG_STARTING_WINDOW;
51 static final boolean SHOW_TRANSACTIONS = WindowManagerService.SHOW_TRANSACTIONS;
52 static final boolean SHOW_LIGHT_TRANSACTIONS = WindowManagerService.SHOW_LIGHT_TRANSACTIONS;
53 static final boolean SHOW_SURFACE_ALLOC = WindowManagerService.SHOW_SURFACE_ALLOC
    [all...]
WindowManagerService.java 172 public class WindowManagerService extends IWindowManager.Stub
647 /** Params from WindowManagerService to WindowAnimator. Do not modify or read without first
755 public static WindowManagerService main(final Context context,
761 final WindowManagerService[] holder = new WindowManagerService[1];
765 holder[0] = new WindowManagerService(context, pm, dm, im,
778 mPolicy.init(mContext, WindowManagerService.this, WindowManagerService.this);
786 private WindowManagerService(Context context, PowerManagerService pm,
    [all...]

Completed in 172 milliseconds