All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.app.LauncherActivity Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.1_r2.

There is a newer version: 4.1.1.4
Show newest version
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!"); }
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy