Searched defs:tabs (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java251 int tabs = ccData.getTabOffset();
253 if (tabs > 0) {
254 getMemory().tab(tabs);
612 void tab(int tabs) { argument
613 moveCursorByCol(tabs);
/frameworks/base/core/java/android/text/
H A DLayout.java250 // tabs.
308 // Can't tell if we have tabs for sure, currently
654 * characters that need to be handled specially, like tabs
843 // Just checking this line should be good enough, tabs should be
845 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class);
846 if (tabs.length > 0) {
847 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse
961 // Just checking this line should be good enough, tabs should be
963 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class);
964 if (tabs
1689 nextTab(CharSequence text, int start, int end, float h, Object[] tabs) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java356 public void setEmbeddedTabView(ScrollingTabContainerView tabs) { argument
360 mTabScrollView = tabs;
361 mIncludeTabs = tabs != null;
367 tabs.setAllowCollapse(true);

Completed in 110 milliseconds