Searched refs:mTabViewLayoutId (Results 1 – 6 of 6) sorted by relevance
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 74 private int mTabViewLayoutId; field in SlidingTabLayout 149 mTabViewLayoutId = layoutResId; in setCustomTabView() 205 if (mTabViewLayoutId != 0) { in populateTabStrip() 207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip, in populateTabStrip()
|
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 74 private int mTabViewLayoutId; field in SlidingTabLayout 149 mTabViewLayoutId = layoutResId; in setCustomTabView() 205 if (mTabViewLayoutId != 0) { in populateTabStrip() 207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip, in populateTabStrip()
|
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 74 private int mTabViewLayoutId; field in SlidingTabLayout 149 mTabViewLayoutId = layoutResId; in setCustomTabView() 205 if (mTabViewLayoutId != 0) { in populateTabStrip() 207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip, in populateTabStrip()
|
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 74 private int mTabViewLayoutId; field in SlidingTabLayout 149 mTabViewLayoutId = layoutResId; in setCustomTabView() 205 if (mTabViewLayoutId != 0) { in populateTabStrip() 207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip, in populateTabStrip()
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 74 private int mTabViewLayoutId; field in SlidingTabLayout 149 mTabViewLayoutId = layoutResId; in setCustomTabView() 205 if (mTabViewLayoutId != 0) { in populateTabStrip() 207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip, in populateTabStrip()
|
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/ |
D | SlidingTabLayout.java | 74 private int mTabViewLayoutId; field in SlidingTabLayout 149 mTabViewLayoutId = layoutResId; in setCustomTabView() 205 if (mTabViewLayoutId != 0) { in populateTabStrip() 207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip, in populateTabStrip()
|