List of usage examples for android.widget FrameLayout subclass-usage
From source file com.marc.marclibs.swipeback.SwipeBackLayout.java
public class SwipeBackLayout extends FrameLayout { /** * Minimum velocity that will be detected as a fling */ private static final int MIN_FLING_VELOCITY = 400; // dips per second
From source file com.lfq.pulltorefresh.library.sideslip.SwipeMenuLayout.java
/** * Created by Yan Zhenjie on 2016/7/27. */ public class SwipeMenuLayout extends FrameLayout implements SwipeSwitch { public static final int DEFAULT_SCROLLER_DURATION = 200;
From source file com.isanechek.beardycast.ui.widget.PullBackLayout.java
public class PullBackLayout extends FrameLayout { /** * Flag indicated pulling up is allowed * * @see #setDirection(int)
From source file com.example.vizax.with.util.swipeback.SwipeBackLayout.java
public class SwipeBackLayout extends FrameLayout { /** * Minimum velocity that will be detected as a fling */ private static final int MIN_FLING_VELOCITY = 400; // dips per second
From source file com.chrisbanes.view.CollapsingTitleLayout.java
public class CollapsingTitleLayout extends FrameLayout { // Pre-JB-MR2 doesn't support HW accelerated canvas scaled text so we will workaround it // by using our own texture private static final boolean USE_SCALING_TEXTURE = Build.VERSION.SDK_INT < 18;
From source file com.li.rr.base.activity.swipeback.SwipeBackLayout.java
public class SwipeBackLayout extends FrameLayout { /** * Minimum velocity that will be detected as a fling */ private static final int MIN_FLING_VELOCITY = 400; // dips per second
From source file com.learn.soft.product.widget.swipeback.SwipeBackLayout.java
public class SwipeBackLayout extends FrameLayout { /** * Minimum velocity that will be detected as a fling */ private static final int MIN_FLING_VELOCITY = 400; // dips per second
From source file com.hundsun.yr.mobile.lib.swipeback.SwipeBackLayout.java
public class SwipeBackLayout extends FrameLayout { /** * Minimum velocity that will be detected as a fling */ private static final int MIN_FLING_VELOCITY = 400; // dips per second
From source file com.qingyang.bannerlibrary.ui.swipeBackLayout.SwipeBackLayout.java
public class SwipeBackLayout extends FrameLayout { /** * Minimum velocity that will be detected as a fling */ private static final int MIN_FLING_VELOCITY = 400; // dips per second
From source file com.bobomee.android.recyclerviewhelper.fastscroll.FastScroller.java
/**
* Class taken from GitHub, customized and optimized for FlexibleAdapter project.
*
* @see <a href="https://github.com/AndroidDeveloperLB/LollipopContactsRecyclerViewFastScroller">
* github.com/AndroidDeveloperLB/LollipopContactsRecyclerViewFastScroller</a>
* @since Up to the date 23/01/2016