Example usage for android.widget HorizontalScrollView subclass-usage

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

Introduction

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

Usage

From source file com.actionbarsherlock.internal.nineoldandroids.widget.NineHorizontalScrollView.java

public class NineHorizontalScrollView extends HorizontalScrollView {
    private final AnimatorProxy mProxy;

    public NineHorizontalScrollView(Context context) {
        super(context);
        mProxy = AnimatorProxy.NEEDS_PROXY ? AnimatorProxy.wrap(this) : null;

From source file cm.aptoide.com.viewpagerindicator.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;

From source file com.astuetz.viewpager.extensions.ScrollingTabsView.java

public class ScrollingTabsView extends HorizontalScrollView implements OnPageChangeListener {

    @SuppressWarnings("unused")
    private static final String TAG = "com.astuetz.viewpager.extensions";

    private Context mContext;

From source file com.autoscrollview.widget.indicator.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;

From source file com.bwf.aiyiqi.ui.view.indicator.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;

From source file com.arta.lib.widget.viewpagerindicator.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;

From source file com.anxiong.viewpageIndicator.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;

From source file com.ananth.onboarding.viewpager.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;

From source file com.beyondsoft.widget.viewpager.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;

From source file cn.quanmindaili.ui.widget.viewpagerindicator.IconPageIndicator.java

/**
 * This widget implements the dynamic action bar tab behavior that can change
 * across different configurations or circumstances.
 */
public class IconPageIndicator extends HorizontalScrollView implements PageIndicator {
    private final IcsLinearLayout mIconsLayout;