Class android.view.ViewConfiguration

Changed Constructors
ViewConfiguration() Now deprecated.
 
 

Added Methods
ViewConfiguration  get( Context)  
int  getDoubleTapTimeout()  
int  getScaledDoubleTapSlop()  
int  getScaledEdgeSlop()  
int  getScaledFadingEdgeLength()  
int  getScaledMaximumDrawingCacheSize()  
int  getScaledMinimumFlingVelocity()  
int  getScaledScrollBarSize()  
int  getScaledTouchSlop()  
int  getScaledWindowTouchSlop()  
 

Changed Methods
int  getEdgeSlop() Now deprecated.
 
int  getFadingEdgeLength() Now deprecated.
 
int  getMaximumDrawingCacheSize() Now deprecated.
 
int  getMinimumFlingVelocity() Now deprecated.
 
int  getScrollBarSize() Now deprecated.
 
int  getTouchSlop() Now deprecated.
 
int  getWindowTouchSlop() Now deprecated.
 
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.