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 org.awesomeapp.messenger.ui.legacy.ContactListFilterView.java

public class ContactListFilterView extends LinearLayout {
    private AbsListView mFilterList;
    private ContactAdapter mContactAdapter;

    private String mSearchString;

From source file com.ab.view.sliding.AbBottomTabView_fix.java

/**
 *  2012 amsoft.cn
 * ??AbSlidingTabView.java 
 * ??tab.
 *
 * @author 

From source file com.chen.mail.ui.NestedFolderTeaserView.java

/**
 * The teaser list item in the conversation list that shows nested folders.
 */
public class NestedFolderTeaserView extends LinearLayout implements ConversationSpecialItemView {
    private static final String LOG_TAG = "NestedFolderTeaserView";

From source file com.actionbarsherlock.internal.view.menu.ActionMenuItemView.java

/**
 * @hide
 */
public class ActionMenuItemView extends LinearLayout implements MenuView.ItemView, View.OnClickListener,
        View.OnLongClickListener, ActionMenuView.ActionMenuChildView, View_HasStateListenerSupport {
    //UNUSED private static final String TAG = "ActionMenuItemView";

From source file com.tct.mail.browse.MessageFooterView.java

public class MessageFooterView extends LinearLayout
        implements DetachListener, View.OnClickListener, LoaderManager.LoaderCallbacks<Cursor> {

    private MessageHeaderItem mMessageHeaderItem;
    private LoaderManager mLoaderManager;
    private FragmentManager mFragmentManager;

From source file com.stepstone.stepper.StepperLayout.java

/**
 * Stepper widget implemented according to the <a href="https://www.google.com/design/spec/components/steppers.html">Material documentation</a>.<br>
 * It allows for setting three types of steppers:<br>
 * - mobile dots stepper,<br>
 * - mobile progress bar stepper,<br>
 * - horizontal stepper with tabs.<br>

From source file odoo.controls.OSelectionField.java

public class OSelectionField extends LinearLayout implements IOControlData, AdapterView.OnItemSelectedListener,
        AdapterView.OnItemClickListener, RadioGroup.OnCheckedChangeListener {
    public static final String TAG = OSelectionField.class.getSimpleName();

    private Context mContext;
    private Object mValue = null;

From source file com.tony.selene.sliding.AbBottomTabView.java

/**
 *  2012 amsoft.cn ??AbSlidingTabView.java ??tab.
 *
 * @author 
 * @version v1.0
 * @date2013-05-17 ?6:46:29

From source file de.grobox.liberario.locations.LocationView.java

public class LocationView extends LinearLayout
        implements OnHomeChangedListener, SuggestLocationsTask.SuggestLocationsTaskCallback {

    private final static String LOCATION = "location";
    private final static String TEXT = "text";
    private final static String TEXT_POSITION = "textPosition";

From source file io.github.yavski.fabspeeddial.FabSpeedDial.java

@SuppressWarnings({ "WeakerAccess", "unused" })
@CoordinatorLayout.DefaultBehavior(FabSpeedDialBehaviour.class)
public class FabSpeedDial extends LinearLayout implements View.OnClickListener {

    /**
     * Called to notify of close and selection changes.