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.onenews.widgets.sliding.MultiShrinkScroller.java

/**
 * A custom {@link ViewGroup} that operates similarly to a {@link ScrollView}, except with multiple
 * subviews. These subviews are scrolled or shrinked one at a time, until each reaches their
 * minimum or maximum value.
 * <p>
 * MultiShrinkScroller is designed for a specific problem. As such, this class is designed to be

From source file com.layer.atlas.AtlasMessagesList.java

/**
 * @author Oleg Orlov
 * @since 13 May 2015
 */
public class AtlasMessagesList extends FrameLayout implements LayerChangeEventListener.MainThread {
    private static final String TAG = AtlasMessagesList.class.getSimpleName();

From source file com.baitouwei.swiperefresh.ASwipeRefreshLayout.java

/**
 * ASwipeRefreshLayout(Android SwipeRefreshLayout),
 * A simple and flexible layout support swipe down refresh and swipe up load more.
 * Features:
 * <ul>
 * <li>1.Easy to custom header or footer</li>

From source file com.microhealthllc.Slide.MultiShrinkScroller.java

/**
 * A custom {@link ViewGroup} that operates similarly to a {@link ScrollView}, except with multiple
 * subviews. These subviews are scrolled or shrinked one at a time, until each reaches their
 * minimum or maximum value.
 * <p>
 * MultiShrinkScroller is designed for a specific problem. As such, this class is designed to be

From source file com.klinker.android.sliding.MultiShrinkScroller.java

/**
 * A custom {@link ViewGroup} that operates similarly to a {@link ScrollView}, except with multiple
 * subviews. These subviews are scrolled or shrinked one at a time, until each reaches their
 * minimum or maximum value.
 *
 * MultiShrinkScroller is designed for a specific problem. As such, this class is designed to be

From source file com.harlan.jxust.ui.view.bottombar.BottomBar.java

public class BottomBar extends FrameLayout implements View.OnClickListener, View.OnLongClickListener {
    private static final long ANIMATION_DURATION = 150;
    private static final int MAX_FIXED_TAB_COUNT = 3;

    private static final String STATE_CURRENT_SELECTED_TAB = "STATE_CURRENT_SELECTED_TAB";
    private static final String STATE_BADGE_STATES_BUNDLE = "STATE_BADGE_STATES_BUNDLE";

From source file com.lybeat.lilyplayer.widget.media.IjkVideoView.java

public class IjkVideoView extends FrameLayout
        implements LilyMediaController.MediaPlayerControl, LilyMediaInfoBoard.MediaInfoControl {

    private String TAG = "IjkVideoView";
    // settable by the client
    private Uri mUri;

From source file com.goftagram.telegram.ui.Components.EmojiView.java

public class EmojiView extends FrameLayout implements NotificationCenter.NotificationCenterDelegate {

    public interface Listener {
        boolean onBackspace();

        void onEmojiSelected(String emoji);

From source file com.appeaser.sublimepickerlibrary.recurrencepicker.RecurrenceOptionCreator.java

/**
 * Helps create a custom recurrence-rule.
 */
public class RecurrenceOptionCreator extends FrameLayout
        implements AdapterView.OnItemSelectedListener, RadioGroup.OnCheckedChangeListener,
        CompoundButton.OnCheckedChangeListener, View.OnClickListener, RecurrenceEndDatePicker.OnDateSetListener {

From source file com.android.tv.ui.TunableTvView.java

public class TunableTvView extends FrameLayout implements StreamInfo {
    private static final boolean DEBUG = false;
    private static final String TAG = "TunableTvView";

    public static final int VIDEO_UNAVAILABLE_REASON_NOT_TUNED = -1;