OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSwitcher
(Results
1 - 2
of
2
) 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
;
Completed in 91 milliseconds