Searched refs:hasTabs (Results 1 - 5 of 5) sorted by relevance

/frameworks/layoutlib/bridge/src/android/text/
H A DOptimizingLineBreaker.java233 public LineMetrics(float width, float printedWidth, boolean hasTabs) { argument
236 mHasTabs = hasTabs;
253 public Node(int prev, int prevCount, float demerits, float width, boolean hasTabs) { argument
258 mHasTabs = hasTabs;
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionBarContainer.java296 final boolean hasTabs = tabContainer != null && tabContainer.getVisibility() != GONE;
326 mIsStacked = hasTabs;
327 if (hasTabs && mStackedBackground != null) {
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java320 final boolean hasTabs = tabContainer != null && tabContainer.getVisibility() != GONE;
350 mIsStacked = hasTabs;
351 if (hasTabs && mStackedBackground != null) {
/frameworks/base/core/java/android/text/
H A DLayout.java1343 final boolean hasTabs = getLineContainsTab(line);
1345 if (hasTabs && mText instanceof Spanned) {
1364 tl.set(paint, mText, start, end, dir, directions, hasTabs, tabStops);
1384 final boolean hasTabs = getLineContainsTab(line);
1392 tl.set(paint, mText, start, end, dir, directions, hasTabs, tabStops);
2085 boolean hasTabs = false;
2099 hasTabs = true;
2113 tl.set(paint, text, start, end, dir, directions, hasTabs, tabStops);
H A DTextLine.java148 * @param hasTabs true if the line might contain tabs
153 Directions directions, boolean hasTabs, TabStops tabStops) {
163 mHasTabs = hasTabs;
183 mCharsValid = hasReplacement || hasTabs || directions != Layout.DIRS_ALL_LEFT_TO_RIGHT;
152 set(TextPaint paint, CharSequence text, int start, int limit, int dir, Directions directions, boolean hasTabs, TabStops tabStops) argument

Completed in 17 milliseconds