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

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

Introduction

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

Usage

From source file android.support.v7.widget.test.NestedScrollingParent2Adapter.java

public class NestedScrollingParent2Adapter implements NestedScrollingParent2 {

    @Override
    public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, @ViewCompat.ScrollAxis int axes,
            @ViewCompat.NestedScrollType int type) {
        return false;