HomeSort by relevance Sort by last modified time
    Searched refs:onAnimationStart (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/animation/
AnimatorListenerAdapter.java 51 public void onAnimationStart(Animator animation) {
Animator.java 37 * {@link AnimatorListener#onAnimationStart(Animator)} for any listeners of this animator.
251 void onAnimationStart(Animator animation);
AnimatorSet.java 540 tmpListeners.get(i).onAnimationStart(this);
676 public void onAnimationStart(Animator animation) {
778 public void onAnimationStart(Animator animation) {
    [all...]
  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.h 64 virtual void onAnimationStart(double elapsedTime);
AnimationBase.h 198 virtual void onAnimationStart(double /*elapsedTime*/) { }
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
PhotoView.java 126 public void onAnimationStart(Animation animation) {
149 public void onAnimationStart(Animation animation) {
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 125 public void onAnimationStart(Animator animation) {
128 listener.onAnimationStart(this);
  /frameworks/base/core/java/android/view/animation/
Animation.java 360 mListener.onAnimationStart(Animation.this);
906 if (mListenerHandler == null) mListener.onAnimationStart(this);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 170 public void onAnimationStart(Animator animation) {
Transition3d.java 126 public void onAnimationStart(Animation animation) {
AnimatorEvents.java 202 public void onAnimationStart(Animator animation) {
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 222 public void onAnimationStart(Animator animation) {
AbsActionBarView.java 252 public void onAnimationStart(Animator animation) {
  /packages/apps/Calculator/src/com/android/calculator2/
PanelSwitcher.java 171 public void onAnimationStart(Animation animation) {
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlBarContainer.java 111 public void onAnimationStart(Animation animation) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlBarContainer.java 105 public void onAnimationStart(Animation animation) {
  /cts/tests/src/android/view/cts/
MockView.java 151 protected void onAnimationStart() {
152 super.onAnimationStart();
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 235 public void onAnimationStart(Animator animation) {
347 public void onAnimationStart(Animation a) {
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 191 public void onAnimationStart(Animator animation) {
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 341 public void onAnimationStart(Animation animation) {
  /external/replicaisland/src/com/replica/replicaisland/
DifficultyMenuActivity.java 165 public void onAnimationStart(Animation animation) {
ExtrasMenuActivity.java 228 public void onAnimationStart(Animation animation) {
  /frameworks/base/core/tests/coretests/src/android/animation/
ViewPropertyAnimatorTest.java 50 private boolean mStarted; // tracks whether we've received the onAnimationStart() callback
151 public void onAnimationStart(Animator animation) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Choreographer.java 190 public void onAnimationStart(Animator animation) {
  /packages/apps/Camera/src/com/android/camera/
ModePicker.java 141 public void onAnimationStart(Animation animation) {

Completed in 706 milliseconds

1 2 3 4