API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
int getAnimationStyle() |
Return the animation style to use the popup appears and disappears |
void setAnimationStyle(int ) |
Change the animation style for this popup. |
void setBackgroundDrawable(Drawable ) |
Change the background drawable for this popup window. |
void setIgnoreCheekPress() |
set the flag on popup to ignore cheek press events This method has to be invoked before displaying the content view of the popup for the window flags to take effect and will be ignored if the pop up is already displayed. |
void showAsDropDown(View ) |
Display the content view in a popup window anchored to the bottom-left corner of the anchor view. |
void showAsDropDown(View, |
Display the content view in a popup window anchored to the bottom-left corner of the anchor view offset by the specified x and y coordinates. |
void showAtLocation(View, |
Display the content view in a popup window at the specified location. |
void update(View, |
Updates the position and the dimension of the popup window. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |