List of usage examples for android.widget FrameLayout subclass-usage
From source file com.obs.mobile_tablet.components.PagerContainer.java
/** * PagerContainer: A layout that displays a ViewPager with its children that are outside * the typical pager bounds. */ public class PagerContainer extends FrameLayout implements ViewPager.OnPageChangeListener {
From source file com.cdv.GalleryPager.PagerContainer.java
/** * PagerContainer: A layout that displays a ViewPager with its children that are outside * the typical pager bounds. */ public class PagerContainer extends FrameLayout implements ViewPager.OnPageChangeListener {
From source file cn.edu.zafu.easemob.CoverFlowLib.CoverFlowContainer.java
/** * PagerContainer: A layout that displays a ViewPager with its children that are outside * the typical pager bounds. */ public class CoverFlowContainer extends FrameLayout implements ViewPager.OnPageChangeListener {
From source file com.github.hongchae.coverflow.lib.CoverFlowContainer.java
/** * PagerContainer: A layout that displays a ViewPager with its children that are outside * the typical pager bounds. */ public class CoverFlowContainer extends FrameLayout implements ViewPager.OnPageChangeListener {
From source file com.berniesanders.fieldthebern.views.AppIntroView.java
public class AppIntroView extends FrameLayout {
@Bind(R.id.viewpager)
ViewPager viewPager;
@Bind(R.id.circleIndicator)
CircleIndicator circleIndicator;
From source file com.kyo.fitssystemwindows.FitsSystemWindowsFrameLayout.java
/** * Created by jianghui on 6/20/16. */ public class FitsSystemWindowsFrameLayout extends FrameLayout { private static final int DEFAULT_CHILD_GRAVITY = Gravity.TOP | Gravity.START; protected Object lastInsets;
From source file com.example.tt.pullrefresh.widget.SwipItemLayout.java
/** */ public class SwipItemLayout extends FrameLayout { private static final String TAG = "SwipItemLayout"; private static final String KEY_DEFAULT = "key_default"; private static final String KEY_EXPAND = "key_expand";
From source file adapters.PagerContainer.java
/** * PagerContainer: A layout that displays a ViewPager with its children that are outside * the typical pager bounds. */ @TargetApi(Build.VERSION_CODES.HONEYCOMB) public class PagerContainer extends FrameLayout implements ViewPager.OnPageChangeListener {
From source file android.view.SpringIndicator.java
/** * Created by chenupt@gmail.com on 2015/1/31. * Description : Tab layout container */ public class SpringIndicator extends FrameLayout {
From source file com.boc.lfj.httpdemo.powerrv.PowerRecyclerView.java
/** * Created by Joe on 2016-03-11. * Email lovejjfg@gmail.com */ public class PowerRecyclerView extends FrameLayout implements SwipeRefreshLayout.OnRefreshListener { private SwipeRefreshLayout mRefreshLayout;