/frameworks/base/core/java/android/text/ |
D | Layout.java | 1205 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class); in getHorizontal() local 1206 if (tabs.length > 0) { in getHorizontal() 1207 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getHorizontal() 1245 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class); in getLineHorizontals() local 1246 if (tabs.length > 0) { in getLineHorizontals() 1247 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getLineHorizontals() 1420 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class); in getLineExtent() local 1421 if (tabs.length > 0) { in getLineExtent() 1422 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getLineExtent() 2272 float h, Object[] tabs) { [all …]
|
/frameworks/base/media/java/android/media/ |
D | ClosedCaptionRenderer.java | 396 int tabs = ccData.getTabOffset(); in handleTabOffsets() local 398 if (tabs > 0) { in handleTabOffsets() 399 getMemory().tab(tabs); in handleTabOffsets() 793 void tab(int tabs) { in tab() argument 794 moveCursorByCol(tabs); in tab()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 410 final View tabs = mActionBarTop.getTabContainer(); 411 if (tabs != null) {
|
D | ActionBarView.java | 353 public void setEmbeddedTabView(ScrollingTabContainerView tabs) { in setEmbeddedTabView() argument 357 mTabScrollView = tabs; in setEmbeddedTabView() 358 mIncludeTabs = tabs != null; in setEmbeddedTabView() 364 tabs.setAllowCollapse(true); in setEmbeddedTabView()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverActivityTest.java | 403 onView(withId(R.id.tabs)).check(matches(isDisplayed())); in testWorkTab_displayedWhenWorkProfileUserAvailable() 415 onView(withId(R.id.tabs)).check(matches(not(isDisplayed()))); in testWorkTab_hiddenWhenWorkProfileUserNotAvailable()
|
D | ChooserActivityTest.java | 1490 onView(withId(R.id.tabs)).check(matches(isDisplayed())); in testWorkTab_displayedWhenWorkProfileUserAvailable() 1503 onView(withId(R.id.tabs)).check(matches(not(isDisplayed()))); in testWorkTab_hiddenWhenWorkProfileUserNotAvailable()
|
/frameworks/base/core/java/android/widget/ |
D | TabHost.java | 161 mTabWidget = findViewById(com.android.internal.R.id.tabs); in setup()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 827 View v = tabHost.findViewById(android.R.id.tabs); in setupTabHost()
|
/frameworks/native/docs/ |
D | Doxyfile | 197 # Doxygen uses this value to replace tabs by spaces in code fragments. 1180 # The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) 1182 # the value YES disables it. Since the tabs have the same information as the
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-q.txt | 370 Lcom/android/internal/R$id;->tabs:I
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 208 # uses this value to replace tabs by spaces in code fragments. 1340 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top 1342 # it. Since the tabs in the index contain the same information as the navigation
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 226 # uses this value to replace tabs by spaces in code fragments. 1407 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top 1409 # it. Since the tabs in the index contain the same information as the navigation
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 226 # uses this value to replace tabs by spaces in code fragments. 1457 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top 1459 # it. Since the tabs in the index contain the same information as the navigation
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 2741 offset += findViewById(R.id.tabs).getHeight();
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 171 # Doxygen uses this value to replace tabs by spaces in code fragments.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2395 // OPEN: Settings (root page if there are multiple tabs)
|
/frameworks/base/core/api/ |
D | current.txt | 2091 field public static final int tabs = 16908307; // 0x1020013
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1715 field public static final int tabs = 16908307; // 0x1020013
|