HomeSort by relevance Sort by last modified time
    Searched defs:finalValue (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/java/android/view/
ViewPropertyAnimatorRT.java 83 final float finalValue = holder.mFromValue + holder.mDeltaValue;
84 RenderNodeAnimator animator = new RenderNodeAnimator(property, finalValue);
RenderNodeAnimator.java 111 public RenderNodeAnimator(int property, float finalValue) {
113 mFinalValue = finalValue;
115 init(nCreateAnimator(property, finalValue));
118 public RenderNodeAnimator(CanvasProperty<Float> property, float finalValue) {
120 property.getNativeContainer(), finalValue));
130 * @param finalValue The target value for the property
132 public RenderNodeAnimator(CanvasProperty<Paint> property, int paintField, float finalValue) {
134 property.getNativeContainer(), paintField, finalValue));
501 private static native long nCreateAnimator(int property, float finalValue);
503 long canvasProperty, float finalValue);
    [all...]
  /frameworks/base/libs/hwui/
Animator.h 92 float finalValue() { return mFinalValue; }
127 explicit BaseRenderNodeAnimator(float finalValue);
206 ANDROID_API RenderPropertyAnimator(RenderProperty property, float finalValue);
232 float finalValue);
251 PaintField field, float finalValue);
266 float startValue, float finalValue);
  /external/skia/src/effects/
SkBlurMask.cpp     [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCooling.java 704 int finalValue;
713 finalValue = level;
715 finalValue = values.get(level);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 792 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
808 , finalValue (finalValue_)
872 // Assign the basicUniforms[].finalValue values for uniforms. \note rnd parameter is for booleans (true can be any nonzero value).
874 // Compare the uniform values given in values (obtained with glGetUniform*()) with the basicUniform.finalValue values.
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 957 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
973 , finalValue (finalValue_)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 847 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
863 , finalValue (finalValue_)
899 // Assign the basicUniforms[].finalValue values for uniforms. \note rnd parameter is for booleans (true can be any nonzero value).
901 // Compare the uniform values given in values (obtained with glGetUniform*()) with the basicUniform.finalValue values.
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 420 milliseconds