Searched defs:tabs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java344 public void setEmbeddedTabView(ScrollingTabContainerView tabs) { argument
348 mTabScrollView = tabs;
349 mIncludeTabs = tabs != null;
355 tabs.setAllowCollapse(true);
/frameworks/base/core/java/android/text/
H A DLayout.java325 // tabs.
377 // Can't tell if we have tabs for sure, currently
617 * characters that need to be handled specially, like tabs
789 // Just checking this line should be good enough, tabs should be
791 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class);
792 if (tabs.length > 0) {
793 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse
904 // Just checking this line should be good enough, tabs should be
906 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class);
907 if (tabs
1602 nextTab(CharSequence text, int start, int end, float h, Object[] tabs) argument
[all...]

Completed in 82 milliseconds