Lines Matching refs:surface

281      * Dim surface layer is immediately below target window.
449 * underlying surface.
464 * Windows whose surface should be destroyed.
469 * Windows with a preserved surface waiting to be destroyed. These windows
470 * are going through a surface change. We keep the old surface around until
471 * the first frame on the new surface finishes drawing.
642 // A count of the windows which are 'seamlessly rotated', e.g. a surface
806 // move the surface and tell the involved window(s) where we are
906 * Closes a surface transaction.
1677 // Update secure surface for all windows belonging to this user.
2004 // We are about to create a surface, but we didn't run a layout yet. So better run
2006 // surface transaction blocking until next vsync and slow us down.
2007 // TODO: Ideally we'd create the surface after running layout a bit further down,
2021 Slog.w(TAG_WM, "Exception thrown when creating surface for client "
2046 Slog.d(TAG, "Ignoring layout to invisible when using saved surface " + win);
2072 // surface, let the client use that, but don't create new surface at this point.
2077 if (DEBUG_VISIBILITY) Slog.i(TAG_WM, "Releasing surface in: " + win);
2166 + ", surface=" + outSurface);
2193 // can destroy the surface right away.
2219 // will later actually destroy the surface if we do not do so here. Normally we leave
2257 // For some reason there isn't a surface. Clear the
2259 Slog.w(TAG_WM, "Failed to create surface control for " + win);
3673 // TODO: Modify this to use the surface trace once it is not going crazy.
4399 // E.g. changing device rotation by 180 degrees. Go ahead and perform surface
4554 Slog.d(TAG_WM, "prepare drag surface: w=" + width + " h=" + height
4572 SurfaceControl surface = new SurfaceControl(session, "drag surface",
4574 surface.setLayerStack(display.getLayerStack());
4579 surface.setAlpha(alpha);
4582 + surface + ": CREATE");
4583 outSurface.copyFrom(surface);
4586 mDragState = new DragState(this, token, surface, flags, winBinder);
4600 Slog.e(TAG_WM, "Can't allocate drag surface w=" + width + " h=" + height, e);
5731 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Changing surface while display frozen: " + w);
6451 pw.println(" Windows waiting to destroy their surface:");
7463 * WARNING: This interrupts surface updates, be careful! Don't
7473 * Begins a surface transaction with which the AM can batch operations.
7493 // The client depends on us to have resized the surface