List of usage examples for android.view ViewGroup subclass-usage
From source file com.facebook.react.views.scroll.ReactHorizontalScrollContainerView.java
/** Container of Horizontal scrollViews that supports RTL scrolling. */ public class ReactHorizontalScrollContainerView extends ViewGroup { private int mLayoutDirection; private int mCurrentWidth;
From source file com.baoyz.bigbang.BigBangActionBar.java
/** * Created by baoyongzhang on 2016/10/20. */ class BigBangActionBar extends ViewGroup implements View.OnClickListener { ImageView mSearch;
From source file com.baoyz.bigbang.core.BigBangActionBar.java
/** * Created by baoyongzhang on 2016/10/20. */ class BigBangActionBar extends ViewGroup implements View.OnClickListener { ImageView mSearch;
From source file com.asc_ii.bangnote.bigbang.BigBangActionBar.java
/** * Created by baoyongzhang on 2016/10/20. */ class BigBangActionBar extends ViewGroup implements View.OnClickListener { ImageView mSearch;
From source file com.example.zw.demolist.widget.BigBangActionBar.java
/** * Created by baoyongzhang on 2016/10/20. */ class BigBangActionBar extends ViewGroup implements View.OnClickListener { ImageView mSearch;
From source file com.android.calculator2.CalculatorPadLayout.java
/** * A layout that places children in an evenly distributed grid based on the specified * {@link android.R.attr#columnCount} and {@link android.R.attr#rowCount} attributes. */ public class CalculatorPadLayout extends ViewGroup {
From source file com.example.gaurav.calculator.CalculatorPadLayout.java
/** * A layout that places children in an evenly distributed grid based on the specified * {@link android.R.attr#columnCount} and {@link android.R.attr#rowCount} attributes. */ public class CalculatorPadLayout extends ViewGroup {
From source file android.support.design.internal.BaselineLayout.java
/**
* A simple ViewGroup that aligns all the views inside on a baseline. Note: bottom padding for this
* view will be measured starting from the baseline.
*
* @hide
*/
From source file cn.ieclipse.af.view.ScrollLayout.java
/**
* LauncherWorkSapce????
*
* @author jamling, Yao.GUET blog: http://blog.csdn.net/Yao_GUET date:
* 2011-05-04
*
From source file com.enib.anthony.snappercentpicture.CameraSourcePreview.java
public class CameraSourcePreview extends ViewGroup { private static final String TAG = "CameraSourcePreview"; private Context mContext; private SurfaceView mSurfaceView; private boolean mStartRequested;