List of usage examples for android.widget FrameLayout subclass-usage
From source file com.hippo.widget.BothScrollView.java
public class BothScrollView extends FrameLayout { private static final String TAG = BothScrollView.class.getSimpleName(); private static final String KEY_SUPER = "super"; private static final String KEY_SCROLL_X = "scroll_x";
From source file com.hxqc.mall.core.views.CustomScrollView.java
/** * Date:2015-12-12 * FIXME * Todo NestedScrollView */ public class CustomScrollView extends FrameLayout implements NestedScrollingParent, NestedScrollingChild {
From source file com.hxqc.mall.thirdshop.views.CustomScrollView.java
/** * Date:2015-12-12 * FIXME * Todo NestedScrollView */ public class CustomScrollView extends FrameLayout implements NestedScrollingParent, NestedScrollingChild {
From source file com.lansosdk.playdemo.util.SlidingLayer.java
/** * @author lenovo * */ public class SlidingLayer extends FrameLayout {
From source file com.scoreflex.ScoreflexView.java
/**
* An Android view that displays Scoreflex content. A ScoreflexView
* will hold a WebView pointing to Scoreflex web content.
*
*
*/
From source file com.apptentive.android.sdk.view.ApptentiveNestedScrollView.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 ApptentiveNestedScrollView extends FrameLayout
From source file com.customviewcollection.nestedscroll.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.k.xdiary.views.MyNestedScrollView.java
/** * MyNestedScrollView 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 MyNestedScrollView extends FrameLayout
From source file com.fish.nsd.MyNestedScrollView.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 MyNestedScrollView extends FrameLayout
From source file com.panahit.ui.Components.EmojiView.java
public class EmojiView extends FrameLayout implements NotificationCenter.NotificationCenterDelegate { public interface Listener { boolean onBackspace(); void onEmojiSelected(String emoji);