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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 145 private Map<String, Map<String, IResourceValue>> mConfiguredProjectRes;
185 mConfiguredFrameworkRes = mConfiguredProjectRes = null;
691 if (mConfiguredProjectRes == null && projectRes != null) {
696 mConfiguredProjectRes = projectRes.getConfiguredResources(
700 configuredProjectResources = mConfiguredProjectRes;
798 mConfiguredFrameworkRes = mConfiguredProjectRes = null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 172 private Map<String, Map<String, IResourceValue>> mConfiguredProjectRes;
425 mConfiguredFrameworkRes = mConfiguredProjectRes = null;
535 if (mConfiguredProjectRes == null && mConfigComposite != null) {
542 mConfiguredProjectRes = project.getConfiguredResources(
546 return mConfiguredProjectRes;
733 mConfiguredFrameworkRes = mConfiguredProjectRes = null;
    [all...]

Completed in 163 milliseconds