Searched refs:hasTabs (Results 1 – 4 of 4) sorted by relevance
284 final boolean hasTabs = tabContainer != null && tabContainer.getVisibility() != GONE; in onLayout()314 mIsStacked = hasTabs; in onLayout()315 if (hasTabs && mStackedBackground != null) { in onLayout()
307 final boolean hasTabs = tabContainer != null && tabContainer.getVisibility() != GONE; in onLayout()337 mIsStacked = hasTabs; in onLayout()338 if (hasTabs && mStackedBackground != null) { in onLayout()
135 Directions directions, boolean hasTabs, TabStops tabStops) { in set() argument145 mHasTabs = hasTabs; in set()155 mCharsValid = hasReplacement || hasTabs || directions != Layout.DIRS_ALL_LEFT_TO_RIGHT; in set()
1580 boolean hasTabs = false;1594 hasTabs = true;1608 tl.set(paint, text, start, end, dir, directions, hasTabs, tabStops);