Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java919 private void animateProperty(int constantName, float toValue) { in animateProperty() argument
920 float fromValue = getValue(constantName); in animateProperty()
922 animatePropertyBy(constantName, fromValue, deltaValue); in animateProperty()
933 private void animatePropertyBy(int constantName, float byValue) { in animatePropertyBy() argument
934 float fromValue = getValue(constantName); in animatePropertyBy()
935 animatePropertyBy(constantName, fromValue, byValue); in animatePropertyBy()
946 private void animatePropertyBy(int constantName, float startValue, float byValue) { in animatePropertyBy() argument
953 if (bundle.cancel(constantName)) { in animatePropertyBy()
970 NameValuesHolder nameValuePair = new NameValuesHolder(constantName, startValue, byValue); in animatePropertyBy()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt41266 method public java.lang.String constantName();
/frameworks/base/api/
Dcurrent.txt53926 method public java.lang.String constantName();
Dsystem-current.txt57834 method public java.lang.String constantName();