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.yijiang.kzx.widget.betterpickers.radialtimepicker.RadialPickerLayout.java

public class RadialPickerLayout extends FrameLayout implements OnTouchListener {

    private static final String TAG = "RadialPickerLayout";

    private final int touchSlop;
    private final int tapTimeout;

From source file com.redinput.datetimepickercompat.time.RadialPickerLayout.java

public class RadialPickerLayout extends FrameLayout implements OnTouchListener {
    private static final String TAG = "RadialPickerLayout";

    private final int TOUCH_SLOP;
    private final int TAP_TIMEOUT;

From source file com.mobilevue.vod.VideoControllerView.java

/**
 * A view containing controls for a MediaPlayer. Typically contains the buttons
 * like "Play/Pause", "Rewind", "Fast Forward" and a progress slider. It takes
 * care of synchronizing the controls with the state of the MediaPlayer.
 * <p>
 * The way to use this class is to instantiate it programatically. The

From source file com.layernet.thaidatetimepicker.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.kenmeidearu.materialdatetimepicker.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.onesmile.musicplayer.view.SlidingLayer.java

@SuppressWarnings("unused")
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 com.borax12.materialdaterangepicker.single.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.ionesmile.variousdemo.view.SlidingLayer.java

@SuppressWarnings("unused")
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 com.android.datetimepicker.time.RadialPickerLayout.java

/**
 * The primary layout to hold the circular picker, and the am/pm buttons. This view well 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.edgar.banner.BannerPagerView.java

/**
 * Created by edgar on 2016/1/6.
 * Banner pager
 * : ,indicator,??,
 * ?indicator
 */