Searched refs:constantName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 918 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/ |
D | current.txt | 44031 method public java.lang.String constantName();
|
D | system-current.txt | 46637 method public java.lang.String constantName();
|