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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 79 private List<String> mCustomViews;
158 return mCustomViews == null ? null : Collections.unmodifiableCollection(mCustomViews);
168 if (mCustomViews == null) {
171 List<String> all = new ArrayList<String>(mCustomViews.size() + mThirdPartyViews.size());
172 all.addAll(mCustomViews);
275 mCustomViews = custom;
372 mCustomViews = views.getFirst();
380 Collections.unmodifiableCollection(mCustomViews);
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 

Completed in 402 milliseconds