Home
last modified time | relevance | path

Searched refs:mInsertType (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/gre/
DRulesEngine.java75 private InsertType mInsertType = InsertType.CREATE; field in RulesEngine
167 mInsertType = InsertType.CREATE; in callGetContextMenu()
195 mInsertType = InsertType.CREATE; in callGetDefaultActionId()
226 mInsertType = InsertType.CREATE; in callAddLayoutActions()
366 mInsertType = insertType; in callOnDropped()
428 mInsertType = InsertType.PASTE; in callOnPaste()
516 mInsertType = overrideInsertType; in callCreateHooks()
522 callCreateHooks(editor, mInsertType, parentRule, parentNode, in callCreateHooks()
568 mInsertType = insertType; in setInsertType()
577 return mInsertType; in getInsertType()
[all …]