API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added interface android.widget.CursorFilter.CursorFilterClient
.
Removed Constructors | |
---|---|
Cursor, |
Constructor. |
Cursor, |
Constructor |
Added Constructors | |
---|---|
Context, |
Constructor. |
Context, |
Constructor |
Removed Methods | |
---|---|
float getAlpha(boolean, |
|
float getScale(boolean, |
|
Cursor runQuery(CharSequence ) |
Runs a query with the specified constraint. |
boolean stableIds() |
Added Methods | |
---|---|
FilterQueryProvider getFilterQueryProvider() |
Returns the query filter provider used for filtering. |
boolean hasStableIds() |
|
Cursor runQueryOnBackgroundThread(CharSequence ) |
Runs a query with the specified constraint. |
void setFilterQueryProvider(FilterQueryProvider ) |
Sets the query filter provider used to filter the current Cursor. |
Changed Methods | ||
---|---|---|
CharSequence convertToString(Cursor ) |
Change in return type from String to CharSequence .Change of visibility from protected to public. |
Converts the cursor into a CharSequence. |
void init(Context, |
Change in signature from (Cursor, Context, boolean ) to (Context, Cursor, boolean ). |
Added Fields | |
---|---|
CursorFilter mCursorFilter |
|
FilterQueryProvider mFilterQueryProvider |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |