Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

O

ocr_error - Static variable in class jadomican.a4thyearproject.R.string
 
ocr_failure - Static variable in class jadomican.a4thyearproject.R.string
 
ocr_header - Static variable in class jadomican.a4thyearproject.R.string
 
ocr_success - Static variable in class jadomican.a4thyearproject.R.string
 
OcrCaptureActivity - Class in jadomican.a4thyearproject
The activity representing the actual camera capture screen.
OcrCaptureActivity() - Constructor for class jadomican.a4thyearproject.OcrCaptureActivity
 
OcrDetectorProcessor - Class in jadomican.a4thyearproject
This class is a simple Processor which gets detected TextBlocks and adds them to the overlay as OcrGraphics.
OcrGraphic - Class in jadomican.a4thyearproject
Class representing the Graphic instance for rendering TextBlock position, size, and ID within an associated graphic overlay view.
ok - Static variable in class jadomican.a4thyearproject.R.string
 
onAutoFocus(boolean) - Method in interface jadomican.a4thyearproject.camera.CameraSource.AutoFocusCallback
Called when the camera auto focus completes.
onAutoFocusMoving(boolean) - Method in interface jadomican.a4thyearproject.camera.CameraSource.AutoFocusMoveCallback
Called when the camera auto focus starts or stops.
onBackDeviceButtonPressed() - Method in class jadomican.a4thyearproject.BaseAppCompatActivity
The device back button behaves differently depending on the context.
onBackPressed() - Method in class jadomican.a4thyearproject.BaseAppCompatActivity
Open the navigation drawer when pressing the back button
onBackPressed() - Method in class jadomican.a4thyearproject.MedicineDetailsActivity
On the medicine details screen the back button returns to the search results, rather than opening the navigation drawer
onCreate() - Method in class jadomican.a4thyearproject.Application
 
onCreate(Bundle) - Method in class jadomican.a4thyearproject.AuthenticatorActivity
Sets up the AWS identity manager authentication dialogs and UI
onCreate(Bundle) - Method in class jadomican.a4thyearproject.BaseAppCompatActivity
 
onCreate() - Method in class jadomican.a4thyearproject.data.UserDetailsContentProvider
Part of the Content Provider interface.
onCreate(Bundle) - Method in class jadomican.a4thyearproject.MainActivity
Override the onCreate method in BaseAppCompatActivity with Activity-specific code
onCreate() - Method in class jadomican.a4thyearproject.MediApp
Method to allow retrieval of app context
onCreate(Bundle) - Method in class jadomican.a4thyearproject.MedicineDetailsActivity
Override the base class onCreate method with Activity specific code
onCreate(Bundle) - Method in class jadomican.a4thyearproject.MedicineListActivity
Overrides the BaseAppCompatActivity onCreate method with Activity-specific tasks
onCreate(Bundle) - Method in class jadomican.a4thyearproject.OcrCaptureActivity
Set the content view for the camera viewfinder Activity
onCreate(Bundle) - Method in class jadomican.a4thyearproject.ProfileMedicineListActivity
Overrides the Base class Activity and provides activity specific actions
onCreate(Bundle) - Method in class jadomican.a4thyearproject.UserDetailActivity
Override the onCreate method in BaseAppCompatActivity with Activity-specific code
onCreate(Bundle) - Method in class jadomican.a4thyearproject.UserDetailFragment
Unbundle the profile id that this screen is representing.
onCreateOptionsMenu(Menu) - Method in class jadomican.a4thyearproject.BaseAppCompatActivity
 
onCreateOptionsMenu(Menu) - Method in class jadomican.a4thyearproject.OcrCaptureActivity
Add the additional action bar items based on the xml defined menu
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class jadomican.a4thyearproject.UserDetailFragment
Populate the editable text boxes on view creation.
onDestroy() - Method in class jadomican.a4thyearproject.OcrCaptureActivity
Release resources associated with the camera source, associated detectors and the processing pipeline
onDraw(Canvas) - Method in class jadomican.a4thyearproject.camera.GraphicOverlay
Draws the overlay with its associated graphic objects.
onError() - Method in interface jadomican.a4thyearproject.LoadJSONTask.Listener
 
onError() - Method in class jadomican.a4thyearproject.MedicineListActivity
Called if there is an error when trying to query the API.
onItemClick(AdapterView<?>, View, int, long) - Method in class jadomican.a4thyearproject.MedicineListActivity
Handle user's clicking on a list item.
onItemClick(AdapterView<?>, View, int, long) - Method in class jadomican.a4thyearproject.ProfileMedicineListActivity
Show medicine conflicts on list item click
onLayout(boolean, int, int, int, int) - Method in class jadomican.a4thyearproject.camera.CameraSourcePreview
 
onLoaded(List<Medicine>) - Method in interface jadomican.a4thyearproject.LoadJSONTask.Listener
 
onLoaded(List<Medicine>) - Method in class jadomican.a4thyearproject.MedicineListActivity
onLoaded method called when the search request is successful.
onNewIntent(Intent) - Method in class jadomican.a4thyearproject.MedicineListActivity
Allow user to re-search within search results page
onOptionsItemSelected(MenuItem) - Method in class jadomican.a4thyearproject.BaseAppCompatActivity
The Base method for handling users clicking various toolbar options.
onOptionsItemSelected(MenuItem) - Method in class jadomican.a4thyearproject.MedicineListActivity
Additional options to allow user to sort list of medicines if they choose
onOptionsItemSelected(MenuItem) - Method in class jadomican.a4thyearproject.OcrCaptureActivity
Handle menu options when tapped
onOptionsItemSelected(MenuItem) - Method in class jadomican.a4thyearproject.ProfileMedicineListActivity
Allow user to sort list by name, date added (most recent) and type, overriding base class version
onPause() - Method in class jadomican.a4thyearproject.OcrCaptureActivity
Stop the camera on pause of activity
onPause() - Method in class jadomican.a4thyearproject.UserDetailFragment
Handle the fragment being paused
onPictureTaken(byte[]) - Method in interface jadomican.a4thyearproject.camera.CameraSource.PictureCallback
Called when image data is available after a picture is taken.
onPostExecute(MedicineResponse) - Method in class jadomican.a4thyearproject.LoadJSONTask
Dismiss the dialog and load up the list, or inform the user if there is an error
onPreExecute() - Method in class jadomican.a4thyearproject.LoadJSONTask
Show a progress dialog while the page loads
onRequestPermissionsResult(int, String[], int[]) - Method in class jadomican.a4thyearproject.OcrCaptureActivity
Callback method called after camera permission request
onResume() - Method in class jadomican.a4thyearproject.BaseAppCompatActivity
 
onResume() - Method in class jadomican.a4thyearproject.MedicineDetailsActivity
Sync user on resume of Activity to maintain consistency with the backend database
onResume() - Method in class jadomican.a4thyearproject.OcrCaptureActivity
Restarts the camera on resume of Activity
onResume() - Method in class jadomican.a4thyearproject.ProfileMedicineListActivity
Sync the user and reload the list on Activity resume
onResume() - Method in class jadomican.a4thyearproject.UserDetailFragment
Sync user on resume to maintain latest details
onShutter() - Method in interface jadomican.a4thyearproject.camera.CameraSource.ShutterCallback
Called as near as possible to the moment when a photo is captured from the sensor.
onStop() - Method in class jadomican.a4thyearproject.MedicineDetailsActivity
Turn off TTS when leaving the medicine information screen
onTouchEvent(MotionEvent) - Method in class jadomican.a4thyearproject.OcrCaptureActivity
Handle the user touching the graphics on screen
overlapAnchor - Static variable in class jadomican.a4thyearproject.R.attr
May be a boolean value, such as "true" or "false".
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links