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 22 final WindowManagerService mService;
68 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting animation in " + mAppToken
76 anim.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION);
81 adj = WindowManagerService.TYPE_LAYER_OFFSET;
83 adj = -WindowManagerService.TYPE_LAYER_OFFSET;
97 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting dummy animation in " + mAppToken
135 if (WindowManagerService.DEBUG_LAYERS) Slog.v(TAG, "Updating layer " + w + ": "
161 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
165 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;
32 import com.android.server.wm.WindowManagerService.H;
51 static final boolean DEBUG_VISIBILITY = WindowManagerService.DEBUG_VISIBILITY;
52 static final boolean DEBUG_ANIM = WindowManagerService.DEBUG_ANIM;
53 static final boolean DEBUG_LAYERS = WindowManagerService.DEBUG_LAYERS;
54 static final boolean DEBUG_STARTING_WINDOW = WindowManagerService.DEBUG_STARTING_WINDOW;
55 static final boolean SHOW_TRANSACTIONS = WindowManagerService.SHOW_TRANSACTIONS;
56 static final boolean SHOW_LIGHT_TRANSACTIONS = WindowManagerService.SHOW_LIGHT_TRANSACTIONS;
57 static final boolean SHOW_SURFACE_ALLOC = WindowManagerService.SHOW_SURFACE_ALLOC
    [all...]
WindowManagerService.java 172 public class WindowManagerService extends IWindowManager.Stub
723 public static WindowManagerService main(final Context context,
729 final WindowManagerService[] holder = new WindowManagerService[1];
733 holder[0] = new WindowManagerService(context, pm, dm, im,
746 mPolicy.init(mContext, WindowManagerService.this, WindowManagerService.this);
754 private WindowManagerService(Context context, PowerManagerService pm,
    [all...]

Completed in 67 milliseconds