List of usage examples for android.widget LinearLayout subclass-usage
From source file com.tompee.funtablayout.PopTabView.java
class PopTabView extends LinearLayout { private final IconView mIconView; private final TitleView mTitleView; private int mAnimationDuration; private Animation mAnimation;
From source file com.android.messaging.ui.BlockedParticipantListItemView.java
/** * View for individual participant in blocked participants list. * * Unblocks participant when clicked. */ public class BlockedParticipantListItemView extends LinearLayout {
From source file fi.vtt.moodtracker.WearableListItemLayout.java
public class WearableListItemLayout extends LinearLayout implements WearableListView.OnCenterProximityListener { private final float mFadedTextAlpha; private final int mFadedCircleColor; private final int mChosenCircleColor; private ImageView mCircle;
From source file com.redinput.datetimepickercompat.AccessibleLinearLayout.java
/** * Fake Button class, used so TextViews can announce themselves as Buttons, for accessibility. */ public class AccessibleLinearLayout extends LinearLayout { public AccessibleLinearLayout(Context context, AttributeSet attrs) {
From source file com.ylw.split.splitview.view.SplitView2.java
public class SplitView2 extends LinearLayout { private static final String TAG = "SplitView2"; View vTop; View vCenter; View vBottom; float vtH;
From source file org.jamienicol.resistors.Resistor.java
public class Resistor extends LinearLayout { public interface OnResistanceChangeListener { public abstract void onResistanceChange(Resistance resistance); }
From source file org.telegram.ui.Cells.MentionCell.java
public class MentionCell extends LinearLayout { private BackupImageView imageView; private TextView nameTextView; private TextView usernameTextView; private AvatarDrawable avatarDrawable;
From source file com.itude.mobile.mobbl.core.view.components.tabbar.MBTabBar.java
/**
* @author Coen Houtman
*
* Container class containing {@link MBTab} views. Typically, this view will be placed in the ActionBar.
* It could be used anywhere though, in theory.
*
From source file com.up366.refactor.widget.SplitView.java
public class SplitView extends LinearLayout { private static final String TAG = "SplitView2"; private ViewDragHelper mDragger; public SplitView(Context context) { this(context, null);
From source file com.waz.zclient.ui.views.TouchFilterableLinearLayout.java
public class TouchFilterableLinearLayout extends LinearLayout implements TouchFilterableLayout<LinearLayout> { private TouchFilterableLayout.OnClickListener onClickListener; private TouchFilterableLayout.OnLongClickListener onLongClickListener; private boolean filterAllClickEvents; private GestureDetectorCompat gestureDetectorCompat;