List of usage examples for android.widget LinearLayout subclass-usage
From source file it.andreale.mdatetimepicker.date.DayPickerView.java
/** * Created by AndreAle94 */ public class DayPickerView extends LinearLayout implements MonthAdapter.AdapterController, View.OnClickListener, MonthPageAdapter.Controller {
From source file com.yahala.ui.Views.StickersView.java
public class StickersView extends LinearLayout { private ArrayList<EmojiGridAdapter> adapters = new ArrayList<EmojiGridAdapter>(); private EmojiPagerAdapter emojiPagerAdapter; private int[] icons = { R.drawable.ic_emoji_recent, R.drawable.ic_smiles_smile, R.drawable.ic_smiles_smile }; private Listener listener;
From source file com.waz.zclient.pages.extendedcursor.emoji.EmojiKeyboardLayout.java
public class EmojiKeyboardLayout extends LinearLayout { private static final int SPAN_COUNT = 4; private static final int CATEGORY_COUNT = 9; private static final int TAB_COUNT = 10;
From source file alexander.martinz.libs.materialpreferences.MaterialPreference.java
public class MaterialPreference extends LinearLayout implements View.OnClickListener, View.OnTouchListener { private boolean mInit; protected View mView; protected CardView mCardView; protected MaterialPreferenceChangeListener mListener;
From source file com.auth0.android.lock.views.CountryCodeSelectorView.java
public class CountryCodeSelectorView extends LinearLayout { private static final String TAG = CountryCodeSelectorView.class.getSimpleName(); private LoadCountriesTask task; private Country selectedCountry; private ImageView icon;
From source file com.orange.ocara.ui.view.PagerSlidingTabStrip.java
public class PagerSlidingTabStrip extends LinearLayout { // @formatter:off private static final int[] ATTRS = new int[] { android.R.attr.textSize, android.R.attr.textColor, }; // @formatter:on
From source file com.plusub.lib.example.view.TabView.java
/**
* @ClassName: TabView
* @Description: TODO
* @author qh@plusub.com
* @date
* <b></b>2015-6-2 ?9:28:43<br>
From source file org.runbuddy.tomahawk.views.PageIndicator.java
public class PageIndicator extends LinearLayout implements ViewPager.OnPageChangeListener { private ViewPager mViewPager; private List<PagerFragment.FragmentInfoList> mFragmentInfosList;
From source file com.alex.view.tab.TabLayout.java
@TargetApi(Build.VERSION_CODES.HONEYCOMB) public class TabLayout extends LinearLayout implements ValueAnimator.AnimatorUpdateListener { private static final int SHAPE_NONE = 0; private int mIndicatorShape = SHAPE_NONE; private int mTabCount;
From source file com.androidinspain.deskclock.timer.TimerSetupView.java
public class TimerSetupView extends LinearLayout implements View.OnClickListener, View.OnLongClickListener { private final int[] mInput = { 0, 0, 0, 0, 0, 0 }; private int mInputPointer = -1; private CharSequence mTimeTemplate;