Example usage for android.widget FrameLayout subclass-usage

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

Introduction

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

Usage

From source file com.android.adam.navigation.BottomNavigationViewNew.java

/**
 * <p>
 * Represents a standard bottom navigation bar for application. It is an implementation of
 * <a href="https://material.google.com/components/bottom-navigation.html">material design bottom
 * navigation</a>.
 * </p>

From source file com.cocarechina.pullrefreshview.layout.FlingLayout.java

public class FlingLayout extends FrameLayout implements NestedScrollingChild, NestedScrollingParent {

    private NestedScrollingParentHelper mParentHelper;
    private NestedScrollingChildHelper mChildHelper;
    public final static int SCROLL_STATE_IDLE = 0;
    public final static int SCROLL_STATE_TOUCH_SCROLL = 1;

From source file com.joaquimley.faboptions.FabOptions.java

/**
 * FabOptions component
 */
@CoordinatorLayout.DefaultBehavior(FabOptionsBehavior.class)
public class FabOptions extends FrameLayout implements View.OnClickListener {

From source file com.maxwen.wallpaper.board.fragments.widgets.BottomNavigationViewNew.java

/**
 * <p>
 * Represents a standard bottom navigation bar for application. It is an implementation of
 * <a href="https://material.google.com/components/bottom-navigation.html">material design bottom
 * navigation</a>.
 * </p>

From source file com.indeema.mail.ui.TwoPaneLayout.java

/**
 * This is a custom layout that manages the possible views of Gmail's large screen (read: tablet)
 * activity, and the transitions between them.
 *
 * This is not intended to be a generic layout; it is specific to the {@code Fragment}s
 * available in {@link MailActivity} and assumes their existence. It merely configures them

From source file com.emmasuzuki.quickreturnlistview.view.QuickReturnListView.java

/**
 * QuickReturnListView for API level 9+
 * This class take AbsListView for list view and any View for quick return view.
 *
 * Created by emmasuzuki on 7/21/14.
 */

From source file arun.com.chromer.webheads.ui.views.Trashy.java

/**
 * Created by Arun on 03/02/2016.
 */
@SuppressLint("ViewConstructor")
public class Trashy extends FrameLayout {
    static final double MAGNETISM_THRESHOLD = Utils.dpToPx(120);

From source file com.massivekinetics.ow.ui.views.timepicker.TimePicker.java

/**
 * A view for selecting the time of day, in either 24 hour or AM/PM mode. The
 * hour, each minute digit, and AM/PM (if applicable) can be conrolled by
 * vertical spinners. The hour can be entered by keyboard input. Entering in two
 * digit hours can be accomplished by hitting two digits within a timeout of
 * about a second (e.g. '1' then '2' to select 12). The minutes can be entered

From source file com.insthub.O2OMobile.View.A0_ServiceView.java

@SuppressLint("NewApi")
public class A0_ServiceView extends FrameLayout implements BusinessResponse, IXListViewListener {

    private Context mContext;
    private XListView mXlistview_home_need_help;
    private HomeModel mHomeModel;

From source file com.android.mail.browse.MessageAttachmentBar.java

/**
 * View for a single attachment in conversation view. Shows download status and allows launching
 * intents to act on an attachment.
 *
 */
public class MessageAttachmentBar extends FrameLayout