Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java909 private void animateProperty(int constantName, float toValue) { in animateProperty() argument
910 float fromValue = getValue(constantName); in animateProperty()
912 animatePropertyBy(constantName, fromValue, deltaValue); in animateProperty()
923 private void animatePropertyBy(int constantName, float byValue) { in animatePropertyBy() argument
924 float fromValue = getValue(constantName); in animatePropertyBy()
925 animatePropertyBy(constantName, fromValue, byValue); in animatePropertyBy()
936 private void animatePropertyBy(int constantName, float startValue, float byValue) { in animatePropertyBy() argument
943 if (bundle.cancel(constantName)) { in animatePropertyBy()
960 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.txt59918 method public String constantName();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt110772 Ljava/lang/EnumConstantNotPresentException;->constantName:Ljava/lang/String;