Example usage for android.view ViewGroup subclass-usage

List of usage examples for android.view ViewGroup subclass-usage

Introduction

In this page you can find the example usage for android.view ViewGroup subclass-usage.

Usage

From source file android.theporouscity.com.flagging.SwipeRefreshLayoutBottom.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 anabolicandroids.chanobol.util.swipebottom.SwipeRefreshLayoutBottom.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.example.sslab.samplegroupapplication.widget.SwipeRefreshLayoutBottom.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 br.com.leoleal.swipetorefresh.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.hengye.swiperefresh.SwipeRefreshCustomLayout.java

/**
 * ??view?SwipeRefreshLayout
 * view(SwipeRefreshLayout)activityOnRefreshListener
 * ??SwipeRefreshLayoutlistener?
 * ??listenerlistener?
 * setRefreshing(false)???activity

From source file com.gu.swiperefresh.SwipeRefreshPlush.java

/**
 * Created by gu on 2016/11/13.
 *  SwipeRefreshLayout 
 * ??view ? AbsListView ?NestedScrollingChild
 * ?view  NestedScrollingChild ?view  AbsListView?sdk21 ???view requestDisallowInterceptTouchEvent 
 * targetview ???? ??

From source file com.aincc.libtest.activity.flip.FlipViewGroup.java

/**
 * 
 * <h3><b>FlipViewGroup</b></h3></br>
 * 
 *  ?? ?   ?
 * <p>

From source file com.dkt.lib.refreshlayout.SwipyRefreshLayout.java

public class SwipyRefreshLayout extends ViewGroup {
    private static final float MAX_SWIPE_DISTANCE_FACTOR = .2f;
    private static final int REFRESH_TRIGGER_DISTANCE = 30;

    // Maps to ProgressBar.Large style
    public static final int LARGE = MaterialProgressDrawable.LARGE;

From source file com.example.parking.refresh.RefreshLayout.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.hp.hoopeasy.widget.swipeRefresh.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;