Home
last modified time | relevance | path

Searched refs:constantName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java918 private void animateProperty(int constantName, float toValue) { in animateProperty() argument
919 float fromValue = getValue(constantName); in animateProperty()
921 animatePropertyBy(constantName, fromValue, deltaValue); in animateProperty()
932 private void animatePropertyBy(int constantName, float byValue) { in animatePropertyBy() argument
933 float fromValue = getValue(constantName); in animatePropertyBy()
934 animatePropertyBy(constantName, fromValue, byValue); in animatePropertyBy()
945 private void animatePropertyBy(int constantName, float startValue, float byValue) { in animatePropertyBy() argument
952 if (bundle.cancel(constantName)) { in animatePropertyBy()
969 NameValuesHolder nameValuePair = new NameValuesHolder(constantName, startValue, byValue); in animatePropertyBy()
/frameworks/base/api/
Dcurrent.txt44031 method public java.lang.String constantName();
Dsystem-current.txt46637 method public java.lang.String constantName();