Home
last modified time | relevance | path

Searched refs:handles (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
25 Another way to see it is that the app handles a number of tasks which are
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionManager.java1115 SelectionHandles handles = item.getSelectionHandles(); in findHandle() local
1117 SelectionHandle handle = handles.findHandle(layoutPoint, distance); in findHandle()