HomeSort by relevance Sort by last modified time
    Searched refs:TabStripView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
TabStripView.java 33 public class TabStripView extends LinearLayout {
39 public TabStripView(Context context) {
43 public TabStripView(Context context, AttributeSet attrs) {
ScrollingTabWidget.java 46 private TabStripView mTabsView;
78 mTabsView = (TabStripView) mTabsScrollWrapper.findViewById(android.R.id.tabs);

Completed in 133 milliseconds