Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 2 of 2) sorted by relevance

/sdk/apps/SdkController/
DImplementation.txt13 - A background service is started by the app. It handles the connection
58 The emulator connection is separated in the "lib" subpackage:
59 - EmulatorConnection abstracts a connection to the emulator.
61 - then connect(port) is called to initiate the connection.
63 - EmulatorListener is a callback: the emulator connection uses it to indicate
64 when the connection is actually connected or disconnected.
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java128 final ConnectionWidget connection = (ConnectionWidget) findWidget(edge); in attachEdgeSourceAnchor() local
130 connection.bringToBack(); in attachEdgeSourceAnchor()
132 connection.setSourceAnchor(AnchorFactory.createRectangularAnchor(source)); in attachEdgeSourceAnchor()
137 final ConnectionWidget connection = (ConnectionWidget) findWidget(edge); in attachEdgeTargetAnchor() local
139 connection.bringToBack(); in attachEdgeTargetAnchor()
141 connection.setTargetAnchor(AnchorFactory.createRectangularAnchor(target)); in attachEdgeTargetAnchor()