HomeSort by relevance Sort by last modified time
    Searched refs:animateTo (Results 1 - 5 of 5) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMapController.java 19 public void animateTo(com.google.android.maps.GeoPoint geoPoint) {
25 public void animateTo(com.google.android.maps.GeoPoint geoPoint, java.lang.Runnable runnable) {
26 animateTo(geoPoint);
69 * Non-Android accessor that returns the most recent value set by a call to either version of {@code animateTo()}
71 * @return the most recent value set by a call to either version of {@code animateTo()}
  /frameworks/base/services/java/com/android/server/power/
RampAnimator.java 58 public boolean animateTo(int target, int rate) {
DisplayPowerController.java     [all...]
  /external/robolectric/lib/main/
maps_v16.jar 
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 304 - (id)initWithScrollbar:(Scrollbar*)scrollbar featureToAnimate:(FeatureToAnimate)featureToAnimate animateFrom:(CGFloat)startValue animateTo:(CGFloat)endValue duration:(NSTimeInterval)duration;
309 - (id)initWithScrollbar:(Scrollbar*)scrollbar featureToAnimate:(FeatureToAnimate)featureToAnimate animateFrom:(CGFloat)startValue animateTo:(CGFloat)endValue duration:(NSTimeInterval)duration
478 animateTo:newAlpha
524 animateTo:1.0
554 animateTo:1.0
    [all...]

Completed in 551 milliseconds