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 

O

onActivityResult(int, int, Intent) - Method in class com.moppyandroid.main.MainActivity
Triggered when a spawned activity exits.
onAvailableActionsChanged(boolean, boolean, boolean) - Method in interface com.moppyandroid.main.service.MusicQueue.Callback
 
onBackPressed() - Method in class com.moppyandroid.main.BrowserActivity
Triggered when the back button/gesture is pressed/occurs
onBackPressed() - Method in class com.moppyandroid.main.MainActivity
Triggered when the back event is raised (e.g.
onBind(Intent) - Method in class com.moppyandroid.main.service.MoppyMediaService
Triggered when this service is bound to with Context.bindService(Intent, ServiceConnection, int).
onBindViewHolder(BrowserAdapter.Holder, int) - Method in class com.moppyandroid.main.BrowserAdapter
Method triggered when a BrowserAdapter.Holder is bound to the RecyclerView.
onBindViewHolder(DeviceAdapter.Holder, int) - Method in class com.moppyandroid.main.DeviceAdapter
Method triggered when a DeviceAdapter.Holder is bound to the RecyclerView.
onBindViewHolder(LibraryAdapter.Holder, int) - Method in class com.moppyandroid.main.LibraryAdapter
Method triggered when a LibraryAdapter.Holder is bound to the RecyclerView.
onBindViewHolder(PathAdapter.Holder, int) - Method in class com.moppyandroid.main.PathAdapter
Method triggered when a PathAdapter.Holder is bound to the RecyclerView.
onBindViewHolder(QueueAdapter.Holder, int) - Method in class com.moppyandroid.main.QueueAdapter
Method triggered when a QueueAdapter.Holder is bound to the RecyclerView.
onCheckedChanged(CompoundButton, boolean) - Method in class com.moppyandroid.main.DeviceAdapter.Holder
 
onCheckedChanged(CompoundButton, boolean) - Method in class com.moppyandroid.main.DeviceSelectorDialog
Triggered when the checked state of a CheckBox changes.
onClick(View) - Method in class com.moppyandroid.main.BrowserAdapter.Holder
Method triggered when a BrowserAdapter.Holder is clicked.
onClick(View) - Method in class com.moppyandroid.main.DeviceAdapter.Holder
Method triggered when a DeviceAdapter.Holder is clicked.
onClick(View) - Method in class com.moppyandroid.main.LibraryAdapter.Holder
Method triggered when a LibraryAdapter.Holder is clicked.
onClick(View) - Method in class com.moppyandroid.main.PathAdapter.Holder
Method triggered when a PathAdapter.Holder is clicked.
onClick(View) - Method in class com.moppyandroid.main.QueueAdapter.Holder
Method triggered when a QueueAdapter.Holder is clicked.
onCreate(Bundle) - Method in class com.moppyandroid.main.BrowserActivity
Triggered when the AppCompatActivity is created
onCreate(Bundle) - Method in class com.moppyandroid.main.DeviceSelectorDialog
Triggered when this DeviceSelectorDialog is created.
onCreate(Bundle) - Method in class com.moppyandroid.main.MainActivity
Triggered when the activity is created.
onCreate() - Method in class com.moppyandroid.main.service.MoppyMediaService
Triggered when the service is first created, usually by the first Context.startService(Intent) call.
onCreate() - Method in class com.moppyandroid.main.service.MoppyMidiService
Triggered when one of this MoppyMidiService's ports is being opened and the MoppyMidiService needs to be started.
onCreateDialog(Bundle) - Method in class com.moppyandroid.main.DeviceSelectorDialog
Triggered when the contained dialog is created.
onCreateViewHolder(ViewGroup, int) - Method in class com.moppyandroid.main.BrowserAdapter
Method triggered when a RecyclerView.ViewHolder is created.
onCreateViewHolder(ViewGroup, int) - Method in class com.moppyandroid.main.DeviceAdapter
Method triggered when a RecyclerView.ViewHolder is created.
onCreateViewHolder(ViewGroup, int) - Method in class com.moppyandroid.main.LibraryAdapter
Method triggered when a RecyclerView.ViewHolder is created.
onCreateViewHolder(ViewGroup, int) - Method in class com.moppyandroid.main.PathAdapter
Method triggered when a RecyclerView.ViewHolder is created.
onCreateViewHolder(ViewGroup, int) - Method in class com.moppyandroid.main.QueueAdapter
Method triggered when a RecyclerView.ViewHolder is created.
onCustomAction(String, Bundle, MediaBrowserServiceCompat.Result<Bundle>) - Method in class com.moppyandroid.main.service.MoppyMediaService
Called to request a custom action to this service.
onDestroy() - Method in class com.moppyandroid.main.BrowserActivity
Triggered when the activity is destroyed.
onDestroy() - Method in class com.moppyandroid.main.MainActivity
Triggered when the app is destroyed (e.g.
onDestroy() - Method in class com.moppyandroid.main.service.MoppyMediaService
Triggered when the service has completed and is being destroyed by the garbage collector.
onDestroy() - Method in class com.moppyandroid.main.service.MoppyMidiService
Triggered when this MoppyMidiService is no longer needed and is getting destroyed.
onDestroyView() - Method in class com.moppyandroid.main.DeviceSelectorDialog
Triggered when the contained dialog is destroyed.
onDeviceConnectionStateChanged() - Method in class com.moppyandroid.main.DeviceSelectorDialog
Updates this DeviceSelectorDialog's available device lists if it is showing, otherwise waits for the next time this DeviceSelectorDialog is shown to refresh.
onDeviceConnectionStateChanged() - Method in class com.moppyandroid.main.DeviceSelectorDialogManager
Lets the DeviceSelectorDialog know that a USB device has been connected or disconnected.
onGetInputPortReceivers() - Method in class com.moppyandroid.main.service.MoppyMidiService
Returns an array only containing the one MidiReceiver used to send MIDI messages to the MoppyMediaService.
onGetRoot(String, int, Bundle) - Method in class com.moppyandroid.main.service.MoppyMediaService
Retrieves the node that allows a connecting client to browse the content library's root folder.
onIOException(IOException) - Method in interface com.moppyandroid.main.service.MidiReceiverAdapter.IOExceptionCallback
 
onItemSelected(AdapterView<?>, View, int, long) - Method in class com.moppyandroid.main.DeviceSelectorDialog
Triggered when an item in either of the Spinners has been selected.
onLoadChildren(String, MediaBrowserServiceCompat.Result<List<MediaBrowserCompat.MediaItem>>) - Method in class com.moppyandroid.main.service.MoppyMediaService
Uses the provided media ID to retrieve the node's children, which are either browsable MediaBrowserCompat.MediaItems (folders) or playable MediaItems.
onLoadCompletion(MidiLibrary) - Method in interface com.moppyandroid.main.service.MidiLibrary.Callback
 
onNothingSelected(AdapterView<?>) - Method in class com.moppyandroid.main.DeviceSelectorDialog
Triggered when the selection disappears from this view.
onOptionsItemSelected(MenuItem) - Method in class com.moppyandroid.main.BrowserActivity
Triggered when an item in the action bar is pressed
onProgressChanged(SeekBar, int, boolean) - Method in class com.moppyandroid.main.MainActivity
Triggered when the song slider has been used.
onRequestPermissionsResult(int, String[], int[]) - Method in class com.moppyandroid.main.MainActivity
Triggered when a permission request is responded to.
onSend(byte[], int, int, long) - Method in class com.moppyandroid.main.service.MidiTransmitterAdapter
Triggered whenever the receiver is passed new MIDI data.
onStart() - Method in class com.moppyandroid.main.DeviceSelectorDialog
Triggered whenever this DeviceSelectorDialog comes into the foreground from a hidden state (e.g.
onStartCommand(Intent, int, int) - Method in class com.moppyandroid.main.service.MoppyMediaService
Triggered when this service is started with a call to Context.startService(android.content.Intent).
onStartTrackingTouch(SeekBar) - Method in class com.moppyandroid.main.MainActivity
Triggered when the song slider begins to be moved.
onStopTrackingTouch(SeekBar) - Method in class com.moppyandroid.main.MainActivity
Triggered when the song slider finishes being moved.
onTaskRemoved(Intent) - Method in class com.moppyandroid.main.service.MoppyMediaService
Triggered when the activity is killed (e.g.
onUsbPermissionIntent(Intent) - Method in class com.moppyandroid.main.DeviceSelectorDialog
Handles device connection when permission had to be requested first.
onUsbPermissionIntent(Intent) - Method in class com.moppyandroid.main.DeviceSelectorDialogManager
Forwards results from UsbManager.requestPermission(UsbDevice, PendingIntent) to the DeviceSelectorDialog for further processing.
open() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
open() - Method in interface jp.kshoji.javax.sound.midi.MidiDevice
Open the MidiDevice.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links