List of usage examples for android.widget AdapterView.OnItemSelectedListener interface-usage
From source file android.support.v7.widget.ScrollingTabContainerView.java
/**
* This widget implements the dynamic action bar tab behavior that can change across different
* configurations or circumstances.
*
* @hide
*/
From source file com.h6ah4i.android.example.openslmediaplayer.app.contents.HQVisualizerFragment.java
public class HQVisualizerFragment extends ContentsBaseFragment implements CompoundButton.OnCheckedChangeListener, AdapterView.OnItemSelectedListener { private static final int[] WINDOW_TYPE_VALUES = { IHQVisualizer.WINDOW_RECTANGULAR, IHQVisualizer.WINDOW_RECTANGULAR | IHQVisualizer.WINDOW_OPT_APPLY_FOR_WAVEFORM, IHQVisualizer.WINDOW_HANN, IHQVisualizer.WINDOW_HANN | IHQVisualizer.WINDOW_OPT_APPLY_FOR_WAVEFORM,
From source file android.support.v7ox.widget.ScrollingTabContainerView.java
/**
* This widget implements the dynamic action bar tab behavior that can change across different
* configurations or circumstances.
*
* @hide
*/
From source file com.sourcey.materiallogindemo.MainActivity.java
public class MainActivity extends ActionBarActivity implements AdapterView.OnItemSelectedListener, AdapterView.OnItemClickListener { //private DecimalFormat df = new DecimalFormat("#,###,###.##"); //private SimpleDateFormat dtf = new SimpleDateFormat("yyyy-MM-dd HH:mm"); private String datePoint = ""; private AutoCompleteTextView txtStart;
From source file org.y20k.trackbook.MainActivityTrackFragment.java
/** * MainActivityTrackFragment class */ public class MainActivityTrackFragment extends Fragment implements AdapterView.OnItemSelectedListener, TrackbookKeys {
From source file odoo.controls.OSelectionField.java
public class OSelectionField extends LinearLayout implements IOControlData, AdapterView.OnItemSelectedListener, AdapterView.OnItemClickListener, RadioGroup.OnCheckedChangeListener { public static final String TAG = OSelectionField.class.getSimpleName(); private Context mContext; private Object mValue = null;
From source file com.h6ah4i.android.example.openslmediaplayer.app.contents.VisualizerFragment.java
public class VisualizerFragment extends ContentsBaseFragment implements CompoundButton.OnCheckedChangeListener, AdapterView.OnItemSelectedListener { // fields private volatile WaveformVisualizerSurfaceView mWaveformVisualizerView; private volatile FftVisualizerSurfaceView mFftVisualizerView;
From source file org.amahi.anywhere.fragment.NavigationFragment.java
/** * Navigation fragments. Shows main application sections and servers list as well. */ public class NavigationFragment extends Fragment implements AccountManagerCallback<Bundle>, OnAccountsUpdateListener, AdapterView.OnItemSelectedListener, AdapterView.OnItemClickListener, SwipeRefreshLayout.OnRefreshListener {
From source file com.example.android.wearable.wear.wearnotifications.StandaloneMainActivity.java
/** * Demonstrates best practice for Notifications created by local standalone Android Wear apps. All * Notification examples use Notification Styles. */ public class StandaloneMainActivity extends WearableActivity implements AdapterView.OnItemSelectedListener {
From source file com.bringcommunications.etherpay.SendActivity.java
public class SendActivity extends AppCompatActivity implements Payment_Processor_Client, AdapterView.OnItemSelectedListener { //HTTP_Query_Client private FrameLayout overlay_frame_layout; private SendActivity context;