android.widget.ResourceCursorAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.widget;
public abstract class ResourceCursorAdapter
extends android.widget.CursorAdapter
{
@java.lang.Deprecated()
public ResourceCursorAdapter(android.content.Context context, int layout, android.database.Cursor c) { super((android.content.Context)null,(android.database.Cursor)null,0); throw new RuntimeException("Stub!"); }
public ResourceCursorAdapter(android.content.Context context, int layout, android.database.Cursor c, boolean autoRequery) { super((android.content.Context)null,(android.database.Cursor)null,0); throw new RuntimeException("Stub!"); }
public ResourceCursorAdapter(android.content.Context context, int layout, android.database.Cursor c, int flags) { super((android.content.Context)null,(android.database.Cursor)null,0); throw new RuntimeException("Stub!"); }
public android.view.View newView(android.content.Context context, android.database.Cursor cursor, android.view.ViewGroup parent) { throw new RuntimeException("Stub!"); }
public android.view.View newDropDownView(android.content.Context context, android.database.Cursor cursor, android.view.ViewGroup parent) { throw new RuntimeException("Stub!"); }
public void setViewResource(int layout) { throw new RuntimeException("Stub!"); }
public void setDropDownViewResource(int dropDownLayout) { throw new RuntimeException("Stub!"); }
}