Example usage for android.widget AbsListView.OnScrollListener interface-usage

List of usage examples for android.widget AbsListView.OnScrollListener interface-usage

Introduction

In this page you can find the example usage for android.widget AbsListView.OnScrollListener interface-usage.

Usage

From source file com.naroran.onsport.fragment.LiveScoreFragment.java

public class LiveScoreFragment extends Fragment implements AbsListView.OnScrollListener,
        AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener {

    private static final int REQUEST_CATEGORY = 0x2300;
    private ListView listView;
    private ScoreAdapter listAdapter;

From source file ir.newway.jazzylistview.JazzyHelper.java

public class JazzyHelper implements AbsListView.OnScrollListener {

    public static final int STANDARD = 0;
    public static final int GROW = 1;
    public static final int CARDS = 2;
    public static final int CURL = 3;

From source file com.stvn.nscreen.my.MyDibListFragment.java

/**
 * Created by leejunghoon on 15. 10. 31..
 */

public class MyDibListFragment extends Fragment implements AbsListView.OnScrollListener {
    LayoutInflater mInflater;

From source file com.twotoasters.jazzylistview.JazzyHelper.java

public class JazzyHelper implements AbsListView.OnScrollListener {

    public static final int STANDARD = 0;
    public static final int GROW = 1;
    public static final int CARDS = 2;
    public static final int CURL = 3;

From source file org.mariotaku.twidere.fragment.AbsContentListViewFragment.java

/**
 * Created by mariotaku on 15/4/16.
 */
public abstract class AbsContentListViewFragment<A extends ListAdapter> extends BaseSupportFragment
        implements OnRefreshListener, RefreshScrollTopInterface, ControlBarOffsetListener, ContentListSupport,
        AbsListView.OnScrollListener {

From source file ua.org.gdg.devfest.iosched.ui.SocialStreamFragment.java

/**
 * A fragment that renders Google+ search results for a given query, provided as the
 * {@link SocialStreamFragment#EXTRA_QUERY} extra in the fragment arguments. If no
 * search query is provided, the conference hashtag is used as the default query.
 */
public class SocialStreamFragment extends ListFragment

From source file com.github.jobs.ui.fragment.JobListFragment.java

/**
 * @author cristian
 */
public class JobListFragment extends SherlockFragment implements LoaderManager.LoaderCallbacks<List<Job>>,
        AdapterView.OnItemClickListener, AbsListView.OnScrollListener {

From source file com.conferenceengineer.android.iosched.ui.SocialStreamFragment.java

/**
 * A fragment that renders Google+ search results for a given query, provided as the
 * {@link SocialStreamFragment#EXTRA_QUERY} extra in the fragment arguments. If no
 * search query is provided, the conference hashtag is used as the default query.
 */
public class SocialStreamFragment extends ListFragment

From source file com.naroran.onsport.fragment.CategorySelectionFragment.java

public class CategorySelectionFragment extends Fragment implements AbsListView.OnScrollListener,
        AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener {

    private static final int REQUEST_CATEGORY = 0x2300;
    private ListView listView;
    private NewsAdapter listAdapter;

From source file com.nextgis.maplibui.fragment.ReorderedLayerView.java

public class ReorderedLayerView extends ListView
        implements AdapterView.OnItemLongClickListener, AbsListView.OnScrollListener {
    protected final static int SMOOTH_SCROLL_AMOUNT_AT_EDGE = 15;
    protected final static int LINE_THICKNESS = 5;

    protected int mLastEventY = NOT_FOUND;