HomeSort by relevance Sort by last modified time
    Searched refs:getChoicesForElement (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 40 protected Object[] getChoicesForElement(String parent, Node currentNode) {
41 Object[] choices = super.getChoicesForElement(parent, currentNode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 193 Object[] choices = getChoicesForElement(parent, currentNode);
339 protected Object[] getChoicesForElement(String parent, Node currentNode) {
    [all...]

Completed in 233 milliseconds