A B C D E F G H I K L M N O P Q R S T U V W Y

O

okButtonPressed() - Method in class org.hermit.android.notice.InfoBox
Called when the OK button is clicked.
onActivityCanceled(Intent) - Method in class org.hermit.android.core.MainActivity.ActivityListener
Called when an activity you launched exits with a result code of RESULT_CANCELED.
onActivityFinished(int, Intent) - Method in class org.hermit.android.core.MainActivity.ActivityListener
Called when an activity you launched exits.
onActivityResult(int, Intent) - Method in class org.hermit.android.core.MainActivity.ActivityListener
Called when an activity you launched exits with a result code other than RESULT_CANCELED, giving you the resultCode it returned, and any additional data from it.
onActivityResult(int, int, Intent) - Method in class org.hermit.android.core.MainActivity
Called when an activity you launched exits, giving you the requestCode you started it with, the resultCode it returned, and any additional data from it.
onCreate(Bundle) - Method in class org.hermit.android.core.HelpActivity
Called when the activity is starting.
onCreate(Bundle) - Method in class org.hermit.android.core.MainActivity
Called when the activity is starting.
onCreate(Bundle) - Method in class org.hermit.android.core.SplashActivity
Called when the activity is starting.
onCreate(SQLiteDatabase) - Method in class org.hermit.android.provider.DatabaseHelper
Called when the database is created for the first time.
onCreate() - Method in class org.hermit.android.provider.TableProvider
Called when the provider is being started.
onCreate(Bundle) - Method in class org.hermit.android.widgets.TimeZoneActivity
Called when the activity is starting.
onDraw(Canvas) - Method in class org.hermit.android.widgets.LinedEditText
Overridden onDraw method.
OneTimeDialog - Class in org.hermit.android.core
A class which handles showing one-off notices.
OneTimeDialog(Activity, String, int, int, int) - Constructor for class org.hermit.android.core.OneTimeDialog
Create a dialog for showing a notice, or other warnings / disclaimers, once only.
onInsert(Uri, TableSchema, ContentValues) - Method in class org.hermit.android.provider.TableProvider
This method is called prior to processing an insert; it is called after TableSchema.onInsert(ContentValues).
onInsert(ContentValues) - Method in class org.hermit.android.provider.TableSchema
This method is called when a new row is added into this table.
onInterceptTouchEvent(MotionEvent) - Method in class org.hermit.android.widgets.HScrollView
 
onLayout(boolean, int, int, int, int) - Method in class org.hermit.android.widgets.HScrollView
 
onListItemClick(ListView, View, int, long) - Method in class org.hermit.android.widgets.TimeZoneActivity
This method will be called when an item in the list is selected.
onMeasure(int, int) - Method in class org.hermit.android.widgets.HScrollView
 
onOk(CharSequence) - Method in interface org.hermit.android.notice.TextInputDialog.OnOkListener
The OK button has been clicked.
onOk() - Method in interface org.hermit.android.notice.YesNoDialog.OnOkListener
The OK button has been clicked.
onPause() - Method in class org.hermit.android.core.SurfaceRunner
Pause the app.
onReadComplete(short[]) - Method in class org.hermit.android.io.AudioReader.Listener
An audio read has completed.
onReadError(int) - Method in class org.hermit.android.io.AudioReader.Listener
An error has occurred.
onRequestFocusInDescendants(int, Rect) - Method in class org.hermit.android.widgets.HScrollView
When looking for focus in children of a scroll view, need to be a little more careful not to give focus to something that is scrolled off screen.
onRestoreInstanceState(Bundle) - Method in class org.hermit.android.core.HelpActivity
This method is called after onStart() when the activity is being re-initialized from a previously saved state, given here in state.
onResume() - Method in class org.hermit.android.core.SurfaceRunner
We're resuming the app.
onSaveInstanceState(Bundle) - Method in class org.hermit.android.core.HelpActivity
Called to retrieve per-instance state from an activity before being killed so that the state can be restored in onCreate(Bundle) or onRestoreInstanceState(Bundle) (the Bundle populated by this method will be passed to both).
onSizeChanged(int, int, int, int) - Method in class org.hermit.android.widgets.HScrollView
 
onStart() - Method in class org.hermit.android.core.SurfaceRunner
The application is starting.
onStop() - Method in class org.hermit.android.core.SurfaceRunner
The application is closing down.
onSurfaceThread() - Method in class org.hermit.android.core.SurfaceRunner
Determine whether the caller is on the surface's animation thread.
onTouchEvent(MotionEvent) - Method in class org.hermit.android.widgets.HScrollView
 
onUpgrade(SQLiteDatabase, int, int) - Method in class org.hermit.android.provider.DatabaseHelper
Called when the database needs to be upgraded.
onWebData(URL, Object, long) - Method in class org.hermit.android.net.CachedFile
This method is invoked when a data item is retrieved from the URL we were invoked on.
onWebData(URL, Object, long) - Method in class org.hermit.android.net.WebBasedData
This method is invoked when a data record is retrieved from the URL we were invoked on.
onWebData(URL, Object, long) - Method in interface org.hermit.android.net.WebFetcher.Listener
This method is invoked when a data item is retrieved from one of the URLs we were invoked on.
onWebDone() - Method in class org.hermit.android.net.CachedFile
This method is invoked when the given URL has been fully fetched.
onWebDone() - Method in class org.hermit.android.net.WebBasedData
This method is invoked when the given URL has been fully fetched.
onWebDone() - Method in interface org.hermit.android.net.WebFetcher.Listener
This method is invoked when the URLs have been fully fetched.
onWebError(String) - Method in class org.hermit.android.net.CachedFile
Handle an error while fetching web data.
onWebError(String) - Method in class org.hermit.android.net.WebBasedData
Handle an error while fetching web data.
onWebError(String) - Method in interface org.hermit.android.net.WebFetcher.Listener
This method is invoked if an error occurs when fetching web data.
onWindowFocusChanged(boolean) - Method in class org.hermit.android.core.SurfaceRunner
Handle changes in focus.
optionSet(int) - Method in class org.hermit.android.core.SurfaceRunner
Check whether the given option flag is set on this surface.
optionSet(int) - Method in class org.hermit.android.instruments.Gauge
Check whether the given option flag is set on this surface.
org.hermit.android.core - package org.hermit.android.core
A library of foundation classes for Android applications.
org.hermit.android.instruments - package org.hermit.android.instruments
 
org.hermit.android.io - package org.hermit.android.io
 
org.hermit.android.net - package org.hermit.android.net
 
org.hermit.android.notice - package org.hermit.android.notice
 
org.hermit.android.provider - package org.hermit.android.provider
A library of classes to facilitate the creating of table-based content providers.
org.hermit.android.sound - package org.hermit.android.sound
These classes provide functions to help apps manage their sound effects.
org.hermit.android.widgets - package org.hermit.android.widgets
 

A B C D E F G H I K L M N O P Q R S T U V W Y