Home
last modified time | relevance | path

Searched refs:childCount (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintList.java367 int childCount = markers.size(); in getElements() local
376 mTypeCount.put(topMarker, childCount); in getElements()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java404 for (int index = 0, childCount = children.size(); index < childCount; index++) { in analyzeLinearLayout()
485 if (index < (childCount - 1)) { in analyzeLinearLayout()