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.Gallery

Added interface android.view.GestureDetector.OnGestureListener.

Removed Constructors
android.widget(Context, AttributeSet, Map) {@inheritDoc}
android.widget(Context, AttributeSet, Map, int) {@inheritDoc}
 

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

Removed Methods
LayoutParams generateLayoutParams(AttributeSet)  
int getChildHeight(View)  
LayoutParams getDefaultLayoutParams()  
void layout(int, boolean) Creates and positions all views for this Gallery.
void setAnimateNextLayout(boolean) Controls whether the children of this view will animate the next time they go through layout.
 

Added Methods
boolean checkLayoutParams(LayoutParams)  
boolean dispatchKeyEvent(KeyEvent)  
void dispatchSetPressed(boolean)  
void dispatchSetSelected(boolean)  
LayoutParams generateDefaultLayoutParams()  
LayoutParams generateLayoutParams(LayoutParams)  
LayoutParams generateLayoutParams(AttributeSet)  
int getChildDrawingOrder(int, int)  
ContextMenuInfo getContextMenuInfo()  
boolean onDown(MotionEvent) {@inheritDoc}
boolean onFling(MotionEvent, MotionEvent, float, float) {@inheritDoc}
boolean onKeyDown(int, KeyEvent) Handles left, right, and clicking
boolean onKeyUp(int, KeyEvent)  
void onLongPress(MotionEvent) {@inheritDoc}
boolean onScroll(MotionEvent, MotionEvent, float, float) {@inheritDoc}
void onShowPress(MotionEvent) {@inheritDoc}
boolean onSingleTapUp(MotionEvent) {@inheritDoc}
void setCallbackDuringFling(boolean) Whether or not to callback on any .getOnItemSelectedListener() while the items are being flinged.
void setGravity(int) Describes how the child views are aligned.
void setUnselectedAlpha(float) Sets the alpha of items that are not selected in the Gallery.
boolean showContextMenu()  
boolean showContextMenuForChild(View)  
 

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