List of usage examples for android.view ViewGroup subclass-usage
From source file com.hippo.ehviewer.widget.GalleryGuideView.java
public class GalleryGuideView extends ViewGroup implements View.OnClickListener { private int mBgColor; private Paint mPaint; private final float[] mPoints = new float[3 * 4]; private int mStep;
From source file com.arthurpitman.common.SlidingPanel.java
/** * A panel that can be pulled up to show additional content. * <p> * Implemented as a {@link ViewGroup} with exactly two children. */ public class SlidingPanel extends ViewGroup {
From source file com.example.accessibility.ListenerView.java
public class ListenerView extends ViewGroup { Path triangle = new Path(); Path path = new Path(); Paint paintBlack = new Paint(); Paint paintWhite = new Paint();
From source file com.example.ok.kom_argeopouchobj.camera.CameraSourcePreview.java
public class CameraSourcePreview extends ViewGroup { private static final String TAG = "CameraSourcePreview"; private Context mContext; private SurfaceView mSurfaceView; private boolean mStartRequested;
From source file com.example.zw.demolist.widget.BigBangLayout.java
/** * Created by baoyongzhang on 2016/10/19. */ public class BigBangLayout extends ViewGroup implements BigBangActionBar.ActionListener { private int mLineSpace;
From source file am.widget.tabstrip.TabStripViewGroup.java
/** * ? */ @SuppressWarnings("unused") @ViewPager.DecorView public abstract class TabStripViewGroup extends ViewGroup {
From source file com.actionbarsherlock.internal.nineoldandroids.view.NineViewGroup.java
public abstract class NineViewGroup extends ViewGroup { private final AnimatorProxy mProxy; public NineViewGroup(Context context) { super(context); mProxy = AnimatorProxy.NEEDS_PROXY ? AnimatorProxy.wrap(this) : null;
From source file cn.eoe.wiki.view.SliderLayer.java
/**
* Slider
* @author <a href="mailto:kris1987@qq.com">Kris.lee</a>
* @data 2012-8-5
* @version 1.0.0
*/
From source file com.grottworkshop.gwsdiscreteseekbar.Marker.java
/**
* {@link android.view.ViewGroup} to be used as the real indicator.
* <p>
* I've used this to be able to accommodate the TextView
* and the {@link MarkerDrawable}
* with the required positions and offsets
From source file com.github.shareme.gwsdiscreteseekbar.library.Marker.java
/**
* {@link ViewGroup} to be used as the real indicator.
* <p>
* I've used this to be able to accommodate the TextView
* and the {@link MarkerDrawable}
* with the required positions and offsets