android.app.ListActivity 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.app;
public class ListActivity
extends android.app.Activity
{
public ListActivity() { throw new RuntimeException("Stub!"); }
protected void onListItemClick(android.widget.ListView l, android.view.View v, int position, long id) { throw new RuntimeException("Stub!"); }
protected void onRestoreInstanceState(android.os.Bundle state) { throw new RuntimeException("Stub!"); }
protected void onDestroy() { throw new RuntimeException("Stub!"); }
public void onContentChanged() { throw new RuntimeException("Stub!"); }
public void setListAdapter(android.widget.ListAdapter adapter) { throw new RuntimeException("Stub!"); }
public void setSelection(int position) { throw new RuntimeException("Stub!"); }
public int getSelectedItemPosition() { throw new RuntimeException("Stub!"); }
public long getSelectedItemId() { throw new RuntimeException("Stub!"); }
public android.widget.ListView getListView() { throw new RuntimeException("Stub!"); }
public android.widget.ListAdapter getListAdapter() { throw new RuntimeException("Stub!"); }
}