Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexjlockwood/adp-nested-scrolling
/ types & classes
Types & classes
7 in github.com/alexjlockwood/adp-nested-scrolling
⨍
Functions
36
◇
Types & classes
7
Class
CustomBehavior
A custom {@link Behavior} used to block touch events that do not originate on top of the {@link MainActivity}'s card view or FAB. It also is used to a
app/src/main/java/alexjlockwood/nestedscrolling/CustomBehavior.java:20
Class
CustomNestedScrollView2
A custom {@link NestedScrollView} that customizes the sample app's nested scrolling behavior.
app/src/main/java/alexjlockwood/nestedscrolling/CustomNestedScrollView2.java:15
Class
LoremIpsumAdapter
A dummy {@link RecyclerView.Adapter} that displays a list of placeholder list items to the user.
app/src/main/java/alexjlockwood/nestedscrolling/LoremIpsumAdapter.java:13
Class
MainActivity
The sample app's main activity.
app/src/main/java/alexjlockwood/nestedscrolling/MainActivity.java:26
Class
MaxHeightRecyclerView
A {@link RecyclerView} with an optional maximum height.
app/src/main/java/alexjlockwood/nestedscrolling/MaxHeightRecyclerView.java:11
Class
NestedScrollView2
A {@link NestedScrollView} that implements the {@link NestedScrollingParent2} interface.
app/src/main/java/alexjlockwood/nestedscrolling/NestedScrollView2.java:16
Class
ViewGroupUtils
A simple utility class copied from the design support library source code (see j.mp/ViewGroupUtils).
app/src/main/java/alexjlockwood/nestedscrolling/ViewGroupUtils.java:14