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.bw.luzz.monkeyapplication.View.DateTimePicker.time.RadialPickerLayout.java

/**
 * The primary layout to hold the circular picker, and the am/pm buttons. This view will measure
 * itself to end up as a square. It also handles touches to be passed in to views that need to know
 * when they'd been touched.
 */
public class RadialPickerLayout extends FrameLayout implements OnTouchListener {

From source file com.gitstudy.rili.liarbry.CalendarView.java

/**
 * 
 * ???????public
 */
@SuppressWarnings({ "unused" })
public class CalendarView extends FrameLayout {

From source file com.kuloud.android.calendarview.CalendarView.java

/**
 * <p>
 * This class is a calendar widget for displaying and selecting dates.
 * The range of dates supported by this calendar is configurable.
 * A user can select a date by taping on it and can page the calendar to a desired date.
 * </p>

From source file com.devbrackets.android.recyclerext.widget.FastScroll.java

/**
 * A class that provides the functionality of a fast scroll
 * for the attached {@link android.support.v7.widget.RecyclerView}
 */
@SuppressWarnings("unused")
public class FastScroll extends FrameLayout {

From source file com.berniesanders.fieldthebern.views.MapScreenView.java

/**
 *
 */
public class MapScreenView extends FrameLayout implements HandlesBack {

    MapFragment mapFragment;

From source file com.runnirr.doodleviewer.display.SlidingLayer.java

public class SlidingLayer extends FrameLayout {

    // TODO Document

    /**
     * Default value for the position of the layer. STICK_TO_AUTO shall inspect the container and choose a stick

From source file co.vn.e_alarm.customwiget.SlidingLayer.java

public class SlidingLayer extends FrameLayout {
    double corX;
    double corY;
    String TAG = "SlidingLayer";

    // TODO Document

From source file android.support.designox.widget.CollapsingToolbarLayout.java

/**
 * CollapsingToolbarLayout is a wrapper for {@link Toolbar} which implements a collapsing app bar.
 * It is designed to be used as a direct child of a {@link AppBarLayout}.
 * CollapsingToolbarLayout contains the following features:
 *
 * <h4>Collapsing title</h4>

From source file com.danilov.supermanga.core.view.SlidingLayer.java

public class SlidingLayer extends FrameLayout {

    /**
     * Default value for the position of the layer. STICK_TO_AUTO shall inspect the container and choose a stick
     * mode depending on the position of the layout (ie.: layout is positioned on the right = STICK_TO_RIGHT).
     */

From source file android.support.wear.widget.drawer.WearableDrawerLayout.java

/**
 * Top-level container that allows interactive drawers to be pulled from the top and bottom edge of
 * the window. For WearableDrawerLayout to work properly, scrolling children must send nested
 * scrolling events. Views that implement {@link android.support.v4.view.NestedScrollingChild} do
 * this by default. To enable nested scrolling on frameworks views like {@link
 * android.widget.ListView}, set <code>android:nestedScrollingEnabled="true"</code> on the view in