List of usage examples for android.widget HorizontalScrollView subclass-usage
From source file com.benefit.buy.library.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 {
From source file com.caro.smartmodule.viewComponent.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 android_hddl_framework.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.android.weixin.lotteryticket.widgets.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.chillax.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.android.customviewpagerindicator.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 app.wenya.sketchbookpro.ui.view.looppager.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.android.design.material.widgets.SlidingTabLayout.java
public class SlidingTabLayout extends HorizontalScrollView { public interface TabColorizer { /** return the color of the indicator used when {@code position} is selected. **/ int getIndicatorColor(int position); }
From source file com.chaos.dmactiontabsexample.view.SlidingTabLayout.java
public class SlidingTabLayout extends HorizontalScrollView { public interface TabColorizer { int getIndicatorColor(int position);
From source file com.android.view.SlidingTabLayout.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
* {@link android.app.Activity} or {@link android.support.v4.app.Fragment} call