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

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

Introduction

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

Usage

From source file com.ewintory.footballscores.ui.widget.AnimatorStateView.java

/**
 * @attr ref android.R.styleable#AnimatorStateView_messageText
 * @attr ref android.R.styleable#AnimatorStateView_messageImage
 */
public final class AnimatorStateView extends LinearLayout implements NestedScrollingChild {

From source file me.wizos.loread.view.webview.NestedScrollWebView.java

/**
 * ?CoordinatorLayout?Toolbar?webview
 *
 * @author LeonDevLifeLog
 * @since 4.0.0
 */

From source file me.ccrama.redditslide.Views.NestedWebView.java

public class NestedWebView extends WebView implements NestedScrollingChild {
    private int mLastY;
    private final int[] mScrollOffset = new int[2];
    private final int[] mScrollConsumed = new int[2];
    private int mNestedOffsetY;
    private NestedScrollingChildHelper mChildHelper;

From source file akhil.alltrans.NestedScrollingMarkDownView.java

public class NestedScrollingMarkDownView extends WebView implements NestedScrollingChild {

    private final int[] mScrollOffset = new int[2];
    private final int[] mScrollConsumed = new int[2];
    private int mLastMotionY;
    private int mNestedYOffset;

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.baoyz.bigbang.BigBangLayout.java

/**
 * Created by baoyongzhang on 2016/10/19.
 */
public class BigBangLayout extends ViewGroup implements BigBangActionBar.ActionListener, NestedScrollingChild {

    private int mLineSpace;

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.baoyz.bigbang.core.BigBangLayout.java

/**
 * Created by baoyongzhang on 2016/10/19.
 */
public class BigBangLayout extends ViewGroup implements BigBangActionBar.ActionListener, NestedScrollingChild {

    private int mLineSpace;

From source file com.asc_ii.bangnote.bigbang.BigBangLayout.java

/**
 * Created by baoyongzhang on 2016/10/19.
 */
public class BigBangLayout extends ViewGroup implements BigBangActionBar.ActionListener, NestedScrollingChild {

    private int mLineSpace;