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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 97 private Map<String, List<String>> mIncludes = null;
100 * Reverse map of {@link #mIncludes}; points to other layouts that are including a
157 return mIncludes.get(includer);
218 if (mIncludes == null) {
226 mIncludes = new HashMap<String, List<String>>();
358 // Serialize the mIncludes map into a compact String. The mIncludedBy map can be
360 String encoded = encodeMap(mIncludes);
391 mIncludes = decodeMap(encoded);
395 mIncludedBy = new HashMap<String, List<String>>(2 * mIncludes.size());
396 for (Map.Entry<String, List<String>> entry : mIncludes.entrySet())
    [all...]
  /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 
  /prebuilts/sdk/tools/lib/
lint_checks.jar 

Completed in 147 milliseconds