Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDynamicContextMenu.java424 applyPendingChanges(); in createToggleAction()
445 applyPendingChanges(); in createPlainAction()
560 private void applyPendingChanges() { in applyPendingChanges() method in DynamicContextMenu
568 rootNode.applyPendingChanges(); in applyPendingChanges()
639 applyPendingChanges(); in addMenuItems()
DClipboardSupport.java236 parent.applyPendingChanges(); in deleteSelection()
295 node.applyPendingChanges(); in pasteSelection()
DOutlineDropListener.java134 targetNode.applyPendingChanges(); in performDrop()
DMoveGesture.java405 mTargetNode.applyPendingChanges(); in drop()
410 mTargetNode.applyPendingChanges(); in drop()
DSelectionManager.java1173 rootNode.applyPendingChanges(); in performDefaultAction()
1252 rootNode.applyPendingChanges(); in performRename()
DPaletteControl.java978 childNode.applyPendingChanges(); in renderPreview()
DOutlinePage.java1174 targetNode.applyPendingChanges(); in move()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DNodeProxy.java234 applyPendingChanges(); in editXml()
501 public boolean applyPendingChanges() { in applyPendingChanges() method in NodeProxy
512 modified |= ((NodeProxy) child).applyPendingChanges(); in applyPendingChanges()
DRulesEngine.java558 ((NodeProxy) parentNode).applyPendingChanges(); in callCreateHooks()