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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Animation2.java 41 mFlipper = ((ViewFlipper) this.findViewById(R.id.flipper));
42 mFlipper.startFlipping();
56 mFlipper.setInAnimation(AnimationUtils.loadAnimation(this,
58 mFlipper.setOutAnimation(AnimationUtils.loadAnimation(this,
62 mFlipper.setInAnimation(AnimationUtils.loadAnimation(this,
64 mFlipper.setOutAnimation(AnimationUtils.loadAnimation(this,
68 mFlipper.setInAnimation(AnimationUtils.loadAnimation(this,
70 mFlipper.setOutAnimation(AnimationUtils.loadAnimation(this,
74 mFlipper.setInAnimation(AnimationUtils.loadAnimation(this,
76 mFlipper.setOutAnimation(AnimationUtils.loadAnimation(this
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 93 private ViewFlipper mFlipper;
180 mFlipper = (ViewFlipper) findViewById(R.id.candidate_flipper);
181 mFlipper.setMeasureAllChildren(true);
186 for (int i = 0; i < mFlipper.getChildCount(); i++) {
187 CandidateView cv = (CandidateView) mFlipper.getChildAt(i);
206 for (int i = 0; i < mFlipper.getChildCount(); i++) {
207 CandidateView cv = (CandidateView) mFlipper.getChildAt(i);
212 CandidateView cv = (CandidateView) mFlipper.getCurrentView();
224 CandidateView cv = (CandidateView) mFlipper.getCurrentView();
247 if (mFlipper.isFlipping() || null == mDecInfo)
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 46 private final Flipper mFlipper;
91 removeCallbacks(mFlipper);
92 postDelayed(mFlipper, delay);
109 mFlipper = new Flipper();
153 mFlipper.run();
274 mFlipper.run();

Completed in 749 milliseconds