Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java202 private final SelectionManager mSelectionManager = new SelectionManager(this); field in LayoutCanvas
455 mSelectionManager.selectParent(); in handleKeyPressed()
457 mSelectionManager.performDefaultAction(); in handleKeyPressed()
465 mSelectionManager.performRename(); in handleKeyPressed()
470 mSelectionManager.performRename(); in handleKeyPressed()
705 return mSelectionManager; in getSelectionManager()
1007 mSelectionOverlay.paint(mSelectionManager, mGCWrapper, gc, mRulesEngine); in onPaint()
1058 List<SelectionItem> selections = mSelectionManager.getSelections(); in getNodesToExplode()
1326 mClipboardSupport.cutSelectionToClipboard(mSelectionManager.getSnapshot()); in setupGlobalActionHandlers()
1336 mClipboardSupport.copySelectionToClipboard(mSelectionManager.getSnapshot()); in setupGlobalActionHandlers()
[all …]