List of usage examples for android.view ViewGroup subclass-usage
From source file bhav.swipeaction.SwipeAction.java
/** * Swipe Down for action. */ public class SwipeAction extends ViewGroup implements NestedScrollingParent, NestedScrollingChild { private static final String TAG = SwipeAction.class.getSimpleName();
From source file com.example.dell.mysweap.SwipeRevealLayout.java
@SuppressWarnings("deprecation") @SuppressLint("RtlHardcoded") public class SwipeRevealLayout extends ViewGroup { // These states are used only for ViewBindHelper protected static final int STATE_CLOSE = 0; protected static final int STATE_CLOSING = 1;
From source file com.android.mail.browse.ConversationContainer.java
/**
* A specialized ViewGroup container for conversation view. It is designed to contain a single
* {@link WebView} and a number of overlay views that draw on top of the WebView. In the Mail app,
* the WebView contains all HTML message bodies in a conversation, and the overlay views are the
* subject view, message headers, and attachment views. The WebView does all scroll handling, and
* this container manages scrolling of the overlay views so that they move in tandem.
From source file com.chauthai.swipereveallayout.SwipeRevealLayout.java
@SuppressLint("RtlHardcoded") public class SwipeRevealLayout extends ViewGroup { // These states are used only for ViewBindHelper protected static final int STATE_CLOSE = 0; protected static final int STATE_CLOSING = 1; protected static final int STATE_OPEN = 2;
From source file com.dmplayer.slidinguppanelhelper.SlidingUpPanelLayout.java
public class SlidingUpPanelLayout extends ViewGroup { private static final String TAG = SlidingUpPanelLayout.class.getSimpleName(); /** * Default peeking out panel height
From source file com.example.gitnb.widget.SwipeRefreshLayout.java
/**
* The SwipeRefreshLayout should be used whenever the user can refresh the
* contents of a view via a vertical swipe gesture. The activity that
* instantiates this view should add an OnRefreshListener to be notified
* whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
* will notify the listener each and every time the gesture is completed again;
From source file com.aswifter.material.widget.PullToRefreshLayout.java
/**
* The PullToRefreshLayout should be used whenever the user can refresh the
* contents of a view via a vertical swipe gesture. The activity that
* instantiates this view should add an OnRefreshListener to be notified
* whenever the swipe to refresh gesture is completed. The PullToRefreshLayout
* will notify the listener each and every time the gesture is completed again;
From source file co.codecrunch.musicplayerlite.slidinguppanelhelper.SlidingUpPanelLayout.java
public class SlidingUpPanelLayout extends ViewGroup { private static final String TAG = SlidingUpPanelLayout.class.getSimpleName(); /** * Default peeking out panel height
From source file cn.edu.bit.bookstore.bookstore_android.widget.PullToRefreshLayout.java
/**
* The PullToRefreshLayout should be used whenever the user can refresh the
* contents of a view via a vertical swipe gesture. The activity that
* instantiates this view should add an OnRefreshListener to be notified
* whenever the swipe to refresh gesture is completed. The PullToRefreshLayout
* will notify the listener each and every time the gesture is completed again;
From source file com.example.chenlij.materialdesignpractice.widget.PullToRefreshLayout.java
/**
* The PullToRefreshLayout should be used whenever the user can refresh the
* contents of a view via a vertical swipe gesture. The activity that
* instantiates this view should add an OnRefreshListener to be notified
* whenever the swipe to refresh gesture is completed. The PullToRefreshLayout
* will notify the listener each and every time the gesture is completed again;