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

Removed Methods
Bitmap dupWindowBitmap() Return a copy of the bitmap holding the overall contents of the window.
void freeze(SparseArray<Parcelable>)  
int getStyle() Retrieve the value of the current style resource for the window; returns 0 if none is set.
ViewInflate getViewInflate() Quick access to the ViewInflate instance that this Window retrieved from its Context.
void setStyle(int) Set a style resource for this window.
void thaw(SparseArray<Parcelable>)  
 

Added Methods
void addFlags(int) Convenience function to set the flag bits as specified in flags, as per .setFlags.
void clearFlags(int) Convenience function to clear the flag bits as specified in flags, as per .setFlags.
int getForcedWindowFlags() Return the window flags that have been explicitly set by the client, so will not be modified by .getDecorView.
LayoutInflater getLayoutInflater() Quick access to the LayoutInflater instance that this Window retrieved from its Context.
int getVolumeControlStream() @see android.app.Activity#getVolumeControlStream()
TypedArray getWindowStyle() Return the android.R.styleable.Window attributes from this window's theme.
boolean hasChildren()  
void onConfigurationChanged(Configuration) Should be called when the configuration is changed.
boolean performContextMenuIdentifierAction(int, int)  
void restoreHierarchyState(Bundle)  
Bundle saveHierarchyState()  
void setVolumeControlStream(int) @see android.app.Activity#setVolumeControlStream(int)
 

Added Fields
int DEFAULT_FEATURES The default features enabled
int FEATURE_CUSTOM_TITLE Flag for custom title.
int FEATURE_OPENGL Flag for asking for an OpenGL enabled window.
 

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