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

/frameworks/base/core/java/android/view/
H A DView.java1346 static final int SCROLLBARS_NONE = 0x00000000; field in class:View
4967 final int scrollbars = a.getInt(attr, SCROLLBARS_NONE);
4968 if (scrollbars != SCROLLBARS_NONE) {

Completed in 165 milliseconds