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.jungle.apps.photos.module.imgviewer.widget.ImageViewerLayoutView.java

public class ImageViewerLayoutView extends FrameLayout {

    public static interface OnItemSelectListener {
        void onSelectedItemChanged(int position);
    }

From source file com.example.zw.library.entrance.SpringIndicator.java

/**
 * Created by chenupt@gmail.com on 2015/1/31.
 * Description : Tab layout container
 */
public class SpringIndicator extends FrameLayout {

From source file com.freshdigitable.udonroad.ffab.IndicatableFFAB.java

/**
 * IndicatableFFAB is a view group of FlingableFAB and ActionIndicatorView.
 *
 * Created by akihit on 2016/09/05.
 */
@CoordinatorLayout.DefaultBehavior(IndicatableFFAB.Behavior.class)

From source file com.darly.dlclent.widget.springindicator.SpringIndicator.java

/**
 * Created by chenupt@gmail.com on 2015/1/31. Description : Tab layout container
 */
public class SpringIndicator extends FrameLayout {

    private static final int INDICATOR_ANIM_DURATION = 3000;

From source file com.ouyangzn.view.TopDragLayout.java

/**
 * Created by ouyangzn on 2016/9/12.<br/>
 * Description?view??/layout
 */
public class TopDragLayout extends FrameLayout {

From source file cn.djangoogle.pull2load.internal.IndicatorLayout.java

@SuppressLint("ViewConstructor")
public class IndicatorLayout extends FrameLayout implements AnimationListener {

    static final int DEFAULT_ROTATION_ANIMATION_DURATION = 150;

    private Animation mInAnim, mOutAnim;

From source file com.qc4w.ilocker.ui.view.SpringIndicator.java

/**
 * Created by chenupt@gmail.com on 2015/1/31.
 * Description : Tab layout container
 */
@SuppressLint("NewApi")
public class SpringIndicator extends FrameLayout {

From source file com.github.ppamorim.library.DraggerView.java

/**
 * Class created to extends a FrameLayout, that's a root of the view
 * It contains a dragView(the content) and a shadowView(for dim)
 * You must add this elements, otherwise
 *
 * @author Pedro Paulo de Amorim

From source file com.grottworkshop.gwsspringindicator.SpringIndicator.java

/**
 * SpringIndicator class
 * Created by fgrott on 8/26/2015.
 */
@SuppressWarnings("unused")
public class SpringIndicator extends FrameLayout {

From source file com.chalilayang.test.customview.springindicator.SpringIndicator.java

/**
 * Created by chenupt@gmail.com on 2015/1/31.
 * Description : Tab layout container
 */
public class SpringIndicator extends FrameLayout {