Searched defs:inMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java1308 * @param inMap A list of keys found in the map, in the order in toGoInMap
1309 * @param toGoInMap A list of keys to use for the new map, in the order of inMap
1313 private static ArrayMap<String, View> remapNames(ArrayList<String> inMap, argument
1319 int numKeys = inMap.size();
1321 View view = namedViews.get(inMap.get(i));
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java1458 * @param inMap A list of keys found in the map, in the order in toGoInMap
1459 * @param toGoInMap A list of keys to use for the new map, in the order of inMap
1463 private static ArrayMap<String, View> remapNames(ArrayList<String> inMap, argument
1467 int numKeys = inMap.size();
1469 View view = namedViews.get(inMap.get(i));

Completed in 78 milliseconds