HomeSort by relevance Sort by last modified time
    Searched refs:listFqcn (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/
ProjectCallback.java 603 String listFqcn = getListAdapterViewFqcn(viewObject.getClass());
604 if (listFqcn == null) {
617 int count = listFqcn.endsWith(GRID_VIEW) ? 24 : 12;
619 if (listFqcn.endsWith(EXPANDABLE_LIST_VIEW)) {
622 } else if (listFqcn.equals(SPINNER)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 391 String listFqcn = ProjectCallback.getListAdapterViewFqcn(viewObject.getClass());
392 if (listFqcn != null) {
393 if (listFqcn.endsWith(EXPANDABLE_LIST_VIEW)) {

Completed in 26 milliseconds