Home
last modified time | relevance | path

Searched defs:propertyMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java763 HashMap<String, Method> propertyMap = propertyMapMap.get(targetClass); in setupSetterOrGetter() local
1262 HashMap<String, Long> propertyMap = sJNISetterPropertyMap.get(targetClass); in setupSetter() local
1409 HashMap<String, Long> propertyMap = sJNISetterPropertyMap.get(targetClass); in setupSetter() local
1514 HashMap<String, Long> propertyMap = sJNISetterPropertyMap.get(targetClass); in setupSetter() local
1621 HashMap<String, Long> propertyMap = sJNISetterPropertyMap.get(targetClass); in setupSetter() local
/frameworks/native/services/inputflinger/host/
DInputDriver.cpp39 android::PropertyMap* propertyMap; member