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 cm.aptoide.com.actionbarsherlock.widget.SearchView.java

/**
 * A widget that provides a user interface for the user to enter a search query and submit a request
 * to a search provider. Shows a list of query suggestions or results, if available, and allows the
 * user to pick a suggestion or result to launch into.
 *
 * <p>

From source file com.iStudy.Study.ActionBarSherlock.Widget.SearchView.java

/**
 * A widget that provides a user interface for the user to enter a search query and submit a request
 * to a search provider. Shows a list of query suggestions or results, if available, and allows the
 * user to pick a suggestion or result to launch into.
 *
 * <p>

From source file com.andconsd.framework.actionbarsherlock.widget.SearchView.java

/**
 * A widget that provides a user interface for the user to enter a search query and submit a request
 * to a search provider. Shows a list of query suggestions or results, if available, and allows the
 * user to pick a suggestion or result to launch into.
 *
 * <p>

From source file com.mobicage.rogerthat.util.ui.SendMessageView.java

public class SendMessageView<T extends ServiceBoundActivity> extends LinearLayout {

    public static final int TO = 1;
    public static final int BCC = 2;

    public static final long NO_BUTTON_SELECTED = -1;

From source file com.android.launcher3.folder.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, DragListener, DropTargetSource {

From source file com.tandong.sa.sherlock.widget.SearchView.java

/**
 * A widget that provides a user interface for the user to enter a search query
 * and submit a request to a search provider. Shows a list of query suggestions
 * or results, if available, and allows the user to pick a suggestion or result
 * to launch into.
 * 

From source file com.aliyun.homeshell.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, DragScroller, View.OnFocusChangeListener {
    private static final String TAG = "Launcher.Folder";

From source file io.bunnyblue.noticedog.app.shade.ui.QuickLaunchView.java

public class QuickLaunchView extends LinearLayout {
    @Inject
    AppManager appManager;
    QuickLaunchAdaptor mAdapter;
    PageIndicator mIndicator;
    ViewPager mPager;

From source file info.guardianproject.otr.app.im.app.ChatView.java

public class ChatView extends LinearLayout {
    // This projection and index are set for the query of active chats
    static final String[] CHAT_PROJECTION = { Imps.Contacts._ID, Imps.Contacts.ACCOUNT, Imps.Contacts.PROVIDER,
            Imps.Contacts.USERNAME, Imps.Contacts.NICKNAME, Imps.Contacts.TYPE, Imps.Presence.PRESENCE_STATUS,
            Imps.Chats.LAST_UNREAD_MESSAGE, Imps.Chats._ID, Imps.Contacts.SUBSCRIPTION_TYPE,
            Imps.Contacts.SUBSCRIPTION_STATUS, Imps.Contacts.AVATAR_DATA