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

/frameworks/base/services/java/com/android/server/wm/
H A DViewServer.java35 * The ViewServer is local socket server that can be used to communicate with the
41 class ViewServer implements Runnable { class in inherits:Runnable
50 private static final String LOG_TAG = "ViewServer";
76 * Creates a new ViewServer associated with the specified window manager on the
84 ViewServer(WindowManagerService windowManager, int port) { method in class:ViewServer

Completed in 49 milliseconds