List of usage examples for android.widget FrameLayout subclass-usage
From source file com.pierfrancescosoffritti.androidcolorpicker.ColorPickerSwatch.java
/** * Creates a circular swatch of a specified color. Adds a checkmark if marked as checked. */ public class ColorPickerSwatch extends FrameLayout implements View.OnClickListener { private int mColor; private ImageView mSwatchImage;
From source file com.savvisingh.colorpickerdialog.ColorPickerSwatch.java
/** * Creates a circular swatch of a specified color. Adds a checkmark if marked as checked. */ public class ColorPickerSwatch extends FrameLayout implements View.OnClickListener { private int mColor; private ImageView mSwatchImage;
From source file com.laynemobile.android.widget.AndroidDrawer.java
public class AndroidDrawer extends FrameLayout { private int widthMargin; private int maxWidth; public AndroidDrawer(Context context) { super(context);
From source file com.efunds.moa.component.customview.process.BackgroundLayout.java
public class BackgroundLayout extends FrameLayout { private float mCornerRadius; private Paint mPaint; private RectF mRect;
From source file com.dgmltn.ranger.demo.colorpicker.ColorPickerSwatch.java
/** * Creates a circular swatch of a specified color. Adds a checkmark if marked as checked. */ public class ColorPickerSwatch extends FrameLayout implements View.OnClickListener { private int mColor;
From source file com.appyvet.rangebarsample.colorpicker.ColorPickerSwatch.java
/** * Creates a circular swatch of a specified color. Adds a checkmark if marked as checked. */ public class ColorPickerSwatch extends FrameLayout implements View.OnClickListener { private int mColor;
From source file com.commit451.elasticdragdismisslayout.ElasticDragDismissFrameLayout.java
/** * A {@link FrameLayout} which responds to nested scrolls to create drag-dismissable layouts. * Applies an elasticity factor to reduce movement as you approach the given dismiss distance. * Optionally also scales down content during drag. */ public class ElasticDragDismissFrameLayout extends FrameLayout implements NestedScrollingParent {
From source file com.penguin.padang.pasir.nyaripasar.view.infrastructure.ColorPickerSwatch.java
/** * Creates a circular swatch of a specified color. Adds a checkmark if marked as checked. */ public class ColorPickerSwatch extends FrameLayout implements View.OnClickListener { private int mColor;
From source file com.android.argb.edhlc.colorpicker.ColorPickerSwatch.java
/** * Creates a circular swatch of a specified color. Adds a checkmark if marked as checked. */ @SuppressLint("ViewConstructor") public class ColorPickerSwatch extends FrameLayout implements View.OnClickListener { private int mColor;
From source file com.example.madiba.venualpha.ui.ElasticDragDismissFrameLayout.java
/** * A {@link FrameLayout} which responds to nested scrolls to create drag-dismissable layouts. * Applies an elasticity factor to reduce movement as you approach the given dismiss distance. * Optionally also scales down content during drag. */ public class ElasticDragDismissFrameLayout extends FrameLayout implements NestedScrollingParent {