Searched defs:stripEnabled (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DTabWidget.java298 * @param stripEnabled true if the bottom strips should be drawn.
300 public void setStripEnabled(boolean stripEnabled) { argument
301 mDrawBottomStrips = stripEnabled;

Completed in 49 milliseconds