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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
TextSwitcher1.java 38 private TextSwitcher mSwitcher;
48 mSwitcher = (TextSwitcher) findViewById(R.id.switcher);
49 mSwitcher.setFactory(this);
55 mSwitcher.setInAnimation(in);
56 mSwitcher.setOutAnimation(out);
70 mSwitcher.setText(String.valueOf(mCounter));
ImageSwitcher1.java 47 mSwitcher = (ImageSwitcher) findViewById(R.id.switcher);
48 mSwitcher.setFactory(this);
49 mSwitcher.setInAnimation(AnimationUtils.loadAnimation(this,
51 mSwitcher.setOutAnimation(AnimationUtils.loadAnimation(this,
60 mSwitcher.setImageResource(mImageIds[position]);
75 private ImageSwitcher mSwitcher;
  /packages/apps/Calendar/src/com/android/calendar/
MonthActivity.java 59 private ViewSwitcher mSwitcher;
129 MonthView current = (MonthView) mSwitcher.getCurrentView();
142 mSwitcher.setInAnimation(mInAnimationPast);
143 mSwitcher.setOutAnimation(mOutAnimationPast);
145 mSwitcher.setInAnimation(mInAnimationFuture);
146 mSwitcher.setOutAnimation(mOutAnimationFuture);
150 MonthView next = (MonthView) mSwitcher.getNextView();
155 mSwitcher.showNext();
171 MonthView view = (MonthView) mSwitcher.getCurrentView();
177 MonthView mv = (MonthView) mSwitcher.getCurrentView()
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 173 private Switcher mSwitcher;
355 mSwitcher = ((Switcher) findViewById(R.id.camera_switch));
356 mSwitcher.setOnSwitchListener(this);
357 mSwitcher.addTouchView(findViewById(R.id.camera_switch_set));
481 mSwitcher.setSwitch(SWITCH_VIDEO);
    [all...]
Camera.java 161 private Switcher mSwitcher;
    [all...]

Completed in 303 milliseconds