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.android.deskclock.timer.TimerSetupView.java

public class TimerSetupView extends LinearLayout implements Button.OnClickListener, Button.OnLongClickListener {

    private final Button[] mNumbers = new Button[10];
    private final int[] mInput = { 0, 0, 0, 0, 0, 0 };
    private int mInputPointer = -1;
    private ImageButton mDelete;

From source file org.ado.minesync.gui.widget.WorldListView.java

/**
 * Class description here.
 *
 * @author andoni
 * @since 1.2.0
 */

From source file org.openlmis.core.view.widget.MMIAInfoList.java

public class MMIAInfoList extends LinearLayout {
    private Context context;
    EditText totalPatientsView = null;
    private List<EditText> editTexts = new ArrayList<>();
    private BaseInfoItem totalPatientsItem;
    private LayoutInflater layoutInflater;

From source file com.google.cloud.solutions.griddler.android.ui.game.BoardView.java

/**
 * The purpose of this class is to support functionality for drawing the main game board view
 */
public class BoardView extends LinearLayout implements IGameView {
    IGameManager gameManager;
    LinearLayout[] rows;

From source file com.pax.view.MenuPage.java

/**
 * ??
 *
 * @author Steven.W
 */
public class MenuPage extends LinearLayout {

From source file com.example.jit.home.SlidingTabStrip.java

class SlidingTabStrip extends LinearLayout {

    private static final int DEFAULT_BOTTOM_BORDER_THICKNESS_DIPS = 0;
    private static final byte DEFAULT_BOTTOM_BORDER_COLOR_ALPHA = 0x26;
    private static final int SELECTED_INDICATOR_THICKNESS_DIPS = 3;
    private static final int DEFAULT_SELECTED_INDICATOR_COLOR = 0xFF33B5E5;

From source file com.google.cloud.solutions.griddler.android.ui.game.LetterView.java

/**
 * The purpose of this class is to support the main board layout for a single letter
 */
@SuppressLint("DefaultLocale")
public class LetterView extends LinearLayout implements OnTouchListener {

From source file org.lib.ExpandableLinearLayout.java

/**
 * from https://github.com/cachapa/ExpandableLayout/blob/master/lib/src/main/java/net/cachapa/expandablelayout/ExpandableLinearLayout.java
 */
public class ExpandableLinearLayout extends LinearLayout {

    public static final String KEY_SUPER_STATE = "super_state";

From source file com.yahala.ui.Views.EmojiViewExtra.java

public class EmojiViewExtra extends LinearLayout {
    private ArrayList<EmojiGridAdapter> adapters = new ArrayList<EmojiGridAdapter>();

    private EmojiPagerAdapter emojiPagerAdapter;
    private int[] icons = { R.drawable.ic_emoji_recent, R.drawable.ic_emoji_smile, R.drawable.ic_emoji_smile,
            R.drawable.ic_emoji_smile, R.drawable.ic_emoji_smile, R.drawable.ic_emoji_symbol,

From source file com.hadis.mylunbo.carrousel.CircleIndicator.java

public class CircleIndicator extends LinearLayout {

    private final static int DEFAULT_INDICATOR_WIDTH = 5;
    private final static String TAG = "CircleIndicator";
    private ViewPager mViewpager;
    private int mIndicatorMargin = -1;