Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java278 private Map<ResourceType, Map<String, ResourceValue>> mConfiguredFrameworkRes; field in GraphicalEditorPart
663 mConfiguredFrameworkRes = mConfiguredProjectRes = null; in changed()
839 if (mConfiguredFrameworkRes == null && mConfigChooser != null) { in getConfiguredFrameworkResources()
846 mConfiguredFrameworkRes = frameworkRes.getConfiguredResources( in getConfiguredFrameworkResources()
851 return mConfiguredFrameworkRes; in getConfiguredFrameworkResources()
944 mConfiguredFrameworkRes = mConfiguredProjectRes = null; in updateEditor()
2302 map = isFrameworkResource ? mConfiguredFrameworkRes : mConfiguredProjectRes; in findResourceFile()
2386 map = isFrameworkResource ? mConfiguredFrameworkRes : mConfiguredProjectRes; in findString()
2848 framework ? mConfiguredFrameworkRes : mConfiguredProjectRes; in getResourceNames()