File
Doc
Category
Size
Date
Package
LauncherActivity.java
API Doc
Android 5.1 API
1815
Sat Mar 14 14:09:36 GMT 2015
android.app
LauncherActivity
java.lang.Object
android.app.ListActivity
public abstract class LauncherActivity extends android.app.ListActivity
Fields Summary
Constructors Summary
public LauncherActivity
()
throw new RuntimeException("Stub!");
Methods Summary
protected
android.content.Intent
getTargetIntent
()
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!");
public
java.util.List
makeListItems
()
throw new RuntimeException("Stub!");
protected void
onCreate
(
android.os.Bundle
icicle)
throw new RuntimeException("Stub!");
protected void
onListItemClick
(
android.widget.ListView
l,
android.view.View
v,
int
position,
long
id)
throw new RuntimeException("Stub!");
protected
java.util.List
onQueryPackageManager
(
android.content.Intent
queryIntent)
throw new RuntimeException("Stub!");
protected void
onSetContentView
()
throw new RuntimeException("Stub!");
public void
setTitle
(
java.lang.CharSequence
title)
throw new RuntimeException("Stub!");
public void
setTitle
(
int
titleId)
throw new RuntimeException("Stub!");
Java Code Source