C# Class android.view.ViewConfiguration

Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
get ( android arg0 ) : global::android.view.ViewConfiguration
getDoubleTapTimeout ( ) : int
getEdgeSlop ( ) : int
getFadingEdgeLength ( ) : int
getGlobalActionKeyTimeout ( ) : long
getJumpTapTimeout ( ) : int
getLongPressTimeout ( ) : int
getMaximumDrawingCacheSize ( ) : int
getMaximumFlingVelocity ( ) : int
getMinimumFlingVelocity ( ) : int
getPressedStateDuration ( ) : int
getScaledDoubleTapSlop ( ) : int
getScaledEdgeSlop ( ) : int
getScaledFadingEdgeLength ( ) : int
getScaledMaximumDrawingCacheSize ( ) : int
getScaledMaximumFlingVelocity ( ) : int
getScaledMinimumFlingVelocity ( ) : int
getScaledPagingTouchSlop ( ) : int
getScaledScrollBarSize ( ) : int
getScaledTouchSlop ( ) : int
getScaledWindowTouchSlop ( ) : int
getScrollBarFadeDuration ( ) : int
getScrollBarSize ( ) : int
getScrollDefaultDelay ( ) : int
getScrollFriction ( ) : float
getTapTimeout ( ) : int
getTouchSlop ( ) : int
getWindowTouchSlop ( ) : int
getZoomControlsTimeout ( ) : long

Protected Methods

Method Description
ViewConfiguration ( global @__env )

Private Methods

Method Description
ViewConfiguration ( )

Method Details

ViewConfiguration() protected method

protected ViewConfiguration ( global @__env )
@__env global

get() public static method

public static get ( android arg0 ) : global::android.view.ViewConfiguration
arg0 android
return global::android.view.ViewConfiguration

getDoubleTapTimeout() public static method

public static getDoubleTapTimeout ( ) : int
return int

getEdgeSlop() public static method

public static getEdgeSlop ( ) : int
return int

getFadingEdgeLength() public static method

public static getFadingEdgeLength ( ) : int
return int

getGlobalActionKeyTimeout() public static method

public static getGlobalActionKeyTimeout ( ) : long
return long

getJumpTapTimeout() public static method

public static getJumpTapTimeout ( ) : int
return int

getLongPressTimeout() public static method

public static getLongPressTimeout ( ) : int
return int

getMaximumDrawingCacheSize() public static method

public static getMaximumDrawingCacheSize ( ) : int
return int

getMaximumFlingVelocity() public static method

public static getMaximumFlingVelocity ( ) : int
return int

getMinimumFlingVelocity() public static method

public static getMinimumFlingVelocity ( ) : int
return int

getPressedStateDuration() public static method

public static getPressedStateDuration ( ) : int
return int

getScaledDoubleTapSlop() public method

public getScaledDoubleTapSlop ( ) : int
return int

getScaledEdgeSlop() public method

public getScaledEdgeSlop ( ) : int
return int

getScaledFadingEdgeLength() public method

public getScaledFadingEdgeLength ( ) : int
return int

getScaledMaximumDrawingCacheSize() public method

public getScaledMaximumDrawingCacheSize ( ) : int
return int

getScaledMaximumFlingVelocity() public method

public getScaledMaximumFlingVelocity ( ) : int
return int

getScaledMinimumFlingVelocity() public method

public getScaledMinimumFlingVelocity ( ) : int
return int

getScaledPagingTouchSlop() public method

public getScaledPagingTouchSlop ( ) : int
return int

getScaledScrollBarSize() public method

public getScaledScrollBarSize ( ) : int
return int

getScaledTouchSlop() public method

public getScaledTouchSlop ( ) : int
return int

getScaledWindowTouchSlop() public method

public getScaledWindowTouchSlop ( ) : int
return int

getScrollBarFadeDuration() public static method

public static getScrollBarFadeDuration ( ) : int
return int

getScrollBarSize() public static method

public static getScrollBarSize ( ) : int
return int

getScrollDefaultDelay() public static method

public static getScrollDefaultDelay ( ) : int
return int

getScrollFriction() public static method

public static getScrollFriction ( ) : float
return float

getTapTimeout() public static method

public static getTapTimeout ( ) : int
return int

getTouchSlop() public static method

public static getTouchSlop ( ) : int
return int

getWindowTouchSlop() public static method

public static getWindowTouchSlop ( ) : int
return int

getZoomControlsTimeout() public static method

public static getZoomControlsTimeout ( ) : long
return long