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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatPreferences.java 57 private int mTabWidth = -1; // -1: uninitialized
122 if (mTabWidth == -1) {
126 mTabWidth = prefs.getInt(key);
130 if (mTabWidth <= 0) {
131 mTabWidth = 4;
135 return mTabWidth;
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 63 private int mTabWidth;
99 mTabWidth = (int) res.getDimension(R.dimen.tab_width);
134 mTabWidth = (int) res.getDimension(R.dimen.tab_width);
333 lp.width = mTabWidth;

Completed in 700 milliseconds