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

  /frameworks/base/services/java/com/android/server/wm/
DragState.java 21 import com.android.server.wm.WindowManagerService.DragInputEventReceiver;
22 import com.android.server.wm.WindowManagerService.H;
46 final WindowManagerService mService;
67 DragState(WindowManagerService service, IBinder token, Surface surface,
95 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "registering drag input channel");
97 Slog.e(WindowManagerService.TAG, "Duplicate register of drag input channel");
109 WindowManagerService.DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS;
119 WindowManagerService.DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS;
142 if (WindowManagerService.DEBUG_ORIENTATION)
    [all...]
DimSurface.java 37 if (WindowManagerService.DEBUG_SURFACE_TRACE) {
47 if (WindowManagerService.SHOW_TRANSACTIONS ||
48 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
54 Slog.e(WindowManagerService.TAG, "Exception creating Dim surface", e);
68 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface + ": SHOW pos=(0,0) (" +
79 Slog.w(WindowManagerService.TAG, "Failure showing dim surface", e);
83 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface + ": pos=(0,0) ("
    [all...]
DimAnimator.java 46 if (WindowManagerService.DEBUG_SURFACE_TRACE) {
56 if (WindowManagerService.SHOW_TRANSACTIONS ||
57 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
63 Slog.e(WindowManagerService.TAG, "Exception creating Dim surface", e);
84 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
95 Slog.w(WindowManagerService.TAG, "Failure showing dim surface", e);
105 mDimSurface.setLayer(winAnimator.mAnimLayer - WindowManagerService.LAYER_OFFSET_DIM);
107 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM
    [all...]
InputMonitor.java 22 import com.android.server.wm.WindowManagerService.AllWindowsIterator;
38 private final WindowManagerService mService;
63 public InputMonitor(WindowManagerService service) {
79 Slog.i(WindowManagerService.TAG, "WINDOW DIED " + windowState);
107 Slog.i(WindowManagerService.TAG, "Input event dispatching timed out "
116 Slog.i(WindowManagerService.TAG, "Input event dispatching timed out "
119 Slog.i(WindowManagerService.TAG, "Input event dispatching timed out.");
220 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED updateInputWindowsLw");
234 if (WindowManagerService.DEBUG_DRAG) {
235 Log.d(WindowManagerService.TAG, "Inserting drag window")
    [all...]
Session.java 22 import com.android.server.wm.WindowManagerService.H;
54 final WindowManagerService mService;
64 public Session(WindowManagerService service, IInputMethodClient client,
127 Slog.e(WindowManagerService.TAG, "Window Session Crash", e);
186 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED relayout from "
192 if (false) Slog.d(WindowManagerService.TAG, "<<<<<< EXITING relayout to "
220 if (WindowManagerService.localLOGV) Slog.v(
221 WindowManagerService.TAG, "IWindow finishDrawing called for " + window);
261 if (WindowManagerService.DEBUG_DRAG) {
262 Slog.d(WindowManagerService.TAG, "perform drag: win=" + window + " data=" + data)
    [all...]
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...]
FakeWindowImpl.java 32 final WindowManagerService mService;
41 public FakeWindowImpl(WindowManagerService service,
58 WindowManagerService.DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS;
68 WindowManagerService.DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS;
108 * WindowManagerService.TYPE_LAYER_MULTIPLIER
109 + WindowManagerService.TYPE_LAYER_OFFSET;
Watermark.java 56 Log.i(WindowManagerService.TAG, "*********************** WATERMARK");
58 Log.i(WindowManagerService.TAG, " TOKEN #" + i + ": " + tokens[i]);
81 Log.i(WindowManagerService.TAG, "Final text: " + mText);
84 int fontSize = WindowManagerService.getPropertyInt(tokens, 1,
97 mDeltaX = WindowManagerService.getPropertyInt(tokens, 2,
99 mDeltaY = WindowManagerService.getPropertyInt(tokens, 3,
101 int shadowColor = WindowManagerService.getPropertyInt(tokens, 4,
103 int color = WindowManagerService.getPropertyInt(tokens, 5,
105 int shadowRadius = WindowManagerService.getPropertyInt(tokens, 6,
107 int shadowDx = WindowManagerService.getPropertyInt(tokens, 8
    [all...]
AppWindowToken.java 22 import com.android.server.wm.WindowManagerService.H;
101 AppWindowToken(WindowManagerService _service, IApplicationToken _token) {
120 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG,
138 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG,
149 if (WindowManagerService.DEBUG_VISIBILITY) {
150 Slog.v(WindowManagerService.TAG, "Win " + win + ": isDrawn="
154 Slog.v(WindowManagerService.TAG, "Not displayed: s=" + win.mWinAnimator.mSurface
187 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, "VIS " + this + ": interesting=
    [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...]
BlackFrame.java 45 if (WindowManagerService.DEBUG_SURFACE_TRACE) {
57 if (WindowManagerService.SHOW_TRANSACTIONS ||
58 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
72 Slog.i(WindowManagerService.TAG, "Black Surface @ (" + left + "," + top + "): ("
141 if (WindowManagerService.SHOW_TRANSACTIONS ||
142 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(
143 WindowManagerService.TAG,
WindowAnimator.java 8 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_UPDATE_ROTATION;
9 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_WALLPAPER_MAY_CHANGE;
10 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_FORCE_HIDING_CHANGED;
11 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_ORIENTATION_CHANGE_COMPLETE;
13 import static com.android.server.wm.WindowManagerService.H.UPDATE_ANIM_PARAMETERS;
28 import com.android.server.wm.WindowManagerService.AppWindowAnimParams;
29 import com.android.server.wm.WindowManagerService.LayoutFields;
30 import com.android.server.wm.WindowManagerService.LayoutToAnimatorParams;
37 * on behalf of WindowManagerService.
42 final WindowManagerService mService
    [all...]
WindowToken.java 32 final WindowManagerService service;
74 WindowToken(WindowManagerService _service, IBinder _token, int type, boolean _explicit) {
ScreenRotationAnimation.java 42 static final int FREEZE_LAYER = WindowManagerService.TYPE_LAYER_MULTIPLIER * 200;
214 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
221 if (WindowManagerService.DEBUG_SURFACE_TRACE) {
243 if (WindowManagerService.SHOW_TRANSACTIONS ||
244 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG,
251 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
497 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i
    [all...]
WindowState.java 61 static final boolean DEBUG_VISIBILITY = WindowManagerService.DEBUG_VISIBILITY;
62 static final boolean SHOW_TRANSACTIONS = WindowManagerService.SHOW_TRANSACTIONS;
63 static final boolean SHOW_LIGHT_TRANSACTIONS = WindowManagerService.SHOW_LIGHT_TRANSACTIONS;
64 static final boolean SHOW_SURFACE_ALLOC = WindowManagerService.SHOW_SURFACE_ALLOC;
66 final WindowManagerService mService;
267 WindowState(WindowManagerService service, Session s, IWindow c, WindowToken token,
283 if (WindowManagerService.localLOGV) Slog.v(
308 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER
309 + WindowManagerService.TYPE_LAYER_OFFSET;
312 if (WindowManagerService.DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + mAttachedWindow)
    [all...]
ViewServer.java 37 * {@link com.android.server.wm.WindowManagerService} and is a cross-process operation.
70 private final WindowManagerService mWindowManager;
84 ViewServer(WindowManagerService windowManager, int port) {
97 * @see WindowManagerService#startViewServer(int)
120 * @see WindowManagerService#stopViewServer()
153 * @see WindowManagerService#isViewServerRunning()
206 class ViewServerWorker implements Runnable, WindowManagerService.WindowChangeListener {
StrictModeFlash.java 47 mSurface.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER * 101); // one more than Watermark? arbitrary.
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...]
  /frameworks/base/services/java/com/android/server/am/
ProcessList.java 23 import com.android.server.wm.WindowManagerService;
164 void applyDisplaySize(WindowManagerService wm) {
ActivityManagerService.java 32 import com.android.server.wm.WindowManagerService;
838 WindowManagerService mWindowManager;
    [all...]
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 37 import com.android.server.wm.WindowManagerService;
52 implements WindowManagerService.OnHardKeyboardStatusChangeListener
58 final WindowManagerService mWindowManager;
106 public StatusBarManagerService(Context context, WindowManagerService windowManager) {
SystemServer.java 66 import com.android.server.wm.WindowManagerService;
142 WindowManagerService wm = null;
312 wm = WindowManagerService.main(context, power, display, inputManager,
    [all...]
InputMethodManagerService.java 30 import com.android.server.wm.WindowManagerService;
177 private final WindowManagerService mWindowManagerService;
572 implements WindowManagerService.OnHardKeyboardStatusChangeListener {
595 public InputMethodManagerService(Context context, WindowManagerService windowManager) {
    [all...]

Completed in 309 milliseconds