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

  /packages/apps/Browser/src/com/android/browser/
TabScrollView.java 31 public class TabScrollView extends HorizontalScrollView {
43 public TabScrollView(Context context, AttributeSet attrs, int defStyle) {
52 public TabScrollView(Context context, AttributeSet attrs) {
60 public TabScrollView(Context context) {
TabBar.java 62 private TabScrollView mTabs;
104 mTabs = (TabScrollView) findViewById(R.id.tabs);

Completed in 52 milliseconds