Searched refs:OnItemSelectedListener (Results 1 - 21 of 21) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DSpinner1.java30 import android.widget.AdapterView.OnItemSelectedListener;
50 new OnItemSelectedListener() {
67 new OnItemSelectedListener() {
H A DList7.java30 import android.widget.AdapterView.OnItemSelectedListener;
38 public class List7 extends ListActivity implements OnItemSelectedListener {
H A DAnimation2.java34 AdapterView.OnItemSelectedListener {
H A DAnimation3.java33 public class Animation3 extends Activity implements AdapterView.OnItemSelectedListener {
H A DImageSwitcher1.java38 AdapterView.OnItemSelectedListener, ViewSwitcher.ViewFactory {
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DScreenOrientation.java29 import android.widget.AdapterView.OnItemSelectedListener;
62 new OnItemSelectedListener() {
H A DSoftInputModes.java16 import android.widget.AdapterView.OnItemSelectedListener;
56 new OnItemSelectedListener() {
H A DSearchInvoke.java35 import android.widget.AdapterView.OnItemSelectedListener;
81 new OnItemSelectedListener() {
H A DMenuInflateFromXml.java91 mSpinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
/development/samples/Spinner/src/com/android/example/spinner/
H A DSpinnerActivity.java31 import android.widget.AdapterView.OnItemSelectedListener;
128 OnItemSelectedListener spinnerListener = new myOnItemSelectedListener(this,this.mAdapter);
150 * {@link android.widget.AdapterView.OnItemSelectedListener} interface
155 public class myOnItemSelectedListener implements OnItemSelectedListener {
183 * @see android.widget.AdapterView.OnItemSelectedListener#onItemSelected(
202 * The definition of OnItemSelectedListener requires an override
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
H A DTitlesFragment.java48 OnItemSelectedListener mListener;
56 public interface OnItemSelectedListener { interface in class:TitlesFragment
65 mListener = (OnItemSelectedListener) activity;
68 + " must implement OnItemSelectedListener");
160 // Send the event to the host activity via OnItemSelectedListener callback
172 // Calls the parent activity's implementation of the OnItemSelectedListener
H A DMainActivity.java54 public class MainActivity extends Activity implements TitlesFragment.OnItemSelectedListener {
320 /** Implementation for TitlesFragment.OnItemSelectedListener.
/development/samples/Home/src/com/example/android/home/
H A DWallpaper.java41 AdapterView.OnItemSelectedListener, AdapterView.OnItemClickListener {
/development/samples/ApiDemos/src/com/example/android/apis/content/
H A DClipboardSample.java35 import android.widget.AdapterView.OnItemSelectedListener;
86 new OnItemSelectedListener() {
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
H A DMyRssReader5.java35 import android.widget.AdapterView.OnItemSelectedListener;
39 public class MyRssReader5 extends Activity implements OnItemSelectedListener {
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
H A DNativeMedia.java150 sourceSpinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
170 sinkSpinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
/development/samples/ContactManager/src/com/example/android/contactmanager/
H A DContactAdder.java42 import android.widget.AdapterView.OnItemSelectedListener;
140 mAccountSpinner.setOnItemSelectedListener(new OnItemSelectedListener() {
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
H A DNativeAudio.java70 uriSpinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
H A DPolicySetupActivity.java128 new AdapterView.OnItemSelectedListener() {
/development/tools/recovery_l10n/src/com/android/recovery_l10n/
H A DMain.java133 spinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
/development/apps/Development/src/com/android/development/
H A DConnectivity.java58 import android.widget.AdapterView.OnItemSelectedListener;

Completed in 938 milliseconds