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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 187 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
188 for (IType subType : allSubtypes) {
200 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
201 for (IType subType : allSubtypes) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 707 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
708 for (IType subType : allSubtypes) {
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 404 milliseconds