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

/frameworks/base/core/java/android/view/
H A DView.java937 public static final int SCROLLBARS_INSIDE_INSET = 0x01000000; field in class:View
11138 * SCROLLBARS_INSIDE_OVERLAY or SCROLLBARS_INSIDE_INSET. If you want them to
11142 * SCROLLBARS_INSIDE_OVERLAY, SCROLLBARS_INSIDE_INSET,
11145 * @see #SCROLLBARS_INSIDE_INSET
11163 * @see #SCROLLBARS_INSIDE_INSET
11171 @ViewDebug.IntToString(from = SCROLLBARS_INSIDE_INSET, to = "INSIDE_INSET"),

Completed in 36 milliseconds