Searched defs:startPositioningLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7500 // win shouldn't be null here, pass it down to startPositioningLocked
7502 if (!startPositioningLocked(win, false /*resize*/, startX, startY)) {
7522 if (task == null || !task.isDockedInEffect() || !startPositioningLocked(
7537 if (!startPositioningLocked(
7553 private boolean startPositioningLocked( method in class:WindowManagerService
7555 if (DEBUG_TASK_POSITIONING) Slog.d(TAG_WM, "startPositioningLocked: "
7559 Slog.w(TAG_WM, "startPositioningLocked: Bad window " + win);
7563 Slog.wtf(TAG_WM, "startPositioningLocked: " + win + " has no input channel, "
7570 Slog.w(TAG_WM, "startPositioningLocked: Invalid display content " + win);
7590 Slog.e(TAG_WM, "startPositioningLocked
[all...]

Completed in 38 milliseconds