HomeSort by relevance Sort by last modified time
    Searched refs:mViewList (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParser.java 85 protected ArrayList<IClassDescriptor> mViewList;
167 mViewList = found.get(rootClassName);
191 progress.setWorkRemaining(mGroupList.size() + mViewList.size());
198 for (IClassDescriptor viewChild : mViewList) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParserTest.java 71 mViewList = new ArrayList<IClassDescriptor>();

Completed in 224 milliseconds