List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file com.example.ui.ImageGridFragment.java
/**
* The main fragment that powers the ImageGridActivity screen. Fairly straight
* forward GridView implementation with the key addition being the ImageWorker
* class w/ImageCache to load children asynchronously, keeping the UI nice and
* smooth and caching thumbnails for quick retrieval. The cache is retained over
* configuration changes like orientation change so the images are populated
From source file com.fusionx.lightirc.ui.ActionsFragment.java
public class ActionsFragment extends Fragment implements AdapterView.OnItemClickListener { private Conversation mConversation; private final Object mEventHandler = new Object() { @SuppressWarnings("unused")
From source file info.wncwaterfalls.app.ResultsListFragment.java
public class ResultsListFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener { private static final String TAG = "ResultsListFragment"; private OnWaterfallQueryListener sQueryListener; // Listener for loader callbacks private OnWaterfallSelectListener sSelectListener; // Listener for user waterfall selections
From source file it.polimi.spf.demo.chat.ConversationListFragment.java
/** * @author darioarchetti */ public class ConversationListFragment extends Fragment implements AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<List<Conversation>> {
From source file net.illusor.swipeplayer.fragments.FolderBrowserFragment.java
/** * Displays contents of music folder */ public class FolderBrowserFragment extends Fragment implements AdapterView.OnItemClickListener, AdapterView.OnItemSelectedListener { //region Factory
From source file com.seraphim.chips.ChipsEditText.java
class ChipsEditText extends MaterialAutoCompleteTextView implements AdapterView.OnItemClickListener { private InputConnectionWrapperInterface mInputConnectionWrapperInterface; private ItemClickListener mItemClickListener; private ChipsAdapter mAdapter; private ChipsFilter mChipsFilter;
From source file com.xandy.calendar.selectcalendars.SelectVisibleCalendarsFragment.java
public class SelectVisibleCalendarsFragment extends Fragment implements AdapterView.OnItemClickListener, CalendarController.EventHandler, OnCalendarColorsLoadedListener { private static final String TAG = "Calendar"; private static final String IS_PRIMARY = "\"primary\""; private static final String SELECTION = Calendars.SYNC_EVENTS + "=?";
From source file com.geozen.whiterim.ui.tablet.AreasDropdownFragment.java
/**
* A tablet-specific fragment that is a giant {@link android.widget.Spinner}
* -like widget. It shows a {@link ListPopupWindow} containing a list of tracks,
* using {@link AreasAdapter}.
*
* Requires API level 11 or later since {@link ListPopupWindow} is API level
From source file com.seedform.dfatester.viewer.AlphabetListFragment.java
public class AlphabetListFragment extends Fragment implements AdapterView.OnItemClickListener, DeletableItemAdapter.OnDeleteCallback { private DeletableItemAdapter<Character> mAdapter; private GridView mGridView; private DFA mDFA;
From source file com.geozen.smarttrail.ui.tablet.AreasDropdownFragment.java
/**
* A tablet-specific fragment that is a giant {@link android.widget.Spinner}
* -like widget. It shows a {@link ListPopupWindow} containing a list of tracks,
* using {@link AreasAdapter}.
*
* Requires API level 11 or later since {@link ListPopupWindow} is API level