Home
last modified time | relevance | path

Searched refs:list1 (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.java612 List<State> list1 = new ArrayList<State>(states.size()); in getClosestMatch() local
615 list1.addAll(states); in getClosestMatch()
621 for (State s : list1) { in getClosestMatch()
648 list1.clear(); in getClosestMatch()
649 list1.addAll(list2); in getClosestMatch()
657 if (list1.size() > 0) { in getClosestMatch()
658 return list1.get(0).getName(); in getClosestMatch()