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.commit451.elasticdragdismisslayout.ElasticDragDismissFrameLayout.java

/**
 * A {@link FrameLayout} which responds to nested scrolls to create drag-dismissable layouts.
 * Applies an elasticity factor to reduce movement as you approach the given dismiss distance.
 * Optionally also scales down content during drag.
 */
public class ElasticDragDismissFrameLayout extends FrameLayout implements NestedScrollingParent {

From source file com.example.madiba.venualpha.ui.ElasticDragDismissFrameLayout.java

/**
 * A {@link FrameLayout} which responds to nested scrolls to create drag-dismissable layouts.
 * Applies an elasticity factor to reduce movement as you approach the given dismiss distance.
 * Optionally also scales down content during drag.
 */
public class ElasticDragDismissFrameLayout extends FrameLayout implements NestedScrollingParent {

From source file android.support.v7.widget.TestedFrameLayout.java

public class TestedFrameLayout extends FrameLayout implements NestedScrollingParent {

    static final int TEST_NESTED_SCROLL_MODE_IGNORE = 0;
    static final int TEST_NESTED_SCROLL_MODE_CONSUME = 1;

    private int mNestedScrollMode;

From source file com.bluelinelabs.conductor.demo.widget.ElasticDragDismissFrameLayout.java

/**
 * A {@link FrameLayout} which responds to nested scrolls to create drag-dismissable layouts.
 * Applies an elasticity factor to reduce movement as you approach the given dismiss distance.
 * Optionally also scales down content during drag.
 */
public class ElasticDragDismissFrameLayout extends FrameLayout implements NestedScrollingParent {

From source file ti.modules.titanium.ui.widget.listview.TiNestedListView.java

/**
 * ListView which allows "NestedScrollingChild" views to be scrolled within this view
 * on a system older than API Level 21 (aka: Android 5.0).
 * <p>
 * Note that Android's "ListView" class already supports NestedScrollingParent and NestedScrollingChild
 * support on Android 5.0 and higher OS versions. This class is only needed for older OS versions.

From source file com.lovejjfg.blogdemo.ui.HeadViewFrameLayout.java

public class HeadViewFrameLayout extends FrameLayout implements NestedScrollingParent, NestedScrollingChild {
    private String TAG = HeadViewFrameLayout.class.getSimpleName();
    // configurable attribs

    // state
    private float totalDrag;

From source file com.llf.nestlayout.library.NestLayout.java

/**
 * Created by llf on 2015/7/8.
 */
public class NestLayout extends ViewGroup implements NestedScrollingParent {

    public interface OnSectionChangedListener {

From source file com.lovejjfg.blogdemo.ui.HeaderRefreshLayout.java

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

From source file com.lovejjfg.fragments.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 com.views.ttRefrash.HeaderRefreshLayout.java

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