Home
last modified time | relevance | path

Searched refs:mConfiguredProjectRes (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.java279 private Map<ResourceType, Map<String, ResourceValue>> mConfiguredProjectRes; field in GraphicalEditorPart
663 mConfiguredFrameworkRes = mConfiguredProjectRes = null; in changed()
857 if (mConfiguredProjectRes == null && mConfigChooser != null) { in getConfiguredProjectResources()
861 mConfiguredProjectRes = project.getConfiguredResources( in getConfiguredProjectResources()
865 return mConfiguredProjectRes; in getConfiguredProjectResources()
944 mConfiguredFrameworkRes = mConfiguredProjectRes = null; in updateEditor()
963 mConfiguredProjectRes = null; in refreshProjectResources()
1793 mConfiguredProjectRes = null; in reloadLayoutSwt()
2302 map = isFrameworkResource ? mConfiguredFrameworkRes : mConfiguredProjectRes; in findResourceFile()
2386 map = isFrameworkResource ? mConfiguredFrameworkRes : mConfiguredProjectRes; in findString()
[all …]