Searched defs:tabs (Results 1 – 4 of 4) sorted by relevance
153 final TabLayout tabs = (TabLayout) inflater.inflate(R.layout.design_tabs, null); in testMultipleTabsWithCustomLayoutSelection1() local178 final TabLayout tabs = (TabLayout) inflater.inflate(R.layout.design_tabs, null); in testMultipleTabsWithCustomLayoutSelection2() local247 final TabLayout tabs = (TabLayout) mActivityTestRule.getActivity().findViewById(R.id.tabs); in testSetScrollPosition() local
396 int tabs = ccData.getTabOffset(); in handleTabOffsets() local793 void tab(int tabs) { in tab()
1086 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class); in getHorizontal() local1204 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class); in getLineExtent() local
353 public void setEmbeddedTabView(ScrollingTabContainerView tabs) { in setEmbeddedTabView()