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.chen.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.jaspersoft.android.jaspermobile.ui.view.widget.CatalogView.java

/**
 * @author Andrew Tivodar
 * @since 2.3
 */
@EViewGroup
public abstract class CatalogView extends FrameLayout

From source file com.android.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.firesoft.member.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 android.support.design.widget.BottomNavigationView.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.albedinsky.android.support.ui.widget.FrameLayoutWidget.java

/**
 * Extended version of {@link android.widget.FrameLayout}.
 *
 * <h3>Tinting</h3>
 * <b>Tinting of the background is supported by this widget for the versions below LOLLIPOP.</b>
 *

From source file com.github.nitrico.mapviewpager.MapViewPager.java

public class MapViewPager extends FrameLayout implements OnMapReadyCallback {

    public interface Callback {
        void onMapViewPagerReady();
    }

From source file com.layer.messenger.makemoji.MakeMojiAtlasComposer.java

public class MakeMojiAtlasComposer extends FrameLayout {
    private EditText mMessageEditText;
    private Button mSendButton;
    private ImageView mAttachButton;

    private LayerClient mLayerClient;

From source file com.octopepper.mediapickerinstagram.commons.cameraview.CameraView.java

public class CameraView extends FrameLayout {

    /** The camera device faces the opposite direction as the device's screen. */
    public static final int FACING_BACK = Constants.FACING_BACK;

    /** The camera device faces the same direction as the device's screen. */

From source file com.justwayward.reader.view.recyclerview.swipe.SwipeRefreshLayout.java

public class SwipeRefreshLayout extends FrameLayout {
    // Maps to ProgressBar.Large style
    public static final int LARGE = MaterialProgressDrawable.LARGE;
    // Maps to ProgressBar default style
    public static final int DEFAULT = MaterialProgressDrawable.DEFAULT;