Searched refs:PagerTitleStrip (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java34 * PagerTitleStrip is a non-interactive indicator of the current, next,
45 public class PagerTitleStrip extends ViewGroup implements ViewPager.Decor { class in inherits:ViewGroup,ViewPager.Decor
46 private static final String TAG = "PagerTitleStrip";
111 public PagerTitleStrip(Context context) { method in class:PagerTitleStrip
115 public PagerTitleStrip(Context context, AttributeSet attrs) { method in class:PagerTitleStrip
247 "PagerTitleStrip must be a direct child of a ViewPager.");
H A DPagerTabStrip.java39 * <p>For a non-interactive indicator, see {@link PagerTitleStrip}.</p>
41 public class PagerTabStrip extends PagerTitleStrip {

Completed in 40 milliseconds