List of usage examples for android.widget AdapterView.OnItemSelectedListener interface-usage
From source file com.hkm.mmedic.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 com.kiwiteam.nomiddleman.LargeGroupActivity.java
public class LargeGroupActivity extends ActionBarActivity implements AdapterView.OnItemSelectedListener { private DatabaseConnection conn; private TourClass tour; private int tourID; private int quantity = 1;
From source file com.mifos.mifosxdroid.online.createnewclient.CreateNewClientFragment.java
public class CreateNewClientFragment extends ProgressableFragment implements MFDatePicker.OnDatePickListener, CreateNewClientMvpView, AdapterView.OnItemSelectedListener { private final String LOG_TAG = getClass().getSimpleName(); public DialogFragment datePickerSubmissionDate, datePickerDateOfBirth;
From source file gov.wa.wsdot.android.wsdot.ui.trafficmap.socialmedia.twitter.TwitterFragment.java
public class TwitterFragment extends BaseFragment implements AdapterView.OnItemSelectedListener, SwipeRefreshLayout.OnRefreshListener, Injectable { private static final String TAG = TwitterFragment.class.getSimpleName(); private static TwitterItemAdapter mAdapter;
From source file org.gnucash.android.ui.report.ReportsActivity.java
/**
* Activity for displaying report fragments (which must implement {@link BaseReportFragment})
* <p>In order to add new reports, extend the {@link BaseReportFragment} class to provide the view
* for the report. Then add the report mapping in {@link ReportType} constructor depending on what
* kind of report it is. The report will be dynamically included at runtime.</p>
*
From source file com.z299studio.pb.EditFragment.java
public class EditFragment extends Fragment implements View.OnClickListener, AdapterView.OnItemSelectedListener, TextWatcher, View.OnLongClickListener, Toolbar.OnMenuItemClickListener, PbScrollView.PbScrollListener { private static final int[] INPUT_TYPES = { InputType.TYPE_CLASS_TEXT, InputType.TYPE_CLASS_TEXT, InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD, InputType.TYPE_TEXT_VARIATION_URI, InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS,
From source file com.example.android.apprestrictionenforcer.AppRestrictionEnforcerFragment.java
/** * This fragment provides UI and functionality to set restrictions on the AppRestrictionSchema * sample. */ public class AppRestrictionEnforcerFragment extends Fragment implements CompoundButton.OnCheckedChangeListener, AdapterView.OnItemSelectedListener, View.OnClickListener, ItemAddFragment.OnItemAddedListener {
From source file com.zhihu.matisse.ui.MatisseActivity.java
/** * Main Activity to display albums and media content (images/videos) in each album * and also support media selecting operations. */ public class MatisseActivity extends AppCompatActivity implements AlbumCollection.AlbumCallbacks, AdapterView.OnItemSelectedListener,
From source file com.orpheusdroid.screenrecorder.folderpicker.FolderChooser.java
/** * Created by vijai on 01-12-2016. */ public class FolderChooser extends DialogPreference implements View.OnClickListener, DirectoryRecyclerAdapter.OnDirectoryClickedListerner, AdapterView.OnItemSelectedListener {
From source file com.xiuxiu.selector.ui.MatisseActivity.java
/** * Main Activity to display albums and media content (images/videos) in each album * and also support media selecting operations. */ public class MatisseActivity extends AppCompatActivity implements AlbumCollection.AlbumCallbacks, AdapterView.OnItemSelectedListener,