Searched refs:mSelectionManager (Results 1 – 1 of 1) sorted by relevance
202 private final SelectionManager mSelectionManager = new SelectionManager(this); field in LayoutCanvas455 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 …]