Searched refs:updateValues (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/dynamic-animation/src/android/support/animation/
H A DSpringAnimation.java230 MassState massState = mSpring.updateValues(mValue, mVelocity, deltaT / 2);
234 massState = mSpring.updateValues(massState.mValue, massState.mVelocity, deltaT / 2);
239 MassState massState = mSpring.updateValues(mValue, mVelocity, deltaT);
H A DSpringForce.java271 DynamicAnimation.MassState updateValues(double lastDisplacement, double lastVelocity, method in class:SpringForce
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRecyclerViewParallax.java40 updateValues();
48 updateValues();
239 public void updateValues() { method in class:RecyclerViewParallax
243 super.updateValues();
H A DParallax.java67 * Subclass must override {@link #updateValues()} to update property values and perform
68 * {@link ParallaxEffect}s. Subclass may call {@link #updateValues()} automatically e.g.
69 * {@link RecyclerViewParallax} calls {@link #updateValues()} in RecyclerView scrolling. App might
70 * call {@link #updateValues()} manually when Parallax is unaware of the value change. For example,
72 * changes; it's the app's responsibility to call {@link #updateValues()} in every frame of
574 * super.updateValues() after updated properties values.
577 public void updateValues() { method in class:Parallax
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
H A DParallaxTransition.java39 * side, calling ParallaxSource.updateValues() on every frame. User should make sure slide
67 source.updateValues();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsBackgroundVideoHelper.java105 mDetailsParallax.updateValues();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1496 final ContentValues updateValues = new ContentValues(1);
1497 updateValues.put(Sms.TYPE, Sms.MESSAGE_TYPE_FAILED);
1498 resolver.update(uri, updateValues, null/*where*/, null/*selectionArgs*/);

Completed in 104 milliseconds