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