API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.view.ViewConfiguration

Removed Methods
float getDisabledAlpha() @return The alpha to apply to views in the disabled state
int getScrollBarFadeDuration() @return Duration of the fade when scrollbars fade away in milliseconds
int getScrollDefaultDelay() @return Default delay before the scrollbars fade in milliseconds
 

Added Methods
int getEdgeSlop() @return Inset in pixels to look for touchable content when the user touches the edge of the screen
long getGlobalActionKeyTimeout() The amount of time a user needs to press the relevant key to bring up the global actions dialog.
int getJumpTapTimeout() @return Defines the duration in milliseconds we will wait to see if a touch event is a jump tap.
int getMaximumDrawingCacheSize() The maximum drawing cache size expressed in bytes.
int getMinimumFlingVelocity() Minimum velocity to initiate a fling, as measured in pixels per second
float getScrollFriction() The amount of friction applied to scrolls and flings.
int getWindowTouchSlop() @return Distance a touch must be outside the bounds of a window for it to be counted as outside the window for purposes of dismissing that window.
long getZoomControlsTimeout() The amount of time that the zoom controls should be displayed on the screen expressed in milliseconds.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff