Home | History | Annotate | Download | only in animation

Lines Matching refs:HashMap

29 import java.util.HashMap;
102 private static final HashMap<Class, HashMap<String, Method>> sSetterPropertyMap =
103 new HashMap<Class, HashMap<String, Method>>();
104 private static final HashMap<Class, HashMap<String, Method>> sGetterPropertyMap =
105 new HashMap<Class, HashMap<String, Method>>();
736 HashMap<Class, HashMap<String, Method>> propertyMapMap,
744 HashMap<String, Method> propertyMap = propertyMapMap.get(targetClass);
751 propertyMap = new HashMap<String, Method>();
1080 private static final HashMap<Class, HashMap<String, Long>> sJNISetterPropertyMap =
1081 new HashMap<Class, HashMap<String, Long>>();
1179 // Check new static hashmap<propName, int> for setter method
1182 HashMap<String, Long> propertyMap = sJNISetterPropertyMap.get(targetClass);
1194 propertyMap = new HashMap<String, Long>();
1217 private static final HashMap<Class, HashMap<String, Long>> sJNISetterPropertyMap =
1218 new HashMap<Class, HashMap<String, Long>>();
1316 // Check new static hashmap<propName, int> for setter method
1319 HashMap<String, Long> propertyMap = sJNISetterPropertyMap.get(targetClass);
1331 propertyMap = new HashMap<String, Long>();
1354 private static final HashMap<Class, HashMap<String, Long>> sJNISetterPropertyMap =
1355 new HashMap<Class, HashMap<String, Long>>();
1423 HashMap<String, Long> propertyMap = sJNISetterPropertyMap.get(targetClass);
1443 propertyMap = new HashMap<String, Long>();
1457 private static final HashMap<Class, HashMap<String, Long>> sJNISetterPropertyMap =
1458 new HashMap<Class, HashMap<String, Long>>();
1526 HashMap<String, Long> propertyMap = sJNISetterPropertyMap.get(targetClass);
1546 propertyMap = new HashMap<String, Long>();