/frameworks/base/packages/SettingsLib/ProfileSelector/src/com/android/settingslib/widget/ |
D | ProfileSelectFragment.java | 39 import com.google.android.material.tabs.TabLayout; 40 import com.google.android.material.tabs.TabLayoutMediator; 131 final TabLayout tabs = tabContainer.findViewById(R.id.tabs); in onCreateView() local 132 new TabLayoutMediator(tabs, mViewPager, in onCreateView() 137 final TabLayout.Tab tab = tabs.getTabAt(getSelectedTabPosition(activity, getArguments())); in onCreateView()
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1267 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, in computeDrawingBoundingBox() local 1269 if (tabs.length > 0) { in computeDrawingBoundingBox() 1270 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in computeDrawingBoundingBox() 1680 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class); in getHorizontal() local 1681 if (tabs.length > 0) { in getHorizontal() 1682 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getHorizontal() 1721 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class); in getLineHorizontals() local 1722 if (tabs.length > 0) { in getLineHorizontals() 1723 tabStops = new TabStops(TAB_INCREMENT, tabs); // XXX should reuse in getLineHorizontals() 1771 TabStopSpan[] tabs = in fillHorizontalBoundsForLine() local [all …]
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverActivityTest.java | 427 onView(withId(R.id.tabs)).check(matches(isDisplayed())); in testWorkTab_displayedWhenWorkProfileUserAvailable() 439 onView(withId(R.id.tabs)).check(matches(not(isDisplayed()))); in testWorkTab_hiddenWhenWorkProfileUserNotAvailable() 1175 onView(withId(R.id.tabs)).check(matches(not(isDisplayed()))); in testTriggerFromPrivateProfile_withoutWorkProfile() 1200 onView(withId(R.id.tabs)).check(matches(not(isDisplayed()))); in testTriggerFromPrivateProfile_withWorkProfilePresent() 1225 onView(withId(R.id.tabs)).check(matches(isDisplayed())); in testPrivateProfile_triggerFromPrimaryUser_withWorkProfilePresent() 1250 onView(withId(R.id.tabs)).check(matches(isDisplayed())); in testPrivateProfile_triggerFromWorkProfile() 1275 onView(withId(R.id.tabs)).check(matches(not(isDisplayed()))); in testTriggerFromMainProfile_inSingleUserMode_withWorkProfilePresent() 1297 onView(withId(R.id.tabs)).check(matches(not(isDisplayed()))); in testTriggerFromWorkProfile_inSingleUserMode()
|
/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/proto_logging/stats/enums/photopicker/ |
D | enums.proto | 97 Different picker tabs
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 464 final View tabs = mActionBarTop.getTabContainer(); 465 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/java/android/widget/ |
D | TabHost.java | 161 mTabWidget = findViewById(com.android.internal.R.id.tabs); in setup()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 1105 View tabs = findViewById(R.id.tabs); 1109 float padding = (tabs.getWidth() - mMaxTargetsPerRow * iconSize) 1113 tabs.setPadding((int) padding, 0, (int) padding, 0); 2703 offset += findViewById(R.id.tabs).getHeight(); 2891 int elevatedViewResId = shouldShowTabs() ? R.id.tabs : R.id.chooser_header;
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 794 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/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 | 2403 // OPEN: Settings (root page if there are multiple tabs)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1715 field public static final int tabs = 16908307; // 0x1020013
|
/frameworks/base/core/api/ |
D | current.txt | 2443 field public static final int tabs = 16908307; // 0x1020013
|