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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlFormatPreferences.java 129 if (mTabWidth == -1) {
133 mTabWidth = prefs.getInt(key);
137 if (mTabWidth <= 0) {
138 mTabWidth = 4;
142 return mTabWidth;
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 60 private int mTabWidth;
96 mTabWidth = (int) res.getDimension(R.dimen.tab_width);
131 mTabWidth = (int) res.getDimension(R.dimen.tab_width);
327 lp.width = mTabWidth;
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 651 milliseconds