Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseLayoutRule.java380 Map<String, Pair<String, String>> new_map = new HashMap<String, Pair<String, String>>(); in remapIds() local
389 new_map.put(key, value); in remapIds()
391 new_map.put(id, value); in remapIds()
397 new_map.put(id, value); in remapIds()
398 new_map.put(id.replaceFirst("@\\+", "@"), value); //$NON-NLS-1$ //$NON-NLS-2$ in remapIds()
402 return new_map; in remapIds()