List of usage examples for android.widget FrameLayout subclass-usage
From source file com.adhere.view.swipe.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.jude.easyrecyclerview.swipe.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.example.mylibrary.widget.swipe.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.example.administrator.mytest.easyRecycleView.swipe.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.mattfred.betterpickers.radialtimepicker.RadialPickerLayout.java
public class RadialPickerLayout extends FrameLayout implements OnTouchListener { private static final String TAG = "RadialPickerLayout"; private final int TOUCH_SLOP; private final int TAP_TIMEOUT;
From source file com.doomonafireball.betterpickers.radialtimepicker.RadialPickerLayout.java
public class RadialPickerLayout extends FrameLayout implements OnTouchListener { private static final String TAG = "RadialPickerLayout"; private final int TOUCH_SLOP; private final int TAP_TIMEOUT;
From source file com.codetroopers.betterpickers.radialtimepicker.RadialPickerLayout.java
public class RadialPickerLayout extends FrameLayout implements OnTouchListener { private static final String TAG = "RadialPickerLayout"; private final int TOUCH_SLOP; private final int TAP_TIMEOUT;
From source file com.a.mirko.android.datetimepicker.time.RadialPickerLayout.java
public class RadialPickerLayout extends FrameLayout implements OnTouchListener { private static final String TAG = "RadialPickerLayout"; private final int TOUCH_SLOP; private final int TAP_TIMEOUT;
From source file com.atomjack.vcfp.VideoControllerView.java
/**
* A view containing controls for a MediaPlayer. Typically contains the
* buttons like "Play/Pause", "Rewind", "Fast Forward" and a progress
* slider. It takes care of synchronizing the controls with the state
* of the MediaPlayer.
* <p>
From source file com.kaplandroid.colorbook.SlidingLayer.java
/** * * @author KAPLANDROID - Omer Faruk KAPLAN - omer@omerkaplan.com * */ public class SlidingLayer extends FrameLayout {