Example usage for android.widget LinearLayout subclass-usage

List of usage examples for android.widget LinearLayout subclass-usage

Introduction

In this page you can find the example usage for android.widget LinearLayout subclass-usage.

Usage

From source file com.samsistemas.calendarview.widget.CalendarView.java

/***
 * Custom CalendarView class.
 *
 * @author jonatan.salas
 */
public class CalendarView extends LinearLayout {

From source file com.roughike.bottombar.BottomBar.java

public class BottomBar extends LinearLayout implements View.OnClickListener, View.OnLongClickListener {
    private static final String STATE_CURRENT_SELECTED_TAB = "STATE_CURRENT_SELECTED_TAB";
    private static final float DEFAULT_INACTIVE_SHIFTING_TAB_ALPHA = 0.6f;
    // Behaviors
    private static final int BEHAVIOR_NONE = 0;
    private static final int BEHAVIOR_SHIFTING = 1;

From source file co.ceryle.segmentedbutton.SegmentedButtonGroup.java

public class SegmentedButtonGroup extends LinearLayout {

    public SegmentedButtonGroup(Context context) {
        super(context);
        init(null);
    }

From source file com.forrestguice.suntimeswidget.LocationConfigView.java

public class LocationConfigView extends LinearLayout {
    public static final String KEY_DIALOGMODE = "dialogmode";
    public static final String KEY_LOCATION_MODE = "locationMode";
    public static final String KEY_LOCATION_LATITUDE = "locationLatitude";
    public static final String KEY_LOCATION_LONGITUDE = "locationLongitude";
    public static final String KEY_LOCATION_LABEL = "locationLabel";

From source file com.auth0.android.lock.views.ValidatedInputView.java

public class ValidatedInputView extends LinearLayout {

    public static final String USERNAME_REGEX = "^[a-zA-Z0-9_]+$";
    public static final String PHONE_NUMBER_REGEX = "^[0-9]{6,14}$";
    public static final String CODE_REGEX = "^[0-9]{4,12}$";
    public static final String EMAIL_REGEX = Patterns.EMAIL_ADDRESS.pattern();

From source file com.bang.launcher3.Folder.java

/**
 * Represents a set of icons chosen by the user or generated by the system.
 */
public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener,
        DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener {
    private static final String TAG = "Launcher.Folder";

From source file com.kogitune.launcher3.Folder.java

/**
 * Represents a set of icons chosen by the user or generated by the system.
 */
public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener,
        DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener {
    private static final String TAG = "Launcher.Folder";

From source file com.lesikapk.opengelplus.Folder.java

/**
 * Represents a set of icons chosen by the user or generated by the system.
 */
public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener,
        DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener {
    private static final String TAG = "Launcher.Folder";

From source file com.example.launcher3.Folder.java

/**
 * Represents a set of icons chosen by the user or generated by the system.
 */
public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener,
        DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener {
    private static final String TAG = "Launcher.Folder";

From source file org.chromium.chrome.browser.payments.ui.PaymentRequestSection.java

/**
 * Represents a single section in the {@link PaymentRequestUI} that flips between multiple states.
 *
 * The row is broken up into three major, vertically-centered sections:
 * .............................................................................................
 * . TITLE                                                          |                | CHEVRON .