List of usage examples for android.widget LinearLayout subclass-usage
From source file com.wdullaer.materialdatetimepicker.time.TimePickerView.java
/** * Dialog to set a time. */ public class TimePickerView extends LinearLayout implements OnValueSelectedListener, TimePickerController { private static final String TAG = "TimePickerDialog";
From source file com.wangdao.our.spread_2.widget_pull.PullToRefreshBase.java
public abstract class PullToRefreshBase<T extends View> extends LinearLayout implements com.wangdao.our.spread_2.widget_pull.IPullToRefresh<T> { // =========================================================== // Constants // ===========================================================
From source file com.phonemetra.turbo.launcher.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file com.jaspersoft.android.jaspermobile.ui.view.widget.ScheduleFormView.java
/** * @author Tom Koptel * @since 2.5 */ @EViewGroup(R.layout.view_schedule_form) public class ScheduleFormView extends LinearLayout implements DateDialogFragment.IcDateDialogClickListener,
From source file com.commonsware.cwac.crossport.design.widget.AppBarLayout.java
/**
* AppBarLayout is a vertical {@link LinearLayout} which implements many of the features of
* material designs app bar concept, namely scrolling gestures.
* <p>
* Children should provide their desired scrolling behavior through
* {@link LayoutParams#setScrollFlags(int)} and the associated layout xml attribute:
From source file com.wb.launcher3.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file com.df.kia.procedures.CarRecogniseLayout.java
/** * Created by on 13-12-20. * * */ public class CarRecogniseLayout extends LinearLayout {
From source file com.df.app.procedures.CarRecogniseLayout.java
/** * Created by on 13-12-20. * * */ public class CarRecogniseLayout extends LinearLayout {
From source file com.android.launcher3.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file com.android.systemui.statusbar.phone.NavigationBarView.java
public class NavigationBarView extends LinearLayout { final static boolean DEBUG = false; final static String TAG = "PhoneStatusBar/NavigationBarView"; final static boolean DEBUG_DEADZONE = false;