Searched refs:INDICATOR_HEIGHT (Results 1 – 1 of 1) sorted by relevance
46 private static final int INDICATOR_HEIGHT = 3; // dp field in PagerTabStrip47 private static final int MIN_PADDING_BOTTOM = INDICATOR_HEIGHT + 3; // dp90 mIndicatorHeight = (int) (INDICATOR_HEIGHT * density + 0.5f); in PagerTabStrip()