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.jaydenxiao.headnews.ui.zone.widget.ExpandableTextView.java

public class ExpandableTextView extends LinearLayout implements View.OnClickListener {

    /*  */
    private static final int MAX_COLLAPSED_LINES = 5;

    /*  */

From source file com.jaydenxiao.androidfire.ui.zone.widget.ExpandableTextView.java

public class ExpandableTextView extends LinearLayout implements View.OnClickListener {

    /*  */
    private static final int MAX_COLLAPSED_LINES = 5;

    /*  */

From source file view.victor.com.ScrollableLayout.java

public class ScrollableLayout extends LinearLayout {

    private final String TAG = "ScrollableLayout";
    private float mDownX;
    private float mDownY;
    private float mLastY;

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

public class PasswordlessFormLayout extends LinearLayout
        implements PasswordlessInputCodeFormView.OnCodeResendListener,
        PasswordlessRequestCodeFormView.OnAlreadyGotCodeListener {

    private static final String TAG = PasswordlessFormLayout.class.getSimpleName();
    private static final int MAX_SOCIAL_BIG_BUTTONS_WITH_PASSWORDLESS = 3;

From source file recycle.com.example.nandy.dynamicdemo.widget.dynamic.ExpandableTextView.java

public class ExpandableTextView extends LinearLayout implements View.OnClickListener {

    /*  */
    private static final int MAX_COLLAPSED_LINES = 5;

    /*  */

From source file com.cpoopc.scrollablelayoutlib.ScrollableLayout.java

/**
 * Created by cpoopc(303727604@qq.com) on 2015-02-10.
 */
public class ScrollableLayout extends LinearLayout {

    private final String tag = "cp:scrollableLayout";

From source file com.umeng.comm.ui.emoji.EmojiBorad.java

/**
 * Emoji borad
 */
public class EmojiBorad extends LinearLayout implements OnPageChangeListener {

    private static final int PAGE_SIZE = 20; // size of page

From source file com.pikachu.emoji.widget.EmojiView.java

/**
 * Emoji borad
 */
public class EmojiView extends LinearLayout implements OnPageChangeListener {

    private static final int PAGE_SIZE = 20; // size of page

From source file org.opensilk.music.ui2.gallery.GalleryView.java

/**
 * Created by drew on 10/3/14.
 */
public class GalleryView extends LinearLayout {

    @Inject

From source file com.app.gongza.libs.view.scrollablelayout.ScrollableLayout.java

/**
 * Created by cpoopc(303727604@qq.com) on 2015-02-10.
 */
public class ScrollableLayout extends LinearLayout {

    private final String tag = "cp:scrollableLayout";