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.launcher4.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.upchannel.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.lb.launcher.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 myblog.richard.vewe.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 io.github.runassudo.launchert.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.mome.main.business.widget.pulltorefresh.PullToRefreshBase.java

public abstract class PullToRefreshBase<T extends View> extends LinearLayout implements IPullToRefresh<T> {

    // ===========================================================
    // Constants
    // ===========================================================

From source file android.support.design.widget.AppBarLayout.java

/**
 * AppBarLayout is a vertical {@link LinearLayout} which implements many of the features of
 * material designs app bar concept, namely scrolling gestures.
 * <p>
 * Children should provide their desired scrolling behavior through
 * {@link LayoutParams#setScrollFlags(int)} and the associated layout xml attribute:

From source file com.fairphone.fplauncher3.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.zyk.launcher.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 ticwear.design.widget.AppBarLayout.java

/**
 * AppBarLayout is a vertical {@link LinearLayout} which implements many of the features of
 * material designs app bar concept, namely scrolling gestures.
 * <p>
 * Children should provide their desired scrolling behavior through
 * {@link LayoutParams#setScrollFlags(int)} and the associated layout xml attribute: