/frameworks/base/services/java/com/android/server/wm/ |
D | DragState.java | 19 import com.android.server.wm.WindowManagerService.H; 42 final WindowManagerService mService; 61 DragState(WindowManagerService service, IBinder token, Surface surface, in DragState() 85 …if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "registering drag input chan… in register() 87 Slog.e(WindowManagerService.TAG, "Duplicate register of drag input channel"); in register() 99 WindowManagerService.DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS; in register() 108 WindowManagerService.DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS; in register() 129 if (WindowManagerService.DEBUG_ORIENTATION) { in register() 130 Slog.d(WindowManagerService.TAG, "Pausing rotation during drag"); in register() 137 …if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "unregistering drag input ch… in unregister() [all …]
|
D | DimAnimator.java | 44 if (WindowManagerService.SHOW_TRANSACTIONS || in DimAnimator() 45 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG, in DimAnimator() 54 Slog.e(WindowManagerService.TAG, "Exception creating Dim surface", e); in DimAnimator() 64 …if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurfac… in show() 74 Slog.w(WindowManagerService.TAG, "Failure showing dim surface", e); in show() 88 mDimSurface.setLayer(w.mAnimLayer - WindowManagerService.LAYER_OFFSET_DIM); in updateParameters() 91 …if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface in updateParameters() 99 : WindowManagerService.DEFAULT_DIM_DURATION; in updateParameters() 129 mDimDeltaPerMs = (-mDimCurrentAlpha) / WindowManagerService.DEFAULT_DIM_DURATION; in updateSurface() 155 … if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " in updateSurface() [all …]
|
D | AppWindowToken.java | 21 import com.android.server.wm.WindowManagerService.H; 106 AppWindowToken(WindowManagerService _service, IApplicationToken _token) { in AppWindowToken() 116 if (WindowManagerService.localLOGV) Slog.v( in setAnimation() 117 WindowManagerService.TAG, "Setting animation in " + this + ": " + anim); in setAnimation() 120 anim.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION); in setAnimation() 125 adj = WindowManagerService.TYPE_LAYER_OFFSET; in setAnimation() 127 adj = -WindowManagerService.TYPE_LAYER_OFFSET; in setAnimation() 138 if (WindowManagerService.localLOGV) Slog.v( in setDummyAnimation() 139 WindowManagerService.TAG, "Setting dummy animation in " + this); in setDummyAnimation() 140 animation = WindowManagerService.sDummyAnimation; in setDummyAnimation() [all …]
|
D | Session.java | 22 import com.android.server.wm.WindowManagerService.H; 51 final WindowManagerService mService; 61 public Session(WindowManagerService service, IInputMethodClient client, in Session() 115 Slog.e(WindowManagerService.TAG, "Window Session Crash", e); in onTransact() 156 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED relayout from " in relayout() 161 if (false) Slog.d(WindowManagerService.TAG, "<<<<<< EXITING relayout to " in relayout() 185 if (WindowManagerService.localLOGV) Slog.v( in finishDrawing() 186 WindowManagerService.TAG, "IWindow finishDrawing called for " + window); in finishDrawing() 226 if (WindowManagerService.DEBUG_DRAG) { in performDrag() 227 Slog.d(WindowManagerService.TAG, "perform drag: win=" + window + " data=" + data); in performDrag() [all …]
|
D | DimSurface.java | 35 if (WindowManagerService.SHOW_TRANSACTIONS || in DimSurface() 36 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG, in DimSurface() 45 Slog.e(WindowManagerService.TAG, "Exception creating Dim surface", e); in DimSurface() 55 …if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurfac… in show() 66 Slog.w(WindowManagerService.TAG, "Failure showing dim surface", e); in show() 70 …if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurfac… in show() 86 …if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " HIDE " + mDimSurfa… in hide() 89 Slog.w(WindowManagerService.TAG, "Illegal argument exception hiding dim surface"); in hide()
|
D | InputMonitor.java | 31 private final WindowManagerService mService; 54 public InputMonitor(WindowManagerService service) { in InputMonitor() 70 Slog.i(WindowManagerService.TAG, "WINDOW DIED " + windowState); in notifyInputChannelBroken() 88 Slog.i(WindowManagerService.TAG, "Input event dispatching timed out sending to " in notifyANR() 98 Slog.i(WindowManagerService.TAG, in notifyANR() 148 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED updateInputWindowsLw"); in updateInputWindowsLw() 160 if (WindowManagerService.DEBUG_DRAG) { in updateInputWindowsLw() 161 Log.d(WindowManagerService.TAG, "Inserting drag window"); in updateInputWindowsLw() 167 Slog.w(WindowManagerService.TAG, "Drag is in progress but there is no " in updateInputWindowsLw() 242 if (false) Slog.d(WindowManagerService.TAG, "<<<<<<< EXITED updateInputWindowsLw"); in updateInputWindowsLw() [all …]
|
D | WindowState.java | 27 import com.android.server.wm.WindowManagerService.H; 58 static final boolean DEBUG_VISIBILITY = WindowManagerService.DEBUG_VISIBILITY; 59 static final boolean SHOW_TRANSACTIONS = WindowManagerService.SHOW_TRANSACTIONS; 60 static final boolean SHOW_LIGHT_TRANSACTIONS = WindowManagerService.SHOW_LIGHT_TRANSACTIONS; 61 static final boolean SHOW_SURFACE_ALLOC = WindowManagerService.SHOW_SURFACE_ALLOC; 63 final WindowManagerService mService; 287 WindowState(WindowManagerService service, Session s, IWindow c, WindowToken token, in WindowState() 300 if (WindowManagerService.localLOGV) Slog.v( in WindowState() 301 WindowManagerService.TAG, "Window " + this + " client=" + c.asBinder() in WindowState() 324 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIER in WindowState() [all …]
|
D | Watermark.java | 55 Log.i(WindowManagerService.TAG, "*********************** WATERMARK"); in Watermark() 57 Log.i(WindowManagerService.TAG, " TOKEN #" + i + ": " + tokens[i]); in Watermark() 79 Log.i(WindowManagerService.TAG, "Final text: " + mText); in Watermark() 82 int fontSize = WindowManagerService.getPropertyInt(tokens, 1, in Watermark() 95 mDeltaX = WindowManagerService.getPropertyInt(tokens, 2, in Watermark() 97 mDeltaY = WindowManagerService.getPropertyInt(tokens, 3, in Watermark() 99 int shadowColor = WindowManagerService.getPropertyInt(tokens, 4, in Watermark() 101 int color = WindowManagerService.getPropertyInt(tokens, 5, in Watermark() 103 int shadowRadius = WindowManagerService.getPropertyInt(tokens, 6, in Watermark() 105 int shadowDx = WindowManagerService.getPropertyInt(tokens, 8, in Watermark() [all …]
|
D | ScreenRotationAnimation.java | 39 static final int FREEZE_LAYER = WindowManagerService.TYPE_LAYER_MULTIPLIER * 200; 83 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG, in ScreenRotationAnimation() 102 if (WindowManagerService.SHOW_TRANSACTIONS || in ScreenRotationAnimation() 103 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG, in ScreenRotationAnimation() 110 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG, in ScreenRotationAnimation() 235 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG, in dismiss() 247 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(WindowManagerService.TAG, in dismiss() 256 if (WindowManagerService.SHOW_TRANSACTIONS || in kill() 257 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG, in kill()
|
D | FakeWindowImpl.java | 28 final WindowManagerService mService; 36 public FakeWindowImpl(WindowManagerService service, Looper looper, InputHandler inputHandler, in FakeWindowImpl() 50 WindowManagerService.DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS; in FakeWindowImpl() 60 WindowManagerService.DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS; in FakeWindowImpl() 100 * WindowManagerService.TYPE_LAYER_MULTIPLIER in getLayerLw() 101 + WindowManagerService.TYPE_LAYER_OFFSET; in getLayerLw()
|
D | BlackFrame.java | 43 if (WindowManagerService.SHOW_TRANSACTIONS || in BlackSurface() 44 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i(WindowManagerService.TAG, in BlackSurface() 60 Slog.i(WindowManagerService.TAG, "Black Surface @ (" + left + "," + top + "): (" in setMatrix() 112 if (WindowManagerService.SHOW_TRANSACTIONS || in kill() 113 WindowManagerService.SHOW_SURFACE_ALLOC) Slog.i( in kill() 114 WindowManagerService.TAG, in kill()
|
D | WindowToken.java | 32 final WindowManagerService service; 78 WindowToken(WindowManagerService _service, IBinder _token, int type, boolean _explicit) { in WindowToken()
|
D | ViewServer.java | 70 private final WindowManagerService mWindowManager; 84 ViewServer(WindowManagerService windowManager, int port) { in ViewServer() 206 class ViewServerWorker implements Runnable, WindowManagerService.WindowChangeListener {
|
D | InputManager.java | 63 private final WindowManagerService mWindowManagerService; 132 public InputManager(Context context, WindowManagerService windowManagerService) { in InputManager() 687 * WindowManagerService.TYPE_LAYER_MULTIPLIER in getPointerLayer() 688 + WindowManagerService.TYPE_LAYER_OFFSET; in getPointerLayer()
|
D | StrictModeFlash.java | 47 …mSurface.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER * 101); // one more than Watermark? … in StrictModeFlash()
|
D | WindowManagerService.java | 145 public class WindowManagerService extends IWindowManager.Stub class 639 public static WindowManagerService main(Context context, in main() 656 WindowManagerService mService; 674 WindowManagerService s = new WindowManagerService(mContext, mPM, in run() 696 private final WindowManagerService mService; 702 WindowManagerService service, Context context, in PolicyThread() 736 private WindowManagerService(Context context, PowerManagerService pm, in WindowManagerService() method in WindowManagerService
|
/frameworks/base/services/java/com/android/server/am/ |
D | ProcessList.java | 24 import com.android.server.wm.WindowManagerService; 146 void applyDisplaySize(WindowManagerService wm) { in applyDisplaySize()
|
D | ActivityManagerService.java | 28 import com.android.server.wm.WindowManagerService; 792 WindowManagerService mWindowManager; 1229 public void setWindowManager(WindowManagerService wm) { in setWindowManager()
|
/frameworks/base/services/java/com/android/server/ |
D | StatusBarManagerService.java | 37 import com.android.server.wm.WindowManagerService; 52 implements WindowManagerService.OnHardKeyboardStatusChangeListener 58 final WindowManagerService mWindowManager; 104 public StatusBarManagerService(Context context, WindowManagerService windowManager) { in StatusBarManagerService()
|
D | SystemServer.java | 56 import com.android.server.wm.WindowManagerService; 124 WindowManagerService wm = null; in run() 215 wm = WindowManagerService.main(context, power, in run()
|
D | EventLogTags.logtags | 118 # WindowManagerService.java
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 61 import com.android.server.wm.WindowManagerService; 139 private final WindowManagerService mWindowManagerService; 168 mWindowManagerService = (WindowManagerService) ServiceManager.getService( in AccessibilityManagerService()
|