Searched refs:connection (Results 1 – 2 of 2) sorted by relevance
13 - A background service is started by the app. It handles the connection58 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 indicate64 when the connection is actually connected or disconnected.
128 final ConnectionWidget connection = (ConnectionWidget) findWidget(edge); in attachEdgeSourceAnchor() local130 connection.bringToBack(); in attachEdgeSourceAnchor()132 connection.setSourceAnchor(AnchorFactory.createRectangularAnchor(source)); in attachEdgeSourceAnchor()137 final ConnectionWidget connection = (ConnectionWidget) findWidget(edge); in attachEdgeTargetAnchor() local139 connection.bringToBack(); in attachEdgeTargetAnchor()141 connection.setTargetAnchor(AnchorFactory.createRectangularAnchor(target)); in attachEdgeTargetAnchor()