Searched defs:SwipeRefreshLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DSwipeRefreshLayout.java50 * The SwipeRefreshLayout should be used whenever the user can refresh the
53 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
65 * width and the height supplied in this layout. The SwipeRefreshLayout does not
70 public class SwipeRefreshLayout extends ViewGroup implements NestedScrollingParent, class in inherits:ViewGroup,NestedScrollingParent,NestedScrollingChild
84 private static final String LOG_TAG = SwipeRefreshLayout.class.getSimpleName();
335 * Simple constructor to use when creating a SwipeRefreshLayout from code.
339 public SwipeRefreshLayout(@NonNull Context context) { method in class:SwipeRefreshLayout
344 * Constructor that is called when inflating SwipeRefreshLayout from XML.
349 public SwipeRefreshLayout(@NonNull Context context, @Nullable AttributeSet attrs) { method in class:SwipeRefreshLayout
682 * Set a callback to override {@link SwipeRefreshLayout#canChildScrollU
[all...]

Completed in 38 milliseconds