List of usage examples for android.widget AdapterView.OnItemClickListener interface-usage
From source file com.brandroidtools.filemanager.fragments.NavigationFragment.java
public class NavigationFragment extends Fragment implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, OnSelectionChangedListener, OnSelectionListener, OnRequestRefreshListener { private static final String TAG = "NavigationFragment"; //$NON-NLS-1$
From source file com.juick.android.MessagesFragment.java
* @author Ugnich Anton */ public class MessagesFragment extends ListFragment implements AdapterView.OnItemClickListener, AbsListView.OnScrollListener, View.OnTouchListener, View.OnClickListener { public static int instanceCount;
From source file com.hxqc.mall.usedcar.activity.SellCarActivity.java
/**
* :?
*
* @author: ?
* @since: 2016-05-20
* Copyright:????
From source file com.hackensack.umc.activity.DependentDetailsActivity.java
public class DependentDetailsActivity extends BaseActivity implements AdapterView.OnItemClickListener, View.OnClickListener, HttpDownloadCompleteListener { private String[] mGenderArray = { "Male", "Female" }; private static final int addressCode = 12, insuranceCode = 23; private int numberOfCellPhonell = 1;
From source file com.android.mail.ui.ConversationListFragment.java
/** * The conversation list UI component. */ public final class ConversationListFragment extends Fragment implements OnItemLongClickListener, ModeChangeListener, ListItemSwipedListener, OnRefreshListener, SwipeListener, OnKeyListener, AdapterView.OnItemClickListener, View.OnClickListener, AbsListView.OnScrollListener {
From source file edu.cens.loci.ui.PlaceViewActivity.java
public class PlaceViewActivity extends MapActivity implements AdapterView.OnItemClickListener, NotifyingAsyncQueryHandler.AsyncQueryListener { private static final String TAG = "PlaceViewActivity"; private static final int LIST_ACTION_NO_ACTION = 1;
From source file com.dsdar.thosearoundme.util.MemberAddContactsListFragment.java
/**
* This fragment displays a list of contacts stored in the Contacts Provider.
* Each item in the list shows the contact's thumbnail photo and display name.
* On devices with large screens, this fragment's UI appears as part of a
* two-pane layout, along with the UI of {@link ContactDetailFragment}. On
* smaller screens, this fragment's UI appears as a single pane.
From source file com.hippo.ehviewer.ui.scene.FavoritesScene.java
public class FavoritesScene extends BaseScene implements EasyRecyclerView.OnItemClickListener, EasyRecyclerView.OnItemLongClickListener, FastScroller.OnDragHandlerListener, SearchBarMover.Helper, SearchBar.Helper, FabLayout.OnClickFabListener, EasyRecyclerView.CustomChoiceListener, AdapterView.OnItemClickListener { private static final long ANIMATE_TIME = 300L;
From source file com.mishiranu.dashchan.ui.navigator.DrawerForm.java
public class DrawerForm extends BaseAdapter implements EdgeEffectHandler.Shift, SortableListView.OnFinishedListener, AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, DrawerLayout.DrawerListener, EditText.OnEditorActionListener, View.OnClickListener, View.OnTouchListener, WatcherService.Client.Callback { private final Context context; private final Context unstyledContext;
From source file com.hackensack.umc.activity.RegistrationDetailsActivity.java
public class RegistrationDetailsActivity extends BaseActivity implements AdapterView.OnItemClickListener, View.OnClickListener/*, View.OnFocusChangeListener*/, HttpDownloadCompleteListener { private Spinner mGenderSpinner, mCellSpinner; private String[] mGenderArray = { "Male", "Female" }; private static final int addressCode = 12, insuranceCode = 23;