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

/frameworks/base/core/java/android/view/
H A DView.java1507 SCROLLBARS_INSIDE_INSET,
1526 public static final int SCROLLBARS_INSIDE_INSET = 0x01000000; field in class:View
16366 * SCROLLBARS_INSIDE_OVERLAY or SCROLLBARS_INSIDE_INSET. If you want them to
16370 * SCROLLBARS_INSIDE_OVERLAY, SCROLLBARS_INSIDE_INSET,
16373 * @see #SCROLLBARS_INSIDE_INSET
16391 * @see #SCROLLBARS_INSIDE_INSET
16399 @ViewDebug.IntToString(from = SCROLLBARS_INSIDE_INSET, to = "INSIDE_INSET"),

Completed in 60 milliseconds