-
- All Implemented Interfaces:
-
android.content.ComponentCallbacks
,android.content.ComponentCallbacks2
,android.content.DialogInterface.OnCancelListener
,android.content.DialogInterface.OnDismissListener
,android.view.View.OnCreateContextMenuListener
public class MomentDialog extends DialogFragment
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
FILE_CHOOSER_RESULT_CODE
-
Method Summary
Modifier and Type Method Description void
onCreate(Bundle savedInstanceState)
View
onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
void
onViewCreated(View view, Bundle savedInstanceState)
void
onStart()
void
onViewStateRestored(Bundle savedInstanceState)
void
onStop()
boolean
back()
void
onActivityResult(int requestCode, int resultCode, Intent data)
void
onConfigurationChanged(Configuration newConfig)
void
onDestroyView()
void
onDestroy()
static String
getCpuArchitecture()
void
setResultCallback(Runnable runnable)
boolean
isShowing()
void
onDismiss(DialogInterface dialog)
-
Methods inherited from class android.app.DialogFragment
dismiss, dismissAllowingStateLoss, dump, getDialog, getShowsDialog, getTheme, isCancelable, onActivityCreated, onAttach, onCancel, onCreate, onCreateDialog, onDestroyView, onDetach, onDismiss, onGetLayoutInflater, onSaveInstanceState, onStart, onStop, setCancelable, setShowsDialog, setStyle, show, show
-
Methods inherited from class android.app.Fragment
equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getContext, getEnterTransition, getExitTransition, getFragmentManager, getHost, getId, getLayoutInflater, getLoaderManager, getParentFragment, getReenterTransition, getResources, getRetainInstance, getReturnTransition, getSharedElementEnterTransition, getSharedElementReturnTransition, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isStateSaved, isVisible, onActivityResult, onAttachFragment, onConfigurationChanged, onContextItemSelected, onCreateAnimator, onCreateContextMenu, onCreateOptionsMenu, onCreateView, onDestroy, onDestroyOptionsMenu, onHiddenChanged, onInflate, onLowMemory, onMultiWindowModeChanged, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPictureInPictureModeChanged, onPrepareOptionsMenu, onRequestPermissionsResult, onResume, onTrimMemory, onViewCreated, onViewStateRestored, postponeEnterTransition, registerForContextMenu, requestPermissions, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setRetainInstance, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setTargetFragment, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivityForResult, startIntentSenderForResult, startPostponedEnterTransition, toString, unregisterForContextMenu
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onCreateView
View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
-
onViewCreated
void onViewCreated(View view, Bundle savedInstanceState)
-
onStart
void onStart()
-
onViewStateRestored
void onViewStateRestored(Bundle savedInstanceState)
-
onStop
void onStop()
-
back
boolean back()
-
onActivityResult
void onActivityResult(int requestCode, int resultCode, Intent data)
-
onConfigurationChanged
void onConfigurationChanged(Configuration newConfig)
-
onDestroyView
void onDestroyView()
-
onDestroy
void onDestroy()
-
getCpuArchitecture
static String getCpuArchitecture()
-
setResultCallback
void setResultCallback(Runnable runnable)
-
isShowing
boolean isShowing()
-
onDismiss
void onDismiss(DialogInterface dialog)
-
-
-
-