Searched refs:constantName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 913 private void animateProperty(int constantName, float toValue) { in animateProperty() argument 914 float fromValue = getValue(constantName); in animateProperty() 916 animatePropertyBy(constantName, fromValue, deltaValue); in animateProperty() 927 private void animatePropertyBy(int constantName, float byValue) { in animatePropertyBy() argument 928 float fromValue = getValue(constantName); in animatePropertyBy() 929 animatePropertyBy(constantName, fromValue, byValue); in animatePropertyBy() 940 private void animatePropertyBy(int constantName, float startValue, float byValue) { in animatePropertyBy() argument 947 if (bundle.cancel(constantName)) { in animatePropertyBy() 964 NameValuesHolder nameValuePair = new NameValuesHolder(constantName, startValue, byValue); in animatePropertyBy()
|
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | native_writer_vendor.cpp | 53 const string& constantName, in write_native_vendor_annotation_int_constant() argument 57 constantName.c_str()); in write_native_vendor_annotation_int_constant()
|
D | java_writer_vendor.cpp | 46 const string& constantName, const char* indent) { in write_vendor_annotation_int_constant() argument 51 constantName.c_str()); in write_vendor_annotation_int_constant()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 41266 method public java.lang.String constantName();
|