Searched refs:nCallFloatMethod (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DPropertyValuesHolder_Delegate.java144 /*package*/ static void nCallFloatMethod(Object target, long methodID, float arg) { method in class:PropertyValuesHolder_Delegate
/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java1387 nCallFloatMethod(target, mJniSetter, mFloatAnimatedValue);
1480 nCallFloatMethod(target, mJniSetter, values[0]);
1719 native static private void nCallFloatMethod(Object target, long methodID, float arg); method in class:PropertyValuesHolder

Completed in 420 milliseconds