Searched refs:constantName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 919 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/ |
D | android-22.txt | 41266 method public java.lang.String constantName();
|
/frameworks/base/api/ |
D | current.txt | 53926 method public java.lang.String constantName();
|
D | system-current.txt | 57834 method public java.lang.String constantName();
|