List of usage examples for android.widget ScrollView subclass-usage
From source file com.tjych.swip.vertical_t.VerticalViewPager.java
/**
* The VerticalViewPager is a simple view pager which can be flipped vertically. Unlike the horizontal
* ViewPager (provided by android-support-v4), you don't have to set a PagerAdapter for the VerticalViewPager.
* Instead, call {@link com.tjych.swip.vertical_t.VerticalViewPager#setViews(android.view.View[])} to supply all page views. You can also set a
* {@link com.tjych.swip.vertical_t.VerticalViewPager#OnPageChangeListener} for the VerticalViewPager. {@link com.tjych.swip.vertical_t.VerticalViewPager.OnPageChangeListener#onPageSelected(int)}
* will be called once a different page is selected.
From source file com.viewpagerindicator.VerticalTabPageIndicator.java
/** * This widget implements the dynamic action bar tab behavior that can change * across different configurations or circumstances. */ public class VerticalTabPageIndicator extends ScrollView implements PageIndicator {
From source file com.mfh.framework.uikit.widget.SideSlidingTabStrip.java
/** * ?? * Created by bingshanguxue on 15/8/18. * */ public class SideSlidingTabStrip extends ScrollView implements View.OnClickListener { private int currentPosition; // ??
From source file com.mfh.litecashier.ui.widget.LeftSlidingTabStrip.java
/** * ?? * Created by Nat.ZZN(bingshanguxue) on 15/8/18. * */ public class LeftSlidingTabStrip extends ScrollView implements View.OnClickListener { private int currentPosition; // ??
From source file com.materialdesign.view.tab.VerticalTabLayout.java
/** * tab */ public class VerticalTabLayout extends ScrollView { //
From source file at.alladin.rmbt.android.views.ResultQoSDetailView.java
/** * * @author lb * */ public class ResultQoSDetailView extends ScrollView
From source file com.discord.chipsview.ChipsView.java
public class ChipsView<K, V extends ChipsView.DataContract> extends ScrollView implements ChipsEditText.InputConnectionWrapperInterface { private static final String TAG = "ChipsView"; private static final int CHIP_HEIGHT = 24; // dp private static final int SPACING_TOP = 4; // dp
From source file com.facebook.react.views.scroll.ReactScrollView.java
/**
* A simple subclass of ScrollView that doesn't dispatch measure and layout to its children and has
* a scroll listener to send scroll events to JS.
*
* <p>ReactScrollView only supports vertical scrolling. For horizontal scrolling,
* use {@link ReactHorizontalScrollView}.
From source file com.shine.demo.viewpager.smartTabLayout.SmartTabLayout.java
/**
* To be used with ViewPager to provide a tab indicator component which give constant feedback as
* to
* the user's scroll progress.
* <p>
* To use the component, simply add it to your view hierarchy. Then in your
From source file com.albedinsky.android.support.ui.widget.ScrollViewWidget.java
/**
* Extended version of {@link android.widget.ScrollView}. This updated ScrollView supports <b>pull</b>
* feature and also setting of {@link OnScrollChangeListener} to listen for changes in scroll of this
* view class.
*
* <h3>Tinting</h3>