List of usage examples for android.widget LinearLayout subclass-usage
From source file com.aidy.launcher3.ui.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 { private static final String TAG = "Launcher.Folder";
From source file org.thoughtcrime.securesms.ConversationItem.java
/**
* A view that displays an individual conversation item within a conversation
* thread. Used by ComposeMessageActivity's ListActivity via a ConversationAdapter.
*
* @author Moxie Marlinspike
*
From source file org.zywx.wbpalmstar.plugin.chatkeyboard.ACEChatKeyboardView.java
@SuppressLint("NewApi") public class ACEChatKeyboardView extends LinearLayout implements OnPageChangeListener, TextWatcher, OnClickListener, OnTouchListener, ViewTreeObserver.OnGlobalLayoutListener { private String TAG = "ACEChatKeyboardView"; private EUExChatKeyboard mUexBaseObj;
From source file android.support.design.widget.TextInputLayout.java
/**
* Layout which wraps an {@link EditText} (or descendant) to show a floating label
* when the hint is hidden due to the user inputting text.
*
* <p>Also supports showing an error via {@link #setErrorEnabled(boolean)} and
* {@link #setError(CharSequence)}, and a character counter via
From source file com.commonsware.cwac.crossport.design.widget.TextInputLayout.java
/**
* Layout which wraps an {@link android.widget.EditText} (or descendant) to show a floating label
* when the hint is hidden due to the user inputting text.
*
* <p>Also supports showing an error via {@link #setErrorEnabled(boolean)} and
* {@link #setError(CharSequence)}, and a character counter via
From source file org.buffer.android.buffertextinputlayout.BufferTextInputLayout.java
/**
* A simple customisation of the {@link android.support.design.widget.TextInputLayout} from the
* design support library.
*
* The difference with the BufferTextInputLayout is that the counter can be displayed in three
* different ways, being:
From source file lewa.support.v7.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 class="note"><strong>Note:</strong> This class is included in the <a
From source file io.github.vomitcuddle.SearchViewAllowEmpty.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 class="note"><strong>Note:</strong> This class is included in the <a
From source file 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.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>