Package | com.myflashlab.air.extensions.richWebView.android |
Class | public class Scroller |
Inheritance | Scroller Object |
Constant | Defined By | ||
---|---|---|---|
INSIDE_INSET : int = 1 [static] | Scroller | ||
INSIDE_OVERLAY : int = 0 [static] | Scroller | ||
OUTSIDE_INSET : int = 3 [static] | Scroller | ||
OUTSIDE_OVERLAY : int = 2 [static] | Scroller | ||
OVER_SCROLL_ALWAYS : int = 0 [static] | Scroller | ||
OVER_SCROLL_IF_CONTENT_SCROLLS : int = 1 [static] | Scroller | ||
OVER_SCROLL_NEVER : int = 2 [static] | Scroller |
INSIDE_INSET | Constant |
public static const INSIDE_INSET:int = 1
INSIDE_OVERLAY | Constant |
public static const INSIDE_OVERLAY:int = 0
OUTSIDE_INSET | Constant |
public static const OUTSIDE_INSET:int = 3
OUTSIDE_OVERLAY | Constant |
public static const OUTSIDE_OVERLAY:int = 2
OVER_SCROLL_ALWAYS | Constant |
public static const OVER_SCROLL_ALWAYS:int = 0
OVER_SCROLL_IF_CONTENT_SCROLLS | Constant |
public static const OVER_SCROLL_IF_CONTENT_SCROLLS:int = 1
OVER_SCROLL_NEVER | Constant |
public static const OVER_SCROLL_NEVER:int = 2