static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.dispatchGenericMotionEvent
You can override this to intercept all generic motion events before they are dispatched to the window.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.dispatchKeyEvent
You can override this to intercept all key events before they are dispatched to the window.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.dispatchKeyShortcutEvent |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.dispatchPopulateAccessibilityEvent
Accessibility events that are sent by the system when something notable happens in the user interface.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.dispatchTouchEvent |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.dispatchTrackballEvent |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ProviderEP.insert |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onAccessibilityEvent |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onActionModeFinished |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onActionModeFinished |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onActionModeStarted
Menus may depend on it..
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onActionModeStarted |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onActivityCreated
tells the fragment that its activity has completed its own Activity.onCreate().
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onActivityResult |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onActivityResult
Called when an Activity started by this one returns its result.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onApplyThemeResource
Called by setTheme(int) and getTheme() to apply a theme resource to the current Theme object.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onAppPrivateCommand |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onAttach
called once the fragment is associated with its activity.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onAttachedToWindow
Called when the main window associated with the activity has been attached to the window manager.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onAttachedToWindow |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onAttachFragment
Called when a Fragment is being attached to this activity, immediately after the call to its
Fragment.onAttach() method and before Fragment.onCreate().
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onBackPressed |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onBind
Return the communication channel to the service.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onBindInput
to find out about switching to a new client.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCancel |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onChildTitleChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onComputeInsets
Compute the interesting insets into your UI.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onConfigurationChanged
Unlike activities, other components are never restarted.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onConfigurationChanged
Will be called if you have selected configurations you would like to handle with the configChanges attribute in your manifest.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onConfigurationChanged
Called by the system when the device configuration changes while your component is running.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ApplicationEP.onConfigurationChanged
Called by the system when the device configuration changes while your component is running.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ProviderEP.onConfigurationChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onConfigureWindow |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onConnected |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onContentChanged
This hook is called whenever the content view of the screen changes.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onContentChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onContextItemSelected
This hook is called whenever an item in a context menu is selected.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onContextItemSelected
TODO: How does this correlate to onMenuItemSelected.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onContextMenuClosed
This hook is called whenever the context menu is being closed.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onCreate
called to do initial creation of the fragment.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onCreate
Called after App.onCreate - assumed to be before Service.onCreate.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreate
Called by the system when the service is first created.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ApplicationEP.onCreate
Called when the application is starting, before any activity, service, or receiver objects (excluding content providers) have been created.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ProviderEP.onCreate |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onCreateAnimator
Called when a fragment loads an animation.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreateCandidatesView |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onCreateContextMenu
Called when a context menu for the view is about to be shown.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onCreateContextMenu
Called when a context menu for the view is about to be shown.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onCreateDescription
This method is called before pausing
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onCreateDialog
Callback for creating dialogs that are managed (saved and restored) for you by the activity.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreateEngine |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreateExtractTextView
non-demand generation of the UI.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreateInputMethodInterface |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreateInputMethodSessionInterface |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreateInputView
non-demand generation of the UI.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
LoaderCB.onCreateLoader
Instantiate and return a new Loader for the given ID.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreateMediaRouteProvider |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onCreateNavigateUpTaskStack
This method will be invoked by the default implementation of onNavigateUp()
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onCreateOptionsMenu
Initialize the contents of the Activity's standard options menu.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onCreateOptionsMenu |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onCreatePanelMenu
TODO: GET MORE INFO ON THIS!.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreatePanelMenu |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onCreatePanelView
TODO: GET MORE INFO ON THIS!.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreatePanelView |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onCreatePrinterDiscoverySession |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onCreateThumbnail
This method is called before pausing
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onCreateView
creates and returns the view hierarchy associated with the fragment.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onCreateView
used when inflating with the LayoutInflater returned by getSystemService(String).
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onDeactivated |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onDestroy
called to do final cleanup of the fragment's state.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onDestroy
Perform any final cleanup before an activity is destroyed.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onDestroy
Called by the system to notify a Service that it is no longer used and is being removed.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onDestroyOptionsMenu
Called when this fragment's option menu items are no longer being included in the overall options menu.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onDestroyView
allows the fragment to clean up resources associated with its View.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onDetach
called immediately prior to the fragment no longer being associated with its activity.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onDetachedFromWindow
Called when the main window associated with the activity has been detached from the window manager.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onDetachedFromWindow |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onDisconnected |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onDisplayCompletions |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onDreamingStarted |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onDreamingStopped |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onEvaluateFullscreenMode |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onEvaluateInputViewShown |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onExtractedCursorMovement |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onExtractedSelectionChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onExtractedTextClicked |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onExtractingInputChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onExtractTextContextMenuItem |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onFinishCandidatesView |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onFinishInput |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onFinishInputView |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onGenericMotionEvent
Called when a generic motion event was not handled by any of the views inside of the activity.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onGenericMotionEvent |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onGetEnabled |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onGetFeaturesForLanguage |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onGetLanguage |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onGetSummary |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onGetViewFactory |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
LocationEP.onGpsStatusChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onHandleIntent |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onHiddenChanged
Called when the hidden state has changed.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onInflate
Called when a fragment is being created as part of a view layout inflation, typically from setting the content view of an
activity.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onInitializeInterface
for user-interface initialization, in particular to deal with configuration changes while the service is running.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onInterrupt |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onIsLanguageAvailable |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onKeyDown
The default implementation takes care of KEYCODE_BACK by calling onBackPressed(), though the behavior varies based
on the application compatibility mode: for ECLAIR or later applications, it will set up the dispatch to call
onKeyUp(int, KeyEvent) where the action will be performed; for earlier applications, it will perform the action
immediately in on-down, as those versions of the platform behaved.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onKeyDown |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onKeyLongPress |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onKeyLongPress |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onKeyMultiple |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onKeyMultiple |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onKeyShortcut |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onKeyUp
The default implementation handles KEYCODE_BACK to stop the activity and go back.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onKeyUp |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
LoaderCB.onLoaderReset
Called when a previously created loader is being reset, and thus making its data unavailable.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
LoaderCB.onLoadFinished
Called when a previously created loader has finished its load.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onLoadLanguage |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
LocationEP.onLocationChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onLowMemory |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onLowMemory
While the exact point at which this will be called is not defined, generally it will happen when all background process have been killed.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onLowMemory
This is called when the overall system is running low on memory, and actively running processes should trim their memory usage.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ApplicationEP.onLowMemory
This is called when the overall system is running low on memory, and actively running processes should trim their memory usage.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ProviderEP.onLowMemory |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onMenuItemSelected
TODO More info.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onMenuItemSelected |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onMenuOpened
TODO: More Info
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onMenuOpened |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onNavigateUp
This method is called whenever the user chooses to navigate Up within your application's activity hierarchy from the action bar.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onNavigateUpFromChild
This is called when a child activity of this one attempts to navigate up.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onNewIntent
Activity is re-launched while at the top of the activity stack instead of a new instance of the activity being started.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
LocationEP.onNmeaReceived |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onNotificationPosted |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onNotificationRemoved |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onOptionsItemSelected |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onOptionsItemSelected |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onOptionsMenuClosed |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onOptionsMenuClosed |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onPanelClosed
TODO: GET MORE INFO ON THIS!.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onPanelClosed |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onPause
fragment is no longer interacting with the user either because its activity is being paused or a fragment operation
is modifying it in the activity.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onPause
Activity is going to the background.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onPostCreate
Called when activity start-up is complete.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onPostResume
Called when activity resume is complete.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onPrepareDialog
Provides an opportunity to prepare a managed dialog before it is being shown.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onPrepareNavigateUpTaskStack
Prepare the synthetic task stack that will be generated during Up navigation from a different task.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onPrepareOptionsMenu
This is called right before the menu is shown, every time it is shown.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onPrepareOptionsMenu |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onPreparePanel
TODO: GET MORE INFO ON THIS!.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onPreparePanel |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onPrintJobQueued |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onProvideAssistData
This function will be called after any global assist callbacks.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
LocationEP.onProviderDisabled |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
LocationEP.onProviderEnabled |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onRebind
Called when new clients have connected to the service, after it had previously been notified that all had disconnected in its
onUnbind(Intent).
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onReceive
After return of this method the BroadcastReceiver is assumed to have stopped.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onRequestCancelPrintJob |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onRestart
Current activity is being re-displayed to the user.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onRestoreInstanceState
Restores the View-State (and may do other stuff).
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onResume
makes the fragment interacting with the user (based on its containing activity being resumed).
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onResume
Activity starts interacting with the user.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onRetainNonConfigurationInstance
Called by the system, as part of destroying an activity due to a configuration change, when it is known that a
new instance will immediately be created for the new configuration.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onRevoke |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onSaveInstanceState
Called to ask the fragment to save its current dynamic state.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onSaveInstanceState
Called to retrieve per-instance state from an activity before being killed.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onSearchRequested
This hook is called when the user signals the desire to start a search.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onSearchRequested |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onSharedPreferenceChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onShowInputRequested |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onStart
makes the fragment visible to the user (based on its containing activity being started).
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onStart
Called a view steps before the Activity gets visible.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onStart
Only for backwards compatibility.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onStartCandidatesView
non-demand generation of the UI.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onStartCommand
Called by the system every time a client explicitly starts the service by calling startService(Intent).
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onStartInput
deal with an input session starting with the client.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onStartInputView
deal with input starting within the input area of the IME.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onStartListening |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
LocationEP.onStatusChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onStop
fragment is no longer visible to the user either because its activity is being stopped or a fragment operation is
modifying it in the activity.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onStop
Called when you are no longer visible to the user.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onStop |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onStopListening |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onSynthesizeText |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onTaskRemoved
This is called if the service is currently running and the user has removed a task that comes from the service's application.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onTitleChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onTouchEvent
Called when a touch screen event was not handled by any of the views under it.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onTrackballEvent
Called when the trackball was moved and not handled by any of the views inside of the activity.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onTrackballEvent |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onTrimMemory |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onTrimMemory
This will happen for example when it goes in the background and there is not enough memory to keep as many
background processes running as desired.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onTrimMemory
Called when the operating system has determined that it is a good time for a process to trim unneeded memory from its process.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ApplicationEP.onTrimMemory
Called when the operating system has determined that it is a good time for a process to trim unneeded memory from its process.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ProviderEP.onTrimMemory |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onUnbind
Called when all clients have disconnected from a particular interface published by the service.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onUnbindInput |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onUpdateCursor |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onUpdateExtractedText
Called when the application has reported new extracted text to be shown due to changes in its current text state.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onUpdateExtractingViews |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onUpdateExtractingVisibility |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onUpdateSelection |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onUserInteraction
Called whenever a key, touch, or trackball event is dispatched to the activity.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onUserLeaveHint
Called as part of the activity lifecycle when an activity is about to go into the background as the result of user choice.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onViewClicked |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onViewCreated
Called immediately after onCreateView has returned, but before any saved state has been restored in to the view.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
FragmentEP.onViewStateRestored
tells the fragment that all of the saved state of its view hierarchy has been restored.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onWindowAttributesChanged
This is called whenever the current window attributes change.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onWindowAttributesChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onWindowFocusChanged
Called when the current Window of the activity gains or loses focus.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onWindowFocusChanged |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onWindowHidden |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onWindowShown |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ActivityEP.onWindowStartingActionMode
Give the Activity a chance to control the UI for an action mode requested by the system.
|
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ServiceEP.onWindowStartingActionMode |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ProviderEP.query |
static AndroidEntryPointLocator.AndroidPossibleEntryPoint |
ProviderEP.update |