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

/frameworks/base/core/java/android/view/
H A DView.java1546 static final int SCROLLBARS_INSET_MASK = 0x01000000; field in class:View
20964 final int offset = (viewFlags & SCROLLBARS_INSET_MASK) == 0
20983 bottom += (viewFlags & SCROLLBARS_INSET_MASK) == 0

Completed in 55 milliseconds