Searched refs:constantName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 909 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/ |
D | android-22.txt | 41266 method public java.lang.String constantName();
|
/frameworks/base/api/ |
D | current.txt | 59918 method public String constantName();
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 110772 Ljava/lang/EnumConstantNotPresentException;->constantName:Ljava/lang/String;
|