[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
api[jx8,android.app] implementation
JavaObject
buildSubclasses: #(
#Activity
) in: 'android.app'
reference: 'https://developer.android.com/reference'!
Activity buildFunctions: #(
#(#addContentView:params: #(#(view json) #(params json)))
#closeContextMenu #closeOptionsMenu
#(#createPendingResult:data:flags: #(requestCode #(data json) flags) #PendingIntent)
#dismissKeyboardShortcutsHelper
#(#dispatchGenericMotionEvent: #(#(event json)) #Boolean)
#(#dispatchKeyEvent: #(#(event json)) #Boolean)
#(#dispatchKeyShortcutEvent: #(#(event json)) #Boolean)
#(#dispatchPopulateAccessibilityEvent: #(#(event json)) #Boolean)
#(#dispatchTouchEvent: #(#(event json)) #Boolean)
#(#dispatchTrackballEvent: #(#(event json)) #Boolean)
#enterPictureInPictureMode
#(#findViewById: #(id) #View)
#finish
#(#finishActivity: #(requestCode))
#(#finishActivityFromChild:requestCode: #(#(child json) requestCode))
#finishAffinity #finishAfterTransition
#finishAndRemoveTask
#(#finishFromChild: #(#(child json)))
#getCallingPackage
#getChangingConfigurations
#getLocalClassName
#(#getPreferences: #(mode) #SharedPreferences)
#getRequestedOrientation
#(#getSystemService: #(name) #JavaObject)
#getTaskId #getTitle #getTitleColor
#getVolumeControlStream
#invalidateOptionsMenu
#(#moveTaskToBack: #(nonRoot) #Boolean)
#(#navigateUpTo: #(#(upIntent json)) #Boolean)
#(#navigateUpToFromChild:upIntent: #(#(child json) #(upIntent json)) #Boolean)
#(#onActionModeFinished: #(#(mode json)))
#(#onActionModeStarted: #(#(mode json)))
#(#onActivityReenter:data: #(resultCode #(data json)))
#(#onAttachFragment: #(#(fragment json)))
#onAttachedToWindow
#onBackPressed
#(#onConfigurationChanged: #(#(newConfig json)))
#onContentChanged
#(#onContextItemSelected: #(#(item json)) #Boolean)
#(#onContextMenuClosed: #(#(menu json)))
#(#onCreate:persistentState: #(#(savedInstanceState json) #(persistentState json)))
#(#onCreateContextMenu:v:menuInfo: #(#(menu json) #(view json) #(menuInfo json)))
#onCreateDescription
#(#onCreateNavigateUpTaskStack: #(#(builder json)))
#(#onCreateOptionsMenu: #(#(menu json)))
#(#onCreatePanelMenu:menu: #(featureId #(menu json)) #Boolean)
#(#onCreatePanelView: #(featureId) #View)
#(#onCreateThumbnail:canvas: #(#(bitmap json) #(canvas json)) #Boolean)
#(#onCreateView:name:context:attrs: #(#(parent json) name #(context json) #(attrs json)) #View)
#(#onCreateView:context:attrs: #(name #(context json) #(attrs json)) #View)
#onDetachedFromWindow
#onEnterAnimationComplete
#(#onGenericMotionEvent: #(#(event json)) #Boolean)
#(#onKeyDown:event: #(keyCode #(event json)) #Boolean)
#(#onKeyLongPress:event: #(keyCode #(event json)) #Boolean)
#(#onKeyMultiple:repeatCount:event: #(keyCode repeatCount #(event json)) #Boolean)
#(#onKeyShortcut:event: #(keyCode #(event json)) #Boolean)
#(#onKeyUp:event: #(keyCode #(event json)) #Boolean)
#onLocalVoiceInteractionStarted
#onLocalVoiceInteractionStopped
#onLowMemory
#(#onMenuItemSelected:item: #(featureId #(item json)) #Boolean)
#(#onMenuOpened:item: #(featureId #(menu json)) #Boolean)
#(#onMultiWindowModeChanged: #(isInMultiWindowMode))
#(#onNavigateUpFromChild: #(#(child json)) #Boolean)
#(#onOptionsItemSelected: #(#(item json)) #Boolean)
#(#onOptionsMenuClosed: #(#(menu json)))
#(#onPanelClosed:menu: #(featureId #(menu json)))
#(#onPictureInPictureModeChanged: #(isInPictureInPictureMode))
#(#onPostCreate:persistentState: #(#(savedInstanceState json) #(persistentState json)))
#(#onPrepareOptionsMenu: #(#(menu json)))
#(#onPreparePanel:view:menu: #(featureId #(view json) #(menu json)) #Boolean)
#(#onProvideAssistContent: #(#(outContent json)))
#(#onProvideAssistData: #(#(data json)))
#(#onProvideKeyboardShortcuts:menu:deviceId: #(#(data json) #(menu json) deviceId))
#(#onRequestPermissionsResult:permissions:grantResults: #(requestCode permissions grantResults))
#(#onRestoreInstanceState:persistentState: #(#(instanceState json) #(persistentState json)))
#(#onSaveInstanceState:persistentState: #(#(instanceState json) #(persistentState json)))
#(#onSearchRequested: #(#(searchEvent json)) #Boolean)
#onStateNotSaved
#(#onTouchEvent: #(#(event json)) #Boolean)
#(#onTrackballEvent: #(#(event json)) #Boolean)
#(#onTrimMemory: #(level))
#onUserInteraction
#onVisibleBehindCanceled
#(#onWindowAttributesChanged: #(#(params json)))
#(#onWindowFocusChanged: #(hasFocus))
#(#onWindowStartingActionMode:type: #(#(callback json) type) #ActionMode)
#(#onWindowStartingActionMode: #(#(callback json)) #ActionMode)
#(#openContextMenu: #(#(view json)))
#openOptionsMenu
#(#overridePendingTransition:exitAnim: #(enterAnim exitAnim))
#postponeEnterTransition
#recreate
#(#registerForContextMenu: #(#(view json)))
#reportFullyDrawn
#(#requestDragAndDropPermissions: #(#(event json)) #DragAndDropPermissions)
#(#requestPermissions:requestCode: #(permissions requestCode))
#requestShowKeyboardShortcuts
#(#requestVisibleBehind: #(visible) #Boolean)
#(#requestWindowFeature: #(featureId) #Boolean)
#(#runOnUiThread: #(#(action json)))
#(#setActionBar: #(#(toolbar json)))
#(#setContentTransitionManager: #(#(tm json)))
#(#setContentView:params: #(#(view json) #(params json)))
#(#setContentView: #(#(viewOrLayoutResID json)))
#(#setDefaultKeyMode: #(mode))
#(#setEnterSharedElementCallback: #(#(callback json)))
#(#setExitSharedElementCallback: #(#(callback json)))
#(#setFeatureDrawable:drawable: #(featureId #(drawable json)))
#(#setFeatureDrawableAlpha:alpha: #(featureId alpha))
#(#setFeatureDrawableResource:resId: #(featureId resId))
#(#setFeatureDrawableUri:uri: #(featureId #(uri json)))
#(#setFinishOnTouchOutside: #(finish))
#(#setImmersive: #(aBoolean))
#(#setIntent: #(#(intent json)))
#(#setMediaController: #(#(controller json)))
#(#setRequestedOrientation: #(orientation))
#(#setResult:data: #(resultCode #(data json)))
#(#setResult: #(resultCode))
#(#setTaskDescription: #(#(taskDescription json)))
#(#setTheme: #(resId))
#(#setTitle: #(title))
#(#setVisible: #(visible))
#(#setVolumeControlStream: #(streamType))
#(#setVrModeEnabled:requestedComponent: #(enabled #(requestedComponent json)))
#(#shouldShowRequestPermissionRationale: #(permission) #Boolean)
#(#shouldUpRecreateTask: #(#(intent json)) #Boolean)
#(#showAssist: #(#(argsBundle json)) #Boolean)
#showLockTaskEscapeMessage
#(#startActionMode:type: #(#(callback json) type) #ActionMode)
#(#startActionMode: #(#(callback json)) #ActionMode)
#(#startActivities:options: #(#(intents handles) #(options json)))
#(#startActivities: #(#(intents handles)))
#(#startActivity: #(#(intent json)))
#(#startActivity:options: #(#(intent json) #(options json)))
#(#startActivityForResult:requestCode: #(#(intent json) requestCode))
#(#startActivityForResult:requestCode:options: #(#(intent json) requestCode #(options json)))
#(#startActivityFromChild:intent:requestCode:options: #(#(child json) #(intent json) requestCode #(options json)))
#(#startActivityFromFragment:intent:requestCode:options: #(#(fragment json) #(intent json) requestCode #(options json)))
#(#startActivityFromFragment:intent:requestCode: #(#(fragment json) #(intent json) requestCode))
#(#startActivityIfNeeded:requestCode:options: #(#(intent json) requestCode #(options json)))
#(#startActivityIfNeeded:requestCode: #(#(intent json) requestCode))
#(#startIntentSender:fillInIntent:flagsMask:flagsValues:extraFlags:
#(#(intent json) #(fillInIntent json) flagsMask flagsValues extraFlags))
#(#startIntentSender:fillInIntent:flagsMask:flagsValues:extraFlags:options:
#(#(intent json) #(fillInIntent json) flagsMask flagsValues extraFlags #(options json)))
#(#startIntentSenderForResult:requestCode:fillIntent:flagsMask:flagsValues:extraFlags:
#(#(intent json) requestCode #(fillIntent json) flagsMask flagsValues extraFlags))
#(#startIntentSenderForResult:requestCode:fillIntent:flagsMask:flagsValues:extraFlags:options:
#(#(intent json) requestCode #(fillIntent json) flagsMask flagsValues extraFlags #(options json)))
#(#startIntentSenderFromFragment:intent:requestCode:fillIntent:flagsMask:flagsValues:extraFlags:options:
#(#(intent json) #(fragment json) requestCode #(fillIntent json) flagsMask flagsValues extraFlags #(options json)))
#(#startLocalVoiceInteraction: #(#(privateOptions json)))
#startLockTask
#(#startNextMatchingActivity:options: #(#(intent json) #(options json)))
#(#startNextMatchingActivity: #(#(intent json)))
#startPostponedEnterTransition
#(#startSearch:selectInitialQuery:appSearchData:globalSearch:
#(initialQuery selectInitialQuery #(appSearchData json) globalSearch))
#stopLocalVoiceInteraction
#stopLockTask
#(#takeKeyEvents: #(aBoolean))
#(#triggerSearch:appSearchData: #(query #(appSearchData json)))
#(#unregisterForContextMenu: #(#(view json)))
)!
Activity buildBooleanFunctions: #(
#isChangingConfigurations
#isChild
#hasWindowFocus
#isDestroyed
#isFinishing
#isImmersive
#isInMultiWindowMode
#isInPictureInPictureMode
#isLocalVoiceInteractionSupported
#isTaskRoot
#isVoiceInteraction
#isVoiceInteractionRoot
#onNavigateUp
#onSearchRequested
#releaseInstance
)!
Activity buildJavaObjectFunctions: #(
#getActionBar
#getApplication
#getCallingActivity
#getComponentName
#getContentScene
#getContentTransitionManager
#getCurrentFocus
#getFragmentManager
#getIntent
#getLastNonConfigurationInstance
#getLayoutInflater
#getLoaderManager
#getMediaController
#getMenuInflater
#getParent
#getParentActivityIntent
#getReferrer
#getSearchEvent
#getVoiceInteractor
#getWindow
#getWindowManager
#onProvideReferrer
#onRetainNonConfigurationInstance
)!