/frameworks/base/services/core/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, SurfaceControl 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...] |
InputMonitor.java | 36 private final WindowManagerService mService; 63 public InputMonitor(WindowManagerService service) { 80 Slog.i(WindowManagerService.TAG, "WINDOW DIED " + windowState); 109 Slog.i(WindowManagerService.TAG, "Input event dispatching timed out " 119 Slog.i(WindowManagerService.TAG, "Input event dispatching timed out " 123 Slog.i(WindowManagerService.TAG, "Input event dispatching timed out " 235 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED updateInputWindowsLw"); 250 if (WindowManagerService.DEBUG_DRAG) { 251 Log.d(WindowManagerService.TAG, "Inserting drag window"); 257 Slog.w(WindowManagerService.TAG, "Drag is in progress but there is no [all...] |
Session.java | 24 import com.android.server.wm.WindowManagerService.H; 57 final WindowManagerService mService; 69 public Session(WindowManagerService service, IWindowSessionCallback callback, 134 Slog.wtf(WindowManagerService.TAG, "Window Session Crash", e); 195 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED relayout from " 201 if (false) Slog.d(WindowManagerService.TAG, "<<<<<< EXITING relayout to " 229 if (WindowManagerService.localLOGV) Slog.v( 230 WindowManagerService.TAG, "IWindow finishDrawing called for " + window); 270 if (WindowManagerService.DEBUG_DRAG) { 271 Slog.d(WindowManagerService.TAG, "perform drag: win=" + window + " data=" + data) [all...] |
FakeWindowImpl.java | 30 final WindowManagerService mService; 39 public FakeWindowImpl(WindowManagerService service, 56 WindowManagerService.DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS; 66 WindowManagerService.DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS; 106 * WindowManagerService.TYPE_LAYER_MULTIPLIER 107 + WindowManagerService.TYPE_LAYER_OFFSET;
|
WindowToken.java | 32 final WindowManagerService service; 74 WindowToken(WindowManagerService _service, IBinder _token, int type, boolean _explicit) { 84 if (WindowManagerService.DEBUG_WINDOW_MOVEMENT) Slog.w(WindowManagerService.TAG,
|
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, 95 mDeltaX = WindowManagerService.getPropertyInt(tokens, 2, 97 mDeltaY = WindowManagerService.getPropertyInt(tokens, 3, 99 int shadowColor = WindowManagerService.getPropertyInt(tokens, 4, 101 int color = WindowManagerService.getPropertyInt(tokens, 5, 103 int shadowRadius = WindowManagerService.getPropertyInt(tokens, 6, 105 int shadowDx = WindowManagerService.getPropertyInt(tokens, 8 [all...] |
AppWindowToken.java | 22 import com.android.server.wm.WindowManagerService.H; 115 AppWindowToken(WindowManagerService _service, IApplicationToken _token, 136 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, 154 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, 165 if (WindowManagerService.DEBUG_VISIBILITY) { 166 Slog.v(WindowManagerService.TAG, "Win " + win + ": isDrawn=" 170 Slog.v(WindowManagerService.TAG, "Not displayed: s=" + win.mWinAnimator.mSurfaceControl 203 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, "VIS " + this + ": interesting= [all...] |
AppWindowAnimator.java | 36 final WindowManagerService mService; 92 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting animation in " + mAppToken 100 anim.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION); 105 adj = WindowManagerService.TYPE_LAYER_OFFSET; 107 adj = -WindowManagerService.TYPE_LAYER_OFFSET; 125 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting dummy animation in " + mAppToken 164 if (WindowManagerService.DEBUG_LAYERS) Slog.v(TAG, "Updating layer " + w + ": " 190 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, 194 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail [all...] |
StackTapPointerEventListener.java | 24 import com.android.server.wm.WindowManagerService.H; 35 private final WindowManagerService mService; 38 public StackTapPointerEventListener(WindowManagerService service,
|
BlackFrame.java | 47 if (WindowManagerService.DEBUG_SURFACE_TRACE) { 60 if (WindowManagerService.SHOW_TRANSACTIONS || 61 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG, 79 Slog.i(WindowManagerService.TAG, "Black Surface @ (" + left + "," + top + "): (" 152 if (WindowManagerService.SHOW_TRANSACTIONS || 153 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i( 154 WindowManagerService.TAG,
|
WindowAnimator.java | 25 import static com.android.server.wm.WindowManagerService.DEBUG_KEYGUARD; 26 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_UPDATE_ROTATION; 27 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_WALLPAPER_MAY_CHANGE; 28 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_FORCE_HIDING_CHANGED; 29 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_ORIENTATION_CHANGE_COMPLETE; 30 import static com.android.server.wm.WindowManagerService.LayoutFields.SET_WALLPAPER_ACTION_PENDING; 45 import com.android.server.wm.WindowManagerService.LayoutFields; 52 * on behalf of WindowManagerService. 60 final WindowManagerService mService; 116 WindowAnimator(final WindowManagerService service) [all...] |
ScreenRotationAnimation.java | 45 static final int FREEZE_LAYER = WindowManagerService.TYPE_LAYER_MULTIPLIER * 200; 238 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG, 250 if (WindowManagerService.DEBUG_SURFACE_TRACE) { 276 if (WindowManagerService.SHOW_TRANSACTIONS || 277 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG, 284 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG, 537 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS || DEBUG_STATE) Slog.i [all...] |
WindowStateAnimator.java | 21 import static com.android.server.wm.WindowManagerService.DEBUG_ANIM; 22 import static com.android.server.wm.WindowManagerService.DEBUG_LAYERS; 23 import static com.android.server.wm.WindowManagerService.DEBUG_ORIENTATION; 24 import static com.android.server.wm.WindowManagerService.DEBUG_STARTING_WINDOW; 25 import static com.android.server.wm.WindowManagerService.DEBUG_SURFACE_TRACE; 26 import static com.android.server.wm.WindowManagerService.SHOW_TRANSACTIONS; 27 import static com.android.server.wm.WindowManagerService.DEBUG_VISIBILITY; 28 import static com.android.server.wm.WindowManagerService.SHOW_LIGHT_TRANSACTIONS; 29 import static com.android.server.wm.WindowManagerService.SHOW_SURFACE_ALLOC; 30 import static com.android.server.wm.WindowManagerService.localLOGV [all...] |
DimLayer.java | 68 DimLayer(WindowManagerService service, TaskStack stack, DisplayContent displayContent) { 75 if (WindowManagerService.DEBUG_SURFACE_TRACE) { 85 if (WindowManagerService.SHOW_TRANSACTIONS || 86 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(TAG, 90 Slog.e(WindowManagerService.TAG, "Exception creating Dim surface", e);
|
Task.java | 19 import static com.android.server.wm.WindowManagerService.TAG;
|
TaskStack.java | 19 import static com.android.server.wm.WindowManagerService.DEBUG_TASK_MOVEMENT; 20 import static com.android.server.wm.WindowManagerService.TAG; 41 private final WindowManagerService mService; 81 TaskStack(WindowManagerService service, int stackId) { 108 if (WindowManagerService.DEBUG_RESIZE) Slog.d(TAG, 287 dimLayer = mDimWinAnimator.mAnimLayer - WindowManagerService.LAYER_OFFSET_DIM; 360 mAnimationBackgroundSurface.show(animLayer - WindowManagerService.LAYER_OFFSET_DIM,
|
FocusedStackFrame.java | 19 import static com.android.server.wm.WindowManagerService.DEBUG_STACK; 20 import static com.android.server.wm.WindowManagerService.DEBUG_SURFACE_TRACE;
|
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 {
|
WindowState.java | 19 import static com.android.server.wm.WindowManagerService.DEBUG_CONFIGURATION; 20 import static com.android.server.wm.WindowManagerService.DEBUG_LAYOUT; 21 import static com.android.server.wm.WindowManagerService.DEBUG_ORIENTATION; 22 import static com.android.server.wm.WindowManagerService.DEBUG_RESIZE; 23 import static com.android.server.wm.WindowManagerService.DEBUG_VISIBILITY; 78 final WindowManagerService mService; 348 WindowState(WindowManagerService service, Session s, IWindow c, WindowToken token, 379 if (WindowManagerService.localLOGV) Slog.v( 404 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER 405 + WindowManagerService.TYPE_LAYER_OFFSET [all...] |
DisplayContent.java | 20 import static com.android.server.wm.WindowManagerService.DEBUG_VISIBILITY; 21 import static com.android.server.wm.WindowManagerService.TAG; 41 * WindowManagerService.mWindowMap. 103 final WindowManagerService mService; 112 DisplayContent(Display display, WindowManagerService service) { 192 /** Refer to {@link WindowManagerService#attachStack(int, int)} */
|
EmulatorDisplayOverlay.java | 57 if (WindowManagerService.DEBUG_SURFACE_TRACE) {
|
StrictModeFlash.java | 47 ctrl.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER * 101); // one more than Watermark? arbitrary.
|
CircularDisplayMask.java | 66 if (WindowManagerService.DEBUG_SURFACE_TRACE) {
|
AccessibilityController.java | 68 private final WindowManagerService mWindowManagerService; 72 public AccessibilityController(WindowManagerService service) { 239 private final WindowManagerService mWindowManagerService; 247 public DisplayMagnifier(WindowManagerService windowManagerService, 249 mContext = windowManagerService.mContext; 250 mWindowManagerService = windowManagerService; 649 * WindowManagerService.TYPE_LAYER_MULTIPLIER); [all...] |
/external/chromium_org/mojo/services/window_manager/ |
window_manager_service_impl.h | 16 class WindowManagerServiceImpl : public InterfaceImpl<WindowManagerService> { 26 // Overridden from WindowManagerService:
|