Searched defs:mTabOverlap (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DTabScrollView.java36 private int mTabOverlap; field in class:TabScrollView
68 mTabOverlap = (int) ctx.getResources().getDimension(R.dimen.tab_overlap);
228 w -= Math.max(0, mContentView.getChildCount() - 1) * mTabOverlap;
236 int nextLeft = getChildAt(0).getRight() - mTabOverlap;
241 nextLeft += w - mTabOverlap;
H A DTabBar.java87 private int mTabOverlap; field in class:TabBar
114 mTabOverlap = (int) res.getDimension(R.dimen.tab_overlap);
273 setPadding(mTabOverlap, 0, mTabSliceWidth, 0);

Completed in 49 milliseconds