HomeSort by relevance Sort by last modified time
    Searched refs:startAnimation (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java 144 mChoreo.startAnimation(show);
162 mChoreo.startAnimation(true);
392 void startAnimation(boolean appearing) {
393 if (DEBUG) Slog.d(TAG, "startAnimation(appearing=" + appearing + ")");
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 214 animWindow.startAnimation(anim);
273 animWindow.startAnimation(anim);
410 animWindow.startAnimation(anim);
579 animWindow.startAnimation(anim);
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 204 virtual bool startAnimation(double /*timeOffset*/) { return false; }
KeyframeAnimation.cpp 248 bool KeyframeAnimation::startAnimation(double timeOffset)
254 return layer->backing()->startAnimation(timeOffset, m_animation.get(), m_keyframes);
ImplicitAnimation.cpp 109 bool ImplicitAnimation::startAnimation(double timeOffset)
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 235 virtual void startAnimation(bool catchUpIfNecessary = true);
278 double m_desiredFrameStartTime; // The system time at which we hope to see the next call to startAnimation().
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 105 startAnimation();
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 97 startAnimation();
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 115 bool startAnimation(double timeOffset, const Animation* anim, const KeyframeList& keyframes);
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 589 anim.startAnimation(this);
608 anim.startAnimation(this);
    [all...]
  /frameworks/base/core/java/android/webkit/
ZoomControlExternal.java 143 startAnimation(anim);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapsActivity.java 51 view.startAnimation(a);
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 330 mAutoLogin.startAnimation(AnimationUtils.loadAnimation(
359 mAutoLogin.startAnimation(anim);
  /packages/apps/Camera/src/com/android/camera/
CameraScreenNail.java 363 mSwitchAnimManager.startAnimation();
369 mCaptureAnimManager.startAnimation(x, y, width, height);
ActivityBase.java 460 mCameraAppView.startAnimation(mCameraAppViewFadeIn);
462 mCameraAppView.startAnimation(mCameraAppViewFadeOut);
  /packages/apps/Gallery2/src/com/android/camera/
CameraScreenNail.java 372 mSwitchAnimManager.startAnimation();
378 mCaptureAnimManager.startAnimation();
ActivityBase.java 461 mCameraAppView.startAnimation(mCameraAppViewFadeIn);
463 mCameraAppView.startAnimation(mCameraAppViewFadeOut);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 355 startAnimation(mPlatform.mDefaultX, 0, b.mScaleMin,
492 startAnimation(targetX, targetY, targetScale, ANIM_KIND_ZOOM);
497 startAnimation(mPlatform.mDefaultX, 0, b.mScaleMin, ANIM_KIND_ZOOM);
529 startAnimation(x, y, s, ANIM_KIND_SCALE);
543 startAnimation(mPlatform.mDefaultX, 0, b.mScaleMin, ANIM_KIND_SLIDE);
612 startAnimation(x, y, b.mCurrentScale, ANIM_KIND_SCROLL);
647 startAnimation(x, b.mCurrentY, b.mCurrentScale, ANIM_KIND_SCROLL);
688 return startAnimation(targetX, targetY, b.mCurrentScale, ANIM_KIND_FLING);
707 return startAnimation(
772 // startAnimation() should be called
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 448 startAnimation();
848 void startAnimation() {
937 startAnimation();
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 442 startAnimation();
804 void startAnimation() {
882 startAnimation();
897 startAnimation();
    [all...]
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 151 startAnimation();
355 startAnimation();
732 private void startAnimation() {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 581 startAnimation(eventX - mLeftHandleX, 0, SNAP_BACK_ANIMATION_DURATION_MILLIS);
585 startAnimation(eventX - mRightHandleX, 0, SNAP_BACK_ANIMATION_DURATION_MILLIS);
608 private void startAnimation(int startX, int endX, int duration) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionarySettingsFragment.java 393 mLoadingView.startAnimation(AnimationUtils.loadAnimation(
395 preferenceView.startAnimation(AnimationUtils.loadAnimation(
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 178 startAnimation();
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp 210 startAnimation();

Completed in 900 milliseconds

1 2 34 5 6