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

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

Completed in 290 milliseconds