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

/frameworks/base/tools/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/android/support/v7/widget/
H A DActionBarContainer.java290 final boolean hasTabs = tabContainer != null && tabContainer.getVisibility() != GONE;
320 mIsStacked = hasTabs;
321 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.java1048 boolean hasTabs = getLineContainsTab(line);
1050 if (hasTabs && mText instanceof Spanned) {
1066 tl.set(mPaint, mText, start, end, dir, directions, hasTabs, tabStops);
1083 boolean hasTabs = getLineContainsTab(line);
1088 tl.set(mPaint, mText, start, end, dir, directions, hasTabs, tabStops);
1700 boolean hasTabs = false;
1714 hasTabs = true;
1728 tl.set(paint, text, start, end, dir, directions, hasTabs, tabStops);
H A DTextLine.java131 * @param hasTabs true if the line might contain tabs
135 Directions directions, boolean hasTabs, TabStops tabStops) {
145 mHasTabs = hasTabs;
155 mCharsValid = hasReplacement || hasTabs || directions != Layout.DIRS_ALL_LEFT_TO_RIGHT;
134 set(TextPaint paint, CharSequence text, int start, int limit, int dir, Directions directions, boolean hasTabs, TabStops tabStops) argument

Completed in 116 milliseconds