[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
api[jx8,android.support.v4.app] implementation
JavaObject
buildSubclasses: #(
#(Activity FragmentActivity)
#Fragment
) in: 'android.support.v4.app'
reference: 'https://developer.android.com/reference'!
FragmentActivity buildFunctions: #(
#(#dump:fd:writer:args: #(prefix #(fd json) #(writer json) args) )
#(#onAttachFragment: #(#(fragment json)))
#onBackPressed
#(#onConfigurationChanged: #(#(newConfig json)))
#(#onCreatePanelMenu:menu: #(featureId #(menu json)) #Boolean)
#(#onCreateView:name:context:attrs: #(#(parent json) name #(context json) #(attrs json)) #View)
#(#onCreateView:context:attrs: #(name #(context json) #(attrs json)) #View)
#(#onKeyDown:event: #(keyCode #(event json)) #Boolean)
#onLowMemory
#(#onMenuItemSelected:menu: #(featureId #(menu json)) #Boolean)
#(#onMultiWindowModeChanged: #(isInMultiWindowMode))
#(#onPanelClosed:menu: #(featureId #(menu json)))
#(#onPictureInPictureModeChanged: #(isInPictureInPictureMode))
#(#onPreparePanel:view:menu: #(featureId #(view json) #(menu json)))
#(#onRequestPermissionsResult:permisions:grantResults: #(requestCode permissions grantResults))
#(#setEnterSharedElementCallback: #(#(callback json)))
#(#setExitSharedElementCallback: #(#(listener json)))
#(#setSupportMediaController: #(#(mediaController json)))
#(#startActivityForResult:requestCode:options: #(#(intent json) requestCode #(options json)))
#(#startActivityForResult:requestCode: #(#(intent json) requestCode))
#(#startActivityFromFragment:intent:requestCode: #(#(fragment json) #(intent json) requestCode))
#(#startActivityFromFragment:intent:requestCode:options: #(#(fragment json) #(intent json) requestCode #(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)))
#supportFinishAfterTransition
#supportInvalidateOptionsMenu
#supportPostponeEnterTransition
#supportStartPostponedEnterTransition
#(validateRequestPermissionsRequestCode: #(requestCode))
)!
FragmentActivity buildJavaObjectFunctions: #(
#getLastCustomNonConfigurationInstance
#getSupportFragmentManager
#getSupportLoaderManager
#getSupportMediaController
#onRetainCustomNonConfigurationInstance
#onRetainNonConfigurationInstance
#onStateNotSaved
)!
Fragment buildStaticFunctions: #(
#(#instantiate:fname: #(#(context json) fname) #Fragment)
#(#instantiate:fname:args: #(#(context json) fname #(bundle json)) #Fragment)
)!
Fragment buildJavaObjectFunctions: #(
getActivity
getArguments
getEnterTransition
getExitTransition
getHost
getReenterTransition
getReturnTransition
getSharedElementEnterTransition
getSharedElementReturnTransition
)!
Fragment build: #Fragment functions: #(
getParentFragment
getTargetFragment
)!
Fragment build: #View functions: #(
getView
)!
Fragment buildFunctions: #(
getAllowEnterTransitionOverlap
getAllowReturnTransitionOverlap
getId getTag
getRetainInstance getTargetRequestCode
#(getChildFragmentManager #() #FragmentManager)
#(#getContext #() #JavaContext)
#(#getFragmentManager #() #FragmentManager)
#(#getLoaderManager #() #LoaderManager)
#(#getString: #(resId))
#(#getString:with: #(resId formatArgs))
#(#getString:with:with: #(resId format1 format2))
#(#getString:with:with:with: #(resId format1 format2 format3))
#(#getResources #() #Resources)
#(#getText: #(resId))
getUserVisibleHint
#isAdded #isDetached
#isHidden #isInLayout
#isRemoving #isResumed
#isVisible
#(#shouldShowRequestPermissionRationale: #(permission))
#(#registerForContextMenu: #(#(view json)))
#(#requestPermissions:requestCode: #(permissions requestCode))
#(#setAllowEnterTransitionOverlap: #(allow))
#(#setAllowReturnTransitionOverlap: #(allow))
#(#setArguments: #(#(args json)))
#(#setEnterSharedElementCallback: #(#(callback json)))
#(#setEnterTransition: #(#(transition json)))
#(#setExitSharedElementCallback: #(#(callback json)))
#(#setExitTransition: #(#(transition json)))
#(#setHasOptionsMenu: #(hasMenu))
#(#setInitialSavedState: #(#(state json)))
#(#setMenuVisibility: #(menuVisible))
#(#setReenterTransition: #(#(transition json)))
#(#setRetainInstance: #(retain))
#(#setReturnTransition: #(#(transition json)))
#(#setSharedElementEnterTransition: #(#(transition json)))
#(#setSharedElementReturnTransition: #(#(transition json)))
#(#setTargetFragment:requestCode: #(#(fragment json) requestCode))
#(#setUserVisibleHint: #(isVisibleToUser))
#(#startActivity: #(#(intent json)))
#(#startActivity:options: #(#(intent json) #(options json)))
#(#startActivityForResult:requestCode: #(#(intent json) requestCode))
#(#startActivityForResult:requestCode:options: #(#(intent json) requestCode #(options json)))
#(#unregisterForContextMenu: #(#(view json)))
)!