MCPcopy Create free account

hub / github.com/alexjlockwood/adp-nested-scrolling / functions

Functions36 in github.com/alexjlockwood/adp-nested-scrolling

↓ 3 callersMethodisTouchInChildBounds
( ViewGroup parent, View child, MotionEvent ev)
app/src/main/java/alexjlockwood/nestedscrolling/CustomBehavior.java:109
↓ 2 callersMethodshowOrHideView
(View view, boolean shouldShow)
app/src/main/java/alexjlockwood/nestedscrolling/MainActivity.java:88
↓ 1 callersMethodgetDescendantRect
Retrieve the transformed bounding rect of an arbitrary descendant view. This does not need to be a direct child. @param descendant descendant view to
app/src/main/java/alexjlockwood/nestedscrolling/ViewGroupUtils.java:41
↓ 1 callersMethodisNsvScrolledToBottom
Returns true iff the {@link NestedScrollView} is scrolled to the bottom of its content (i.e. the card is completely expanded).
app/src/main/java/alexjlockwood/nestedscrolling/CustomNestedScrollView2.java:41
↓ 1 callersMethodisPointInChildBounds
Check if a given point in the parent's coordinates are within the view bounds of the given direct child view. @param child child view to test @param
app/src/main/java/alexjlockwood/nestedscrolling/ViewGroupUtils.java:29
↓ 1 callersMethodisRvScrolledToTop
Returns true iff the {@link RecyclerView} is scrolled to the top of its content (i.e. its first item is completely visible).
app/src/main/java/alexjlockwood/nestedscrolling/CustomNestedScrollView2.java:49
↓ 1 callersMethodoffsetDescendantMatrix
(ViewParent target, View view, Matrix m)
app/src/main/java/alexjlockwood/nestedscrolling/ViewGroupUtils.java:67
↓ 1 callersMethodoffsetDescendantRect
This is a port of the common {@link ViewGroup#offsetDescendantRectToMyCoords(View, Rect)} from the framework, but adapted to take transformations into
app/src/main/java/alexjlockwood/nestedscrolling/ViewGroupUtils.java:55
↓ 1 callersMethodsetMaxHeight
Sets the maximum height for this recycler view.
app/src/main/java/alexjlockwood/nestedscrolling/MaxHeightRecyclerView.java:31
↓ 1 callersMethodsetPaddingBottom
(View v, int bottom)
app/src/main/java/alexjlockwood/nestedscrolling/CustomBehavior.java:91
↓ 1 callersMethodsetPaddingTop
(View v, int top)
app/src/main/java/alexjlockwood/nestedscrolling/CustomBehavior.java:85
↓ 1 callersMethodsetTopMargin
(View v, int topMargin)
app/src/main/java/alexjlockwood/nestedscrolling/CustomBehavior.java:77
MethodCustomBehavior
(Context context, AttributeSet attrs)
app/src/main/java/alexjlockwood/nestedscrolling/CustomBehavior.java:22
MethodCustomNestedScrollView2
(Context context, AttributeSet attrs)
app/src/main/java/alexjlockwood/nestedscrolling/CustomNestedScrollView2.java:17
MethodLoremIpsumAdapter
(Context context)
app/src/main/java/alexjlockwood/nestedscrolling/LoremIpsumAdapter.java:18
MethodMaxHeightRecyclerView
(Context context, AttributeSet attrs)
app/src/main/java/alexjlockwood/nestedscrolling/MaxHeightRecyclerView.java:14
MethodNestedScrollView2
(Context context, AttributeSet attrs)
app/src/main/java/alexjlockwood/nestedscrolling/NestedScrollView2.java:19
MethodViewGroupUtils
()
app/src/main/java/alexjlockwood/nestedscrolling/ViewGroupUtils.java:80
MethodgetItemCount
()
app/src/main/java/alexjlockwood/nestedscrolling/LoremIpsumAdapter.java:32
MethodgetNestedScrollAxes
()
app/src/main/java/alexjlockwood/nestedscrolling/NestedScrollView2.java:94
MethodlayoutDependsOn
( CoordinatorLayout parent, NestedScrollView child, View dependency)
app/src/main/java/alexjlockwood/nestedscrolling/CustomBehavior.java:26
MethodonBindViewHolder
(ViewHolder holder, int position)
app/src/main/java/alexjlockwood/nestedscrolling/LoremIpsumAdapter.java:28
MethodonCreate
(Bundle savedInstanceState)
app/src/main/java/alexjlockwood/nestedscrolling/MainActivity.java:32
MethodonCreateViewHolder
(ViewGroup parent, int viewType)
app/src/main/java/alexjlockwood/nestedscrolling/LoremIpsumAdapter.java:22
MethodonInterceptTouchEvent
( CoordinatorLayout parent, NestedScrollView child, MotionEvent ev)
app/src/main/java/alexjlockwood/nestedscrolling/CustomBehavior.java:97
MethodonLayoutChild
( CoordinatorLayout parent, NestedScrollView child, int layoutDirection)
app/src/main/java/alexjlockwood/nestedscrolling/CustomBehavior.java:35
MethodonMeasure
(int widthSpec, int heightSpec)
app/src/main/java/alexjlockwood/nestedscrolling/MaxHeightRecyclerView.java:18
MethodonNestedPreScroll
(@NonNull View target, int dx, int dy, @NonNull int[] consumed, int type)
app/src/main/java/alexjlockwood/nestedscrolling/CustomNestedScrollView2.java:21
MethodonNestedPreScroll
( @NonNull View target, int dx, int dy, @Nullable int[] consumed, int type)
app/src/main/java/alexjlockwood/nestedscrolling/NestedScrollView2.java:39
MethodonNestedScroll
( @NonNull View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int type)
app/src/main/java/alexjlockwood/nestedscrolling/NestedScrollView2.java:45
MethodonNestedScrollAccepted
( @NonNull View child, @NonNull View target, int axes, int type)
app/src/main/java/alexjlockwood/nestedscrolling/NestedScrollView2.java:32
MethodonOptionsItemSelected
(MenuItem item)
app/src/main/java/alexjlockwood/nestedscrolling/MainActivity.java:94
MethodonScrollChange
( NestedScrollView nsv, int scrollX, int scrollY, int oldScrollX, int oldScrollY)
app/src/main/java/alexjlockwood/nestedscrolling/MainActivity.java:74
MethodonScrolled
(RecyclerView rv, int dx, int dy)
app/src/main/java/alexjlockwood/nestedscrolling/MainActivity.java:54
MethodonStartNestedScroll
( @NonNull View child, @NonNull View target, int axes, int type)
app/src/main/java/alexjlockwood/nestedscrolling/NestedScrollView2.java:26
MethodonStopNestedScroll
(@NonNull View target, int type)
app/src/main/java/alexjlockwood/nestedscrolling/NestedScrollView2.java:55