Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionManager.java177 paths.add(getTreePath(vi)); in getSelection()
190 public static TreePath getTreePath(CanvasViewInfo viewInfo) { in getTreePath() method in SelectionManager
DMoveGesture.java793 TreePath treePath = SelectionManager.getTreePath(mCurrentView); in processDropEvent()