android.app.LauncherActivity 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 abstract class LauncherActivity
extends android.app.ListActivity
{
public static class ListItem
{
public ListItem() { throw new RuntimeException("Stub!"); }
public android.content.pm.ResolveInfo resolveInfo;
public java.lang.CharSequence label;
public android.graphics.drawable.Drawable icon;
public java.lang.String packageName;
public java.lang.String className;
public android.os.Bundle extras;
}
public class IconResizer
{
public IconResizer() { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable createIconThumbnail(android.graphics.drawable.Drawable icon) { throw new RuntimeException("Stub!"); }
}
public LauncherActivity() { throw new RuntimeException("Stub!"); }
protected void onCreate(android.os.Bundle icicle) { throw new RuntimeException("Stub!"); }
public void setTitle(java.lang.CharSequence title) { throw new RuntimeException("Stub!"); }
public void setTitle(int titleId) { throw new RuntimeException("Stub!"); }
protected void onSetContentView() { throw new RuntimeException("Stub!"); }
protected void onListItemClick(android.widget.ListView l, android.view.View v, int position, long id) { throw new RuntimeException("Stub!"); }
protected android.content.Intent intentForPosition(int position) { throw new RuntimeException("Stub!"); }
protected android.app.LauncherActivity.ListItem itemForPosition(int position) { throw new RuntimeException("Stub!"); }
protected android.content.Intent getTargetIntent() { throw new RuntimeException("Stub!"); }
protected java.util.List onQueryPackageManager(android.content.Intent queryIntent) { throw new RuntimeException("Stub!"); }
public java.util.List makeListItems() { throw new RuntimeException("Stub!"); }
}