Home
last modified time | relevance | path

Searched refs:SCROLLBARS_NONE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java736 static final int SCROLLBARS_NONE = 0x00000000; field in View
2937 final int scrollbars = a.getInt(attr, SCROLLBARS_NONE); in View()
2938 if (scrollbars != SCROLLBARS_NONE) { in View()