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.cmbb.smartkids.widget.NestedScrollView.java

/**
 * NestedScrollView is just like {@link android.widget.ScrollView}, but it supports acting
 * as both a nested scrolling parent and child on both new and old versions of Android.
 * Nested scrolling is enabled by default.
 */
public class NestedScrollView extends FrameLayout

From source file com.cmbb.smartmarket.widget.NestedScrollView.java

/**
 * NestedScrollView is just like {@link ScrollView}, but it supports acting
 * as both a nested scrolling parent and child on both new and old versions of Android.
 * Nested scrolling is enabled by default.
 */
public class NestedScrollView extends FrameLayout

From source file com.peerless2012.twowaynestedscrollview.TwoWayNestedScrollView.java

/**
 * @author wangzhiming Describe: 2015824 ?5:36:19
 */
@SuppressLint("Override")
public class TwoWayNestedScrollView extends FrameLayout implements NestedScrollingParent, NestedScrollingChild {
    static final int ANIMATED_SCROLL_GAP = 250;

From source file com.arlib.floatingsearchview.FloatingSearchView.java

/**
 * A search UI widget that implements a floating search box also called persistent
 * search.
 */
public class FloatingSearchView extends FrameLayout {

From source file com.b44t.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.arlib.floatingsearchview.FloatingSearchView.java

/**
 * A search UI widget that implements a floating search box also called persistent
 * search.
 */
public class FloatingSearchView extends FrameLayout {

From source file com.linkbubble.ui.ContentView.java

public class ContentView extends FrameLayout {

    private static final String TAG = "UrlLoad";
    private static final Integer BLACK_LIST_MAX_REDIRECT_COUNT = 5;
    private static final int DEFAULT_TOOLBAR_SIZE = 112;

From source file com.github.shareme.gwsmaterialuikit.library.material.widget.EditText.java

@SuppressWarnings("unused")
public class EditText extends FrameLayout implements ThemeManager.OnThemeChangedListener {

    private boolean mLabelEnable;
    private boolean mLabelVisible;
    protected int mSupportMode;

From source file org.androidannotations.annotations.HttpsClient.java

 @EViewGroup
 public class SomeGenericViewGroup<T extends CharSequence> extends FrameLayout {
 
diff --git a/AndroidAnnotations/androidannotations/src/test/java/org/androidannotations/eviewgroup/SomeGenericViewGroupExt.java b/AndroidAnnotations/androidannotations/src/test/java/org/androidannotations/eviewgroup/SomeGenericViewGroupExt.java
index 942f9a2..19aa22a 100644
--- a/AndroidAnnotations/androidannotations/src/test/java/org/androidannotations/eviewgroup/SomeGenericViewGroupExt.java