List of usage examples for android.widget LinearLayout subclass-usage
From source file com.onyx.latinime.keyboard.EmojiPalettesView.java
/**
* View class to implement Emoji palettes.
* The Emoji keyboard consists of group of views {@link R.layout#emoji_palettes_view}.
* <ol>
* <li> Emoji category tabs.
* <li> Delete button.
From source file com.android.inputmethod.keyboard.EmojiPalettesView.java
/**
* View class to implement Emoji palettes.
* The Emoji keyboard consists of group of views {@link R.layout#emoji_palettes_view}.
* <ol>
* <li> Emoji category tabs.
* <li> Delete button.
From source file com.wparam.kb.inputmethod.keyboard.EmojiPalettesView.java
/**
* View class to implement Emoji palettes.
* The Emoji keyboard consists of group of views {@link R.layout#emoji_palettes_view}.
* <ol>
* <li> Emoji category tabs.
* <li> Delete button.
From source file io.github.runassudo.ptoffline.ui.LocationView.java
public class LocationView extends LinearLayout implements LoaderManager.LoaderCallbacks, HomePickerDialogFragment.OnHomeChangedListener { private final String LOCATION = "location"; private final String TEXT = "text"; private final String TEXT_POSITION = "textPosition";
From source file com.ruesga.rview.widget.TagEditTextView.java
/** * A {@link View} to edit hash tags(#) and user tags(@). * * TODO Add support for RTL */ @SuppressWarnings("unused")
From source file android.support.designox.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 org.zywx.wbpalmstar.plugin.inputtextfieldview.ACEInputTextFieldView.java
@SuppressLint("NewApi") public class ACEInputTextFieldView extends LinearLayout implements OnPageChangeListener, OnClickListener, ViewTreeObserver.OnGlobalLayoutListener { private String TAG = "ACEInputTextFieldView"; private EUExInputTextFieldView mUexBaseObj;
From source file jp.tkgktyk.xposed.forcetouchdetector.app.util.fab.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 demo.design.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 android.support.designox.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