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

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

Completed in 91 milliseconds