Searched refs:sJNISetterPropertyMap (Results 1 – 3 of 3) sorted by relevance
/frameworks/layoutlib/bridge/src/android/animation/ |
D | PropertyValuesHolder_Accessor.java | 35 IntPropertyValuesHolder.sJNISetterPropertyMap.clear(); in clearClassCaches() 36 MultiIntValuesHolder.sJNISetterPropertyMap.clear(); in clearClassCaches() 37 FloatPropertyValuesHolder.sJNISetterPropertyMap.clear(); in clearClassCaches() 38 MultiFloatValuesHolder.sJNISetterPropertyMap.clear(); in clearClassCaches()
|
/frameworks/base/core/java/android/animation/ |
D | PropertyValuesHolder.java | 1152 private static final HashMap<Class, HashMap<String, Long>> sJNISetterPropertyMap = field in PropertyValuesHolder.IntPropertyValuesHolder 1261 synchronized(sJNISetterPropertyMap) { in setupSetter() 1262 HashMap<String, Long> propertyMap = sJNISetterPropertyMap.get(targetClass); in setupSetter() 1284 sJNISetterPropertyMap.put(targetClass, propertyMap); in setupSetter() 1299 private static final HashMap<Class, HashMap<String, Long>> sJNISetterPropertyMap = field in PropertyValuesHolder.FloatPropertyValuesHolder 1408 synchronized (sJNISetterPropertyMap) { in setupSetter() 1409 HashMap<String, Long> propertyMap = sJNISetterPropertyMap.get(targetClass); in setupSetter() 1431 sJNISetterPropertyMap.put(targetClass, propertyMap); in setupSetter() 1446 private static final HashMap<Class, HashMap<String, Long>> sJNISetterPropertyMap = field in PropertyValuesHolder.MultiFloatValuesHolder 1513 synchronized(sJNISetterPropertyMap) { in setupSetter() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 1059 Landroid/animation/PropertyValuesHolder$FloatPropertyValuesHolder;->sJNISetterPropertyMap:Ljava/uti… 1070 Landroid/animation/PropertyValuesHolder$IntPropertyValuesHolder;->sJNISetterPropertyMap:Ljava/util/… 1076 Landroid/animation/PropertyValuesHolder$MultiFloatValuesHolder;->sJNISetterPropertyMap:Ljava/util/H… 1082 Landroid/animation/PropertyValuesHolder$MultiIntValuesHolder;->sJNISetterPropertyMap:Ljava/util/Has…
|