Example usage for android.widget ScrollView subclass-usage

List of usage examples for android.widget ScrollView subclass-usage

Introduction

In this page you can find the example usage for android.widget ScrollView subclass-usage.

Usage

From source file de.spiritcroc.modular_remote.CustomScrollView.java

/**
 * Enables reasonable support for ScrollContainerFragments within ScrollContainerFragments
 */

public class CustomScrollView extends ScrollView {
    private float pointerY;

From source file org.starfishrespect.myconsumption.android.ui.widget.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(android.graphics.Rect)}, i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {
    private Drawable mInsetForeground;

From source file com.sachinshinde.lollipopappcompatskeleton.ui.widgets.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(android.graphics.Rect)}, i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {
    private Drawable mInsetForeground;

From source file com.heinrichreimersoftware.materialdrawer.widget.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {
    private Drawable mInsetForeground;

From source file org.onebusaway.android.view.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(android.graphics.Rect)},
 * i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {

From source file io.github.hidroh.materialistic.widget.preference.HelpListView.java

public class HelpListView extends ScrollView {
    public HelpListView(Context context, AttributeSet attrs) {
        super(context, attrs);
        addView(LayoutInflater.from(context).inflate(R.layout.include_help_list_view, this, false));
    }

From source file com.github.shareme.gwsmaterialdrawer.library.widget.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome
 * (status and navigation bars, overlay action bars).
 */
@SuppressWarnings("unused")
public class ScrimInsetsScrollView extends ScrollView {

From source file org.tomahawk.tomahawk_android.views.TomahawkScrollView.java

/**
 * A {@link org.tomahawk.tomahawk_android.views.TomahawkScrollView} extended by a {@link
 * android.view.GestureDetector}, so that we can use it inside a PagerFragment. The {@link
 * android.view.GestureDetector} is being used, so that the user is able to scroll up in the
 * scrollview, if the listview in this scrollview is at the topmost position and the user swipes his
 * finger from the top to the bottom of the screen. Otherwise we want to scroll inside our listview,

From source file com.shhp.verticalviewpager.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 VerticalViewPager#setViews(View[])} to supply all page views. You can also set a 
 * {@link VerticalViewPager#OnPageChangeListener} for the VerticalViewPager. {@link OnPageChangeListener#onPageSelected(int)} 
 * will be called once a different page is selected.

From source file com.ushahidi.android.ui.widget.ScrimInsetsScrollView.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the
 * area above UI chrome (status and navigation bars, overlay action bars).
 */
public class ScrimInsetsScrollView extends ScrollView {