| org.garret.bench.Benchmark
Benchmark | public class Benchmark extends Activity (Code) | | |
Method Summary | |
public void | onCreate(Bundle icicle) Called when the activity is first created. | public boolean | onCreateOptionsMenu(Menu menu) Called when your activity's options menu needs to be created. | public boolean | onOptionsItemSelected(Menu.Item item) Called when a menu item is selected. |
onCreate | public void onCreate(Bundle icicle)(Code) | | Called when the activity is first created.
|
onCreateOptionsMenu | public boolean onCreateOptionsMenu(Menu menu)(Code) | | Called when your activity's options menu needs to be created.
|
onOptionsItemSelected | public boolean onOptionsItemSelected(Menu.Item item)(Code) | | Called when a menu item is selected.
|
|
|