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

Class android.widget.GridView

Removed Constructors
android.widget(Context, AttributeSet, Map)  
android.widget(Context, AttributeSet, Map, int)  
 

Added Constructors
GridView(Context, AttributeSet)  
GridView(Context, AttributeSet, int)  
 

Removed Methods
boolean arrowScroll(int) Scrolls to the next or previous item, horizontally or vertically.
int findMotionRow(int)  
boolean fullScroll(int) Go to the last or first item if possible.
boolean pageScroll(int) Scrolls up or down by the number of items currently present on screen.
void setSelectionInt(int) Makes the item at the supplied position selected.
 

Added Methods
boolean onKeyMultiple(int, int, KeyEvent)  
 

Changed Methods
boolean onKeyUp(int, KeyEvent) Method was inherited from android.widget.AbsListView, but is now defined locally.  
 

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