HomeSort by relevance Sort by last modified time
    Searched full:animationlistener (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
TestAnimationListener.java 4 import android.view.animation.Animation.AnimationListener;
6 public class TestAnimationListener implements AnimationListener {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAnimation.java 18 private Animation.AnimationListener listener;
32 public void setAnimationListener(Animation.AnimationListener l) {
122 public Animation.AnimationListener getAnimationListener() {
ShadowViewGroup.java 5 import android.view.animation.Animation.AnimationListener;
22 private AnimationListener animListener;
234 public void setLayoutAnimationListener(AnimationListener listener) {
239 public AnimationListener getLayoutAnimationListener() {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlBarContainer.java 28 import android.view.animation.Animation.AnimationListener;
93 private AnimationListener mAnimationListener = new AnimationListener() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 7 import android.view.animation.Animation.AnimationListener;
73 AnimationListener animationListener = new AnimationListener() {
83 root.setLayoutAnimationListener(animationListener);
85 assertThat(root.getLayoutAnimationListener(), sameInstance(animationListener));
  /packages/apps/Calculator/src/com/android/calculator2/
PanelSwitcher.java 25 import android.view.animation.Animation.AnimationListener;
29 class PanelSwitcher extends FrameLayout implements AnimationListener {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieControllerOverlay.java 25 import android.view.animation.Animation.AnimationListener;
33 AnimationListener {
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 30 import android.view.animation.Animation.AnimationListener;
123 private AnimationListener mAnimationListener = new AnimationListener() {
  /packages/apps/Gallery2/src/com/android/camera/ui/
PieRenderer.java 34 import android.view.animation.Animation.AnimationListener;
62 private Animation.AnimationListener mEndAction = new EndAction();
309 mFadeIn.setAnimationListener(new AnimationListener() {
455 mFadeOut.setAnimationListener(new AnimationListener() {
795 mSlice.setAnimationListener(new AnimationListener() {
824 mXFade.setAnimationListener(new AnimationListener() {
    [all...]
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 34 import android.view.animation.Animation.AnimationListener;
384 * Utility, to avoid having to implement every method in AnimationListener in
387 static class AnimationListenerAdapter implements AnimationListener {
  /external/replicaisland/src/com/replica/replicaisland/
DifficultyMenuActivity.java 131 protected class StartActivityAfterAnimation implements Animation.AnimationListener {
ExtrasMenuActivity.java 195 protected class StartActivityAfterAnimation implements Animation.AnimationListener {
LevelSelectActivity.java 357 protected class EndActivityAfterAnimation implements Animation.AnimationListener {
MainMenuActivity.java 377 protected class StartActivityAfterAnimation implements Animation.AnimationListener {
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 35 import android.view.animation.Animation.AnimationListener;
61 private Animation.AnimationListener mEndAction = new EndAction();
254 mFadeIn.setAnimationListener(new AnimationListener() {
532 mXFade.setAnimationListener(new AnimationListener() {
752 private class EndAction implements Animation.AnimationListener {
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 40 import android.view.animation.Animation.AnimationListener;
52 public class LookupActivity extends Activity implements AnimationListener {
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 31 import android.view.animation.Animation.AnimationListener;
344 anim.setAnimationListener(new AnimationListener() {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 31 import android.view.animation.Animation.AnimationListener;
51 OnTouchListener, AnimationListener, ArrowUpdater {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java 119 private final class DisplayNextView implements Animation.AnimationListener {
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 37 import android.view.animation.Animation.AnimationListener;
92 private final AnimationListener mAnimationDoneListener = new AnimationListener() {
670 trans1.setAnimationListener(new AnimationListener() {
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 178 AnimationListener mListener;
799 public void setAnimationListener(AnimationListener listener) {
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 36 import android.view.animation.Animation.AnimationListener;
664 private class MockAnimationListener implements AnimationListener {
  /development/samples/Home/src/com/example/android/home/
Home.java 692 private class HideGrid implements Animation.AnimationListener {
707 private class ShowGrid implements Animation.AnimationListener {
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 55 import android.view.animation.Animation.AnimationListener;
806 AnimationListener al = new AnimationListener() {
    [all...]
  /packages/apps/Camera/src/com/android/camera/
ActivityBase.java 424 private class HideCameraAppView implements Animation.AnimationListener {

Completed in 1635 milliseconds

1 2 3