Searched refs:TAG_WM (Results 1 – 25 of 34) sorted by relevance
12
23 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;140 Slog.wtf(TAG_WM, "Window Session Crash", e); in onTransact()213 if (false) Slog.d(TAG_WM, ">>>>>> ENTERED relayout from " in relayout()219 if (false) Slog.d(TAG_WM, "<<<<<< EXITING relayout to " in relayout()248 TAG_WM, "IWindow finishDrawing called for " + window); in finishDrawing()289 Slog.d(TAG_WM, "perform drag: win=" + window + " data=" + data); in performDrag()294 Slog.w(TAG_WM, "No drag prepared"); in performDrag()299 Slog.w(TAG_WM, "Performing mismatched drag"); in performDrag()305 Slog.w(TAG_WM, "Bad requesting window " + window); in performDrag()330 Slog.e(TAG_WM, "Unable to transfer touch focus"); in performDrag()[all …]
250 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;256 private static final String TAG = TAG_WITH_CLASS_NAME ? "WindowManagerService" : TAG_WM;795 Slog.w(TAG_WM, "Unexpected ACTION_DOWN in drag layer"); in onInputEvent()801 if (DEBUG_DRAG) Slog.d(TAG_WM, "Button no longer pressed; dropping at " in onInputEvent()815 if (DEBUG_DRAG) Slog.d(TAG_WM, "Got UP on move channel; dropping at " in onInputEvent()823 if (DEBUG_DRAG) Slog.d(TAG_WM, "Drag cancelled!"); in onInputEvent()829 if (DEBUG_DRAG) Slog.d(TAG_WM, "Drag ended; tearing down state"); in onInputEvent()841 Slog.e(TAG_WM, "Exception caught by drag handleMotion", e); in onInputEvent()972 mPointerEventDispatcher = new PointerEventDispatcher(mInputManager.monitorInput(TAG_WM)); in WindowManagerService()1036 PowerManager.SCREEN_BRIGHT_WAKE_LOCK | PowerManager.ON_AFTER_RELEASE, TAG_WM); in WindowManagerService()[all …]
23 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;89 Slog.i(TAG_WM, "WINDOW DIED " + windowState); in notifyInputChannelBroken()118 Slog.i(TAG_WM, "Input event dispatching timed out " in notifyANR()128 Slog.i(TAG_WM, "Input event dispatching timed out " in notifyANR()132 Slog.i(TAG_WM, "Input event dispatching timed out " in notifyANR()222 Slog.d(TAG_WM, "addInputWindowHandle: " in addInputWindowHandleLw()245 if (false) Slog.d(TAG_WM, ">>>>>> ENTERED updateInputWindowsLw"); in updateInputWindowsLw()258 Log.d(TAG_WM, "Inserting drag window"); in updateInputWindowsLw()264 Slog.w(TAG_WM, "Drag is in progress but there is no " in updateInputWindowsLw()272 Log.d(TAG_WM, "Inserting window handle for repositioning"); in updateInputWindowsLw()[all …]
23 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;137 if (DEBUG_DRAG) Slog.d(TAG_WM, "registering drag input channel"); in register()139 Slog.e(TAG_WM, "Duplicate register of drag input channel"); in register()187 Slog.d(TAG_WM, "Pausing rotation during drag"); in register()194 if (DEBUG_DRAG) Slog.d(TAG_WM, "unregistering drag input channel"); in unregister()196 Slog.e(TAG_WM, "Unregister of nonexistent drag input channel"); in unregister()211 Slog.d(TAG_WM, "Resuming rotation after drag"); in unregister()243 Slog.e(TAG_WM, "Remote Exception calling UserManager: " + e); in broadcastDragStartedLw()248 Slog.d(TAG_WM, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")"); in broadcastDragStartedLw()276 Slog.w(TAG_WM, "Unable to drag-start window " + newWin); in sendDragStartedLw()[all …]
29 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;68 if (DEBUG_LAYERS) Slog.v(TAG_WM, "Assigning layers based on windows=" + windows, in assignLayersLocked()118 if (DEBUG_LAYERS) Slog.v(TAG_WM, "Setting im layer adj to " + adj); in setInputMethodAnimLayerAdjustment()123 if (DEBUG_LAYERS) Slog.v(TAG_WM, "IM win " + imw in setInputMethodAnimLayerAdjustment()128 if (DEBUG_LAYERS) Slog.v(TAG_WM, "IM win " + childWindow in setInputMethodAnimLayerAdjustment()135 if (DEBUG_LAYERS) Slog.v(TAG_WM, "IM win " + imw in setInputMethodAnimLayerAdjustment()161 Slog.v(TAG_WM, "Assign layer " + w + ": " + "mBase=" + w.mBaseLayer in logDebugLayers()
19 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;58 Log.i(TAG_WM, "*********************** WATERMARK"); in Watermark()60 Log.i(TAG_WM, " TOKEN #" + i + ": " + tokens[i]); in Watermark()83 Log.i(TAG_WM, "Final text: " + mText); in Watermark()
24 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;67 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in BlackSurface()85 Slog.i(TAG_WM, "Black Surface @ (" + left + "," + top + "): (" in setMatrix()158 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in kill()
24 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;47 static final String TAG = TAG_WITH_CLASS_NAME ? "ScreenRotationAnimation" : TAG_WM;254 if (SHOW_LIGHT_TRANSACTIONS) Slog.i(TAG_WM, in ScreenRotationAnimation()292 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in ScreenRotationAnimation()299 if (SHOW_LIGHT_TRANSACTIONS) Slog.i(TAG_WM, in ScreenRotationAnimation()547 TAG_WM, in startAnimation()571 TAG_WM, in startAnimation()578 TAG_WM, in startAnimation()611 TAG_WM, in startAnimation()618 TAG_WM, in startAnimation()[all …]
20 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;83 if (DEBUG_WINDOW_MOVEMENT) Slog.w(TAG_WM, "removeAllWindows: removing win=" + win); in removeAllWindows()
20 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;35 private static final String TAG = TAG_WITH_CLASS_NAME ? "KeyguardDisableHandler" : TAG_WM;
21 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;35 private static final String TAG = TAG_WITH_CLASS_NAME ? "StrictModeFlash" : TAG_WM;
22 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;39 private static final String TAG = TAG_WITH_CLASS_NAME ? "EmulatorDisplayOverlay" : TAG_WM;
22 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;40 private static final String TAG = TAG_WITH_CLASS_NAME ? "CircularDisplayMask" : TAG_WM;
30 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;60 private static final String TAG = TAG_WITH_CLASS_NAME ? "AppWindowToken" : TAG_WM;411 if (DEBUG_ADD_REMOVE) Slog.e(TAG_WM, "win=" + win in destroySurfaces()637 if (DEBUG_ADD_REMOVE) Slog.d(TAG_WM, "Marking app token " + appWindowToken in setReplacingWindows()648 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, in setReplacingWindows()655 if (DEBUG_ADD_REMOVE) Slog.d(TAG_WM, "Marking app token " + appWindowToken in setReplacingChildren()666 if (DEBUG_ADD_REMOVE) Slog.d(TAG_WM, "Resetting app token " + appWindowToken in resetReplacingWindows()
33 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;64 private static final String TAG = TAG_WITH_CLASS_NAME ? "DockedStackDividerController" : TAG_WM;364 Slog.e(TAG_WM, "Error delivering divider visibility changed event.", e); in notifyDockedDividerVisibilityChanged()377 Slog.e(TAG_WM, "Error delivering docked stack exists changed event.", e); in notifyDockedStackExistsChanged()424 Slog.e(TAG_WM, "Error delivering minimized dock changed event.", e); in notifyDockedStackMinimizedChanged()437 Slog.e(TAG_WM, "Error delivering dock side changed event.", e); in notifyDockSideChanged()450 Slog.e(TAG_WM, "Error delivering adjusted for ime changed event.", e); in notifyAdjustedForImeChanged()
24 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;36 private static final String TAG = TAG_WITH_CLASS_NAME ? "DimLayer" : TAG_WM;117 Slog.e(TAG_WM, "Exception creating Dim surface", e); in constructSurface()
34 static final String TAG_WM = "WindowManager"; field in WindowManagerDebugConfig
33 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;201 Slog.wtf(TAG_WM, "No config for task: " + task + ", is there a mismatch with AM?"); in setBounds()542 if (DEBUG_TASK_MOVEMENT) Slog.d(TAG_WM, in positionTask()608 if (DEBUG_TASK_MOVEMENT) Slog.d(TAG_WM, "moveTaskToTop: task=" + task + " Callers=" in moveTaskToTop()615 if (DEBUG_TASK_MOVEMENT) Slog.d(TAG_WM, "moveTaskToBottom: task=" + task); in moveTaskToBottom()626 if (DEBUG_TASK_MOVEMENT) Slog.d(TAG_WM, "removeTask: task=" + task); in removeTask()701 Slog.e(TAG_WM, "Failed to get valid docked side for docked stack=" + dockedStack); in getStackDockedModeBoundsLocked()1303 Slog.w(TAG_WM, "Attempt to use pinned stack resize animation helper on" in setPinnedStackSize()
21 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;53 private static final String LOG_TAG = TAG_WITH_CLASS_NAME ? "ViewServer" : TAG_WM;
26 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;189 Slog.e(TAG_WM, "getHomeStack: Returning null from this=" + this); in getHomeStack()262 Slog.w(TAG_WM, "Ignoring move of always-on-top stack=" + stack + " to bottom"); in moveStack()267 Slog.wtf(TAG_WM, "moving stack that was not added: " + stack, new Throwable()); in moveStack()454 if (DEBUG_VISIBILITY) Slog.w(TAG_WM, "user changing, hiding " + win in switchUserStacks()
22 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;51 ? "BoundsAnimationController" : TAG_WM;
20 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;47 private static final String TAG = TAG_WITH_CLASS_NAME ? "DisplaySettings" : TAG_WM;
6 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;25 private static final String TAG = TAG_WITH_CLASS_NAME ? TAG_LOCAL : TAG_WM;
24 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;42 static final String TAG = TAG_WITH_CLASS_NAME ? "AppWindowAnimator" : TAG_WM;
30 import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;65 private static final String TAG = TAG_WITH_CLASS_NAME ? TAG_LOCAL : TAG_WM;