List of usage examples for android.widget FrameLayout subclass-usage
From source file com.grottworkshop.gwsmaterialviewpagerreg.MaterialViewPager.java
/**
*
* <p/>
* The main class of MaterialViewPager
* To use in an xml layout with attributes viewpager_*
* <p/>
From source file com.lovejjfg.blogdemo.ui.BottomSheet.java
/**
* A {@link FrameLayout} whose content can be dragged downward to be dismissed (either directly or
* via a nested scrolling child). It must contain a single child view and exposes {@link Callbacks}
* to respond to it's movement & dismissal.
* <p/>
* Only implements the modal bottom sheet behavior from the material spec, not the persistent
From source file com.github.ppamorim.cult.CultView.java
/**
* This is the main class of the library
* here is inflated some views and added
* some params to it. After is added a
* isntance os CultHelperCallback to
* provide a drag possibility to CultView
From source file com.ouyangzn.view.DragLayout.java
/** * Created by ouyangzn on 2016/10/12.<br/> * Description?view??/layout */ public class DragLayout extends FrameLayout {
From source file com.hks360.library.mtech.swipe.SwipeMenuLayout.java
public class SwipeMenuLayout extends FrameLayout implements SwipeSwitch { public static final int DEFAULT_SCROLLER_DURATION = 200; private int mLeftViewId = 0; private int mContentViewId = 0;
From source file com.auth0.android.lock.views.ActionButton.java
public class ActionButton extends FrameLayout { private static final String TAG = ActionButton.class.getSimpleName(); private ProgressBar progress; private ImageView icon; private LinearLayout labeledLayout;
From source file com.example.xyzreader.ui.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.freegeek.android.materialbanner.MaterialBanner.java
/** * Created by leon on 2016/9/20. * Email:rtugeek@gmail.com */ public class MaterialBanner<T> extends FrameLayout { private MaterialViewPager mViewPager;
From source file com.example.administrator.myapplication.recycler_swipe.swpie.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.android.yzd.swipebacklibrary.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