Home
last modified time | relevance | path

Searched refs:mTabLayout (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java56 private LinearLayout mTabLayout; field in ScrollingTabContainerView
81 mTabLayout = createTabLayout(); in ScrollingTabContainerView()
92 final int childCount = mTabLayout.getChildCount(); in onMeasure()
151 removeView(mTabLayout); in performCollapse()
179 final int tabCount = mTabLayout.getChildCount(); in setTabSelected()
181 final View child = mTabLayout.getChildAt(i); in setTabSelected()
255 final View tabView = mTabLayout.getChildAt(position); in animateToTab()
348 mTabLayout.removeViewAt(position); in removeTabAt()
359 mTabLayout.removeAllViews(); in removeAllTabs()
508 return mTabLayout.getChildCount(); in getCount()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt86634 Lcom/android/internal/widget/ScrollingTabContainerView;->mTabLayout:Landroid/widget/LinearLayout;