Home
last modified time | relevance | path

Searched refs:mRowViews (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/refactoring/
DGridLayoutConverter.java736 Map<Integer, List<View>> mRowViews = new HashMap<Integer, List<View>>(); in initializeRows() local
742 List<View> list = mRowViews.get(y); in initializeRows()
745 mRowViews.put(y, list); in initializeRows()
750 List<Integer> rowOffsets = new ArrayList<Integer>(mRowViews.keySet()); in initializeRows()
755 List<View> views = mRowViews.get(row); in initializeRows()