Home
last modified time | relevance | path

Searched refs:list2 (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/configuration/
DConfigurationMatcher.java613 List<State> list2 = new ArrayList<State>(states.size()); in getClosestMatch() local
630 list2.add(s); in getClosestMatch()
633 list2.add(s); in getClosestMatch()
639 if (list2.size() == 1) { in getClosestMatch()
640 return list2.get(0).getName(); in getClosestMatch()
646 if (list2.size() != 0) { in getClosestMatch()
649 list1.addAll(list2); in getClosestMatch()
650 list2.clear(); in getClosestMatch()