List of usage examples for android.widget AdapterView.OnItemLongClickListener interface-usage
From source file com.school.mailclient.app.fragment.SentFragment.java
public class SentFragment extends Fragment implements AdapterView.OnItemLongClickListener, AbsListView.MultiChoiceModeListener, View.OnClickListener, AdapterView.OnItemClickListener, SwipeRefreshLayout.OnRefreshListener { private ListView sentList = null; public static final String ARG_SECTION_NUMBER = "section_number";
From source file com.school.mailclient.app.fragment.InboxFragment.java
public class InboxFragment extends Fragment implements AdapterView.OnItemLongClickListener, AbsListView.MultiChoiceModeListener, View.OnClickListener, AdapterView.OnItemClickListener, SwipeRefreshLayout.OnRefreshListener { private ListView inboxList = null; public static final String ARG_SECTION_NUMBER = "section_number";
From source file de.schramke.android.navdrawer.NavigationDrawer.java
/** * Created by bschramke on 05.02.14. */ public class NavigationDrawer implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, AdapterView.OnItemSelectedListener, DrawerLayout.DrawerListener {
From source file com.akalipetis.fragment.ActionModeListFragment.java
/** * Created by Antonis Kalipetis on 31.07.2013. */ public abstract class ActionModeListFragment extends ListFragment implements AdapterView.OnItemLongClickListener { private MultiChoiceModeListener mListener = null;
From source file org.catnut.plugin.zhihu.ZhihuItemsFragment.java
/** * ? * * @author longkai */ public class ZhihuItemsFragment extends SwipeRefreshListFragment implements AbsListView.OnScrollListener,
From source file com.aboveware.abovegame.expandable.ExpandableListFragment.java
public abstract class ExpandableListFragment extends Fragment implements OnCreateContextMenuListener, ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupCollapseListener, ExpandableListView.OnGroupExpandListener, AdapterView.OnItemLongClickListener { static final int INTERNAL_EMPTY_ID = 0x00ff0001; static final int INTERNAL_LIST_CONTAINER_ID = 0x00ff0003;
From source file com.akalipetis.action_mode_list_fragment.ActionModeListFragment.java
/** * Created by Antonis Kalipetis on 31.07.2013. */ public abstract class ActionModeListFragment extends ListFragment implements AdapterView.OnItemLongClickListener { private MultiChoiceModeListener mListener = null;
From source file com.codebutler.farebot.fragments.KeysFragment.java
public class KeysFragment extends SherlockListFragment implements AdapterView.OnItemLongClickListener { private ActionMode mActionMode; private int mActionKeyId; private com.actionbarsherlock.view.ActionMode.Callback mActionModeCallback = new ActionMode.Callback() { @Override
From source file com.massivcode.androidmusicplayer.fragments.PlaylistFragment.java
public class PlaylistFragment extends Fragment implements AdapterView.OnItemLongClickListener { private static final String TAG = PlayerFragment.class.getSimpleName(); private FloatingActionButton mFab; private TextView mNotifyNoDataTextView; private ExpandableListView mListView;
From source file com.aboveware.actionbar.support.ExpandableListFragmentSupport.java
public abstract class ExpandableListFragmentSupport extends Fragment implements OnCreateContextMenuListener, ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupCollapseListener, ExpandableListView.OnGroupExpandListener, AdapterView.OnItemLongClickListener, IExpandableListFragment { static final int INTERNAL_EMPTY_ID = 0x00ff0001; static final int INTERNAL_LIST_CONTAINER_ID = 0x00ff0003;