HomeSort by relevance Sort by last modified time
    Searched defs:SwipeRefreshLayout (Results 1 - 6 of 6) sorted by null

  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
SwipeRefreshLayout.java 23 * An extension of {@link android.support.v4.widget.SwipeRefreshLayout} that calls
26 public class SwipeRefreshLayout extends android.support.v4.widget.SwipeRefreshLayout {
27 public SwipeRefreshLayout(Context context) {
32 public SwipeRefreshLayout(Context context, AttributeSet attrs) {
  /frameworks/support/core-ui/java/android/support/v4/widget/
SwipeRefreshLayout.java 46 * The SwipeRefreshLayout should be used whenever the user can refresh the
49 * whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
61 * width and the height supplied in this layout. The SwipeRefreshLayout does not
66 public class SwipeRefreshLayout extends ViewGroup implements NestedScrollingParent,
78 private static final String LOG_TAG = SwipeRefreshLayout.class.getSimpleName();
315 * Simple constructor to use when creating a SwipeRefreshLayout from code.
319 public SwipeRefreshLayout(Context context) {
324 * Constructor that is called when inflating SwipeRefreshLayout from XML.
329 public SwipeRefreshLayout(Context context, AttributeSet attrs) {
667 * Set a callback to override {@link SwipeRefreshLayout#canChildScrollUp()} method. Non-nul
    [all...]
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 

Completed in 439 milliseconds