Home
last modified time | relevance | path

Searched refs:constantName (Results 1 – 5 of 5) 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.txt56572 method public java.lang.String constantName();
/frameworks/base/config/
Dhiddenapi-public-dex.txt58470 Ljava/lang/EnumConstantNotPresentException;->constantName()Ljava/lang/String;
Dhiddenapi-private-dex.txt130131 Ljava/lang/EnumConstantNotPresentException;->constantName:Ljava/lang/String;