Example usage for android.support.v4.view NestedScrollingParent interface-usage

List of usage examples for android.support.v4.view NestedScrollingParent interface-usage

Introduction

In this page you can find the example usage for android.support.v4.view NestedScrollingParent interface-usage.

Usage

From source file com.example.tt.pullrefresh.widget.HeaderRefreshLayout.java

@SuppressWarnings("unused")
public class HeaderRefreshLayout extends FrameLayout
        implements NestedScrollingParent, NestedScrollingChild, TouchCircleView.OnLoadingListener {
    private static String TAG = "HeaderRefresh";
    // configurable attribs
    // state

From source file jiajun.threelevelistview.layout.FlingLayout.java

public class FlingLayout extends FrameLayout implements NestedScrollingChild, NestedScrollingParent {

    private NestedScrollingParentHelper mParentHelper;
    private NestedScrollingChildHelper mChildHelper;
    public final static int SCROLL_STATE_IDLE = 0;
    public final static int SCROLL_STATE_TOUCH_SCROLL = 1;

From source file study.com.s_sxl.carelib.pullRefreshView.layout.FlingLayout.java

public class FlingLayout extends FrameLayout implements NestedScrollingChild, NestedScrollingParent {

    private NestedScrollingParentHelper mParentHelper;
    private NestedScrollingChildHelper mChildHelper;
    public final static int SCROLL_STATE_IDLE = 0;
    public final static int SCROLL_STATE_TOUCH_SCROLL = 1;

From source file xyz.openhh.compat.widget.CompatSwipeRefreshLayout.java

/**
 * Created by HH .
 * see {@link android.support.v4.widget.SwipeRefreshLayout}
 */
public class CompatSwipeRefreshLayout extends ViewGroup implements NestedScrollingChild, NestedScrollingParent {

From source file com.leap.mini.widget.pullrefresh.base.layout.FlingLayout.java

public class FlingLayout extends FrameLayout implements NestedScrollingChild, NestedScrollingParent {

    private NestedScrollingParentHelper mParentHelper;
    private NestedScrollingChildHelper mChildHelper;
    public final static int SCROLL_STATE_IDLE = 0;
    public final static int SCROLL_STATE_TOUCH_SCROLL = 1;

From source file com.ybao.pullrefreshview.layout.FlingLayout.java

public class FlingLayout extends FrameLayout implements NestedScrollingChild, NestedScrollingParent {

    private NestedScrollingParentHelper mParentHelper;
    private NestedScrollingChildHelper mChildHelper;
    public final static int SCROLL_STATE_IDLE = 0;
    public final static int SCROLL_STATE_TOUCH_SCROLL = 1;

From source file com.cocarechina.pullrefreshview.layout.FlingLayout.java

public class FlingLayout extends FrameLayout implements NestedScrollingChild, NestedScrollingParent {

    private NestedScrollingParentHelper mParentHelper;
    private NestedScrollingChildHelper mChildHelper;
    public final static int SCROLL_STATE_IDLE = 0;
    public final static int SCROLL_STATE_TOUCH_SCROLL = 1;

From source file com.nao20010128nao.RSRL.SwipeRefreshLayout.java

/**
 * The SwipeRefreshLayout should be used whenever the user can refresh the
 * contents of a view via a vertical swipe gesture. The activity that
 * instantiates this view should add an OnRefreshListener to be notified
 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
 * will notify the listener each and every time the gesture is completed again;

From source file com.lovejjfg.powerrefresh.PowerRefreshLayout.java

@SuppressWarnings("unused")
public class PowerRefreshLayout extends ViewGroup implements NestedScrollingParent, NestedScrollingChild {
    private static final String TAG = PowerRefreshLayout.class.getSimpleName();
    private static final int STATE_DEFAULT = -1;
    private static final int STATE_REFRESH = 11;
    private static final int STATE_LOADMORE = 12;

From source file com.gu.swiperefresh.SwipeRefreshPlush.java

/**
 * Created by gu on 2016/11/13.
 *  SwipeRefreshLayout 
 * ??view ? AbsListView ?NestedScrollingChild
 * ?view  NestedScrollingChild ?view  AbsListView?sdk21 ???view requestDisallowInterceptTouchEvent 
 * targetview ???? ??