Example usage for android.widget LinearLayout subclass-usage

List of usage examples for android.widget LinearLayout subclass-usage

Introduction

In this page you can find the example usage for android.widget LinearLayout subclass-usage.

Usage

From source file com.mark.quick.ui.view.snackbar.SnackbarContentLayout.java

/**
 * @hide
 */
@RestrictTo(LIBRARY_GROUP)
class SnackbarContentLayout extends LinearLayout implements BaseTransientBottomBar.ContentViewCallback {
    private TextView mMessageView;

From source file org.opensilk.music.ui3.gallery.GalleryScreenView.java

/**
 * Created by drew on 10/3/14.
 */
public class GalleryScreenView extends LinearLayout {

    @Inject

From source file com.borqs.qiupu.fragment.FixedTabsView.java

public class FixedTabsView extends LinearLayout implements ViewPager.OnPageChangeListener {

    @SuppressWarnings("unused")
    private static final String TAG = "com.astuetz.viewpager.extensions";

    private Context mContext;

From source file com.igs.qhrzlc.utils.view.astuetz.viewpager.extensions.FixedTabsView.java

public class FixedTabsView extends LinearLayout implements ViewPager.OnPageChangeListener {

    @SuppressWarnings("unused")
    private static final String TAG = "com.astuetz.viewpager.extensions";

    private Context mContext;

From source file ggikko.me.steppertest.stepper.SteppersView.java

public class SteppersView extends LinearLayout {

    public static RecyclerView recyclerView;
    private SteppersAdapter steppersAdapter;
    public static LinearLayoutManager linearLayoutManager;

From source file run.ace.TabBar.java

public class TabBar extends android.widget.LinearLayout implements
        //ActionBar.TabListener,
        android.app.ActionBar.TabListener, IHaveProperties, IRecieveCollectionChanges {

    ObservableCollection _primaryCommands;
    ObservableCollection _secondaryCommands;

From source file com.yanzhenjie.recyclerview.swipe.widget.DefaultLoadMoreView.java

/**
 * Created by YanZhenjie on 2017/7/21.
 */
public class DefaultLoadMoreView extends LinearLayout
        implements SwipeMenuRecyclerView.LoadMoreView, View.OnClickListener {

From source file com.waz.zclient.pages.main.conversation.views.row.message.views.RecyclingLinearLayout.java

public class RecyclingLinearLayout extends LinearLayout implements TouchFilterableLayout<LinearLayout> {

    private ConversationItemViewController controller;
    private boolean filterAllClickEvents;
    private GestureDetectorCompat gestureDetectorCompat;
    private TouchFilterableLayout.OnClickListener onClickListener;

From source file com.appeaser.sublimenavigationviewlibrary.SublimeBaseItemView.java

/**
 * Base ViewGroup for all menu item types.
 */
public class SublimeBaseItemView extends LinearLayout {
    private static final String TAG = SublimeBaseItemView.class.getSimpleName();

From source file com.yanzhenjie.recyclerview.swipe.SwipeMenuView.java

/**
 * Created by Yan Zhenjie on 2016/7/26.
 */
public class SwipeMenuView extends LinearLayout implements View.OnClickListener {

    private RecyclerView.ViewHolder mAdapterVIewHolder;