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.maxwen.wallpaper.board.fragments.widgets.BottomNavigationItemView.java

/**
 * @hide
 */
@RestrictTo(LIBRARY_GROUP)
public class BottomNavigationItemView extends FrameLayout implements MenuView.ItemView {
    public static final int INVALID_ITEM_POSITION = -1;

From source file com.android.talkback.tutorial.TutorialModule.java

/**
 * Abstract class that represents a single module within a tutorial.
 */
@TargetApi(16)
abstract class TutorialModule extends FrameLayout implements OnClickListener {
    private static final int TRIGGER_DELAY = 1500;

From source file com.android.launcher3.QsbContainerView.java

/**
 * A frame layout which contains a QSB. This internally uses fragment to bind the view, which
 * allows it to contain the logic for {@link Fragment#startActivityForResult(Intent, int)}.
 */
public class QsbContainerView extends FrameLayout {

From source file android.support.design.internal.BottomNavigationItemView.java

/**
 * @hide
 */
@RestrictTo(LIBRARY_GROUP)
public class BottomNavigationItemView extends FrameLayout implements MenuView.ItemView {
    public static final int INVALID_ITEM_POSITION = -1;

From source file com.s16.widget.FragmentSwitcher.java

/**
 * A fragment switcher similar to a {@link android.support.v4.view.ViewPager}
 * that cannot be swiped and does not keep offscreen fragments like a ViewPager.
 *
 * The instance state of the fragments in the adapter will be managed automatically.
 * Perfect for use with tabs, navigation drawers, or any interface that switches fragments.

From source file com.android.screenspeak.tutorial.TutorialModule.java

/**
 * Abstract class that represents a single module within a tutorial.
 */
@TargetApi(16)
abstract class TutorialModule extends FrameLayout implements OnClickListener {
    private static final int TRIGGER_DELAY = 1500;

From source file com.marlonjones.voidlauncher.Hotseat.java

public class Hotseat extends FrameLayout implements UserEventDispatcher.LaunchSourceProvider {

    private CellLayout mContent;

    private Launcher mLauncher;

From source file com.haibin.calendarview.CalendarView.java

@SuppressWarnings("unused")
public class CalendarView extends FrameLayout {
    private ViewPager mViewPager;
    private List<Calendar> mSchemeDate;
    private OnDateChangeListener mListener;
    private OnDateSelectedListener mDateSelectedListener;

From source file com.android.tabletcustomui.views.LeftCircleContainer.java

public class LeftCircleContainer extends FrameLayout {

    private CircleTitleView circleTitleView;

    public LeftCircleContainer(Context context, int width) {
        super(context);

From source file com.mianamiana.library.LiquidBallProgressBar.java

/**
 * Created by Mianamiana on 15/9/20.
 */
public class LiquidBallProgressBar extends FrameLayout {

    private Paint mWavePaint;