List of usage examples for android.widget LinearLayout subclass-usage
From source file com.rashwan.reactive_popular_movies.common.utilities.ExpandableTextView.java
public class ExpandableTextView extends LinearLayout implements View.OnClickListener { private static final String TAG = ExpandableTextView.class.getSimpleName(); /* The default number of lines */ private static final int MAX_COLLAPSED_LINES = 8;
From source file com.wenhui.syncedListView.lib.SyncedListLayout.java
public class SyncedListLayout extends LinearLayout { private static final String TAG = "SyncedListLayout"; private static final int TOUCH_MODE_FLING = 1; private static final int TOUCH_MODE_SCROLL = 2;
From source file com.hejunlin.superindicatorlibray.CircleIndicator.java
public class CircleIndicator extends LinearLayout { private final static int DEFAULT_INDICATOR_WIDTH = 5; private final static String TAG = "CircleIndicator"; private ViewPager mViewpager; private int mIndicatorMargin = -1;
From source file com.yuandong.brandviewdemo.widget.brandLooper.CircleIndicator.java
public class CircleIndicator extends LinearLayout { private final static int DEFAULT_INDICATOR_WIDTH = 5; private final static String TAG = "CircleIndicator"; private ViewPager mViewpager; private int mIndicatorMargin = -1;
From source file org.chromium.content_shell.Shell.java
/** * Container for the various UI components that make up a shell window. */ @JNINamespace("content") public class Shell extends LinearLayout implements OnTouchListener {
From source file uk.co.brightec.ratetheapp.RateTheApp.java
public class RateTheApp extends LinearLayout { public static final String PREF_RATETHEAPP_PREFIX = "ratetheapp"; public static final String PREF_RATETHEAPP_SHOW_SUFFIX = "_show"; public static final String PREF_RATETHEAPP_RATING_SUFFIX = "_rating";
From source file me.khrystal.ktabble.TableScrollView.java
/**
* usage:
* author: kHRYSTAL
* create time: 16/4/19
* update time:
* email: 723526676@qq.com
From source file com.artemchep.horario.ui.widgets.ChatPanelView.java
/** * @author Artem Chepurnoy */ public abstract class ChatPanelView<T extends Parcelable> extends LinearLayout implements View.OnClickListener { private static final String STATE_MODE_TXT = "state::mode::message_text";
From source file io.adok.android.ui.widget.FloatLabelLayout.java
/**
* Layout which an {@link android.widget.EditText} to show a floating label when the hint is hidden
* due to the user inputting text.
*
* @see <a href="https://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction">Matt D. Smith on Dribble</a>
* @see <a href="http://bradfrostweb.com/blog/post/float-label-pattern/">Brad Frost's blog post</a>
From source file com.openlocationcode.android.map.MyMapView.java
public class MyMapView extends LinearLayout implements MapContract.View, OnMapReadyCallback, SearchContract.TargetView { private static final String TAG = MyMapView.class.getSimpleName(); // The zoom level needs to be close enough in to make the red box visible. public static final float INITIAL_MAP_ZOOM = 19.0f;