Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java913 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/
Dnative_writer_vendor.cpp53 const string& constantName, in write_native_vendor_annotation_int_constant() argument
57 constantName.c_str()); in write_native_vendor_annotation_int_constant()
Djava_writer_vendor.cpp46 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/
Dandroid-22.txt41266 method public java.lang.String constantName();