Lines Matching refs:mHost

465     FragmentHostCallback mHost;
514 if (mHost != null) {
516 mHost.onDump(" ", null, pw, new String[] { });
544 popBackStackState(mHost.getHandler(), null, -1, 0);
553 return popBackStackState(mHost.getHandler(), null, -1, 0);
560 popBackStackState(mHost.getHandler(), name, -1, flags);
569 return popBackStackState(mHost.getHandler(), name, -1, flags);
579 popBackStackState(mHost.getHandler(), null, id, flags);
591 return popBackStackState(mHost.getHandler(), null, id, flags);
678 DebugUtils.buildShortClassTag(mHost, sb);
775 writer.print(prefix); writer.print(" mHost="); writer.println(mHost);
835 Animation anim = AnimationUtils.loadAnimation(mHost.getContext(), fragment.mNextAnim);
852 return makeOpenCloseAnimation(mHost.getContext(), 1.125f, 1.0f, 0, 1);
854 return makeOpenCloseAnimation(mHost.getContext(), 1.0f, .975f, 1, 0);
856 return makeOpenCloseAnimation(mHost.getContext(), .975f, 1.0f, 0, 1);
858 return makeOpenCloseAnimation(mHost.getContext(), 1.0f, 1.075f, 1, 0);
860 return makeFadeAnimation(mHost.getContext(), 0, 1);
862 return makeFadeAnimation(mHost.getContext(), 1, 0);
865 if (transitionStyle == 0 && mHost.onHasWindowAnimations()) {
866 transitionStyle = mHost.onGetWindowAnimations();
947 f.mSavedFragmentState.setClassLoader(mHost.getContext().getClassLoader());
965 f.mHost = mHost;
968 ? mParent.mChildFragmentManager : mHost.getFragmentManagerImpl();
970 f.onAttach(mHost.getContext());
976 mHost.onAttachFragment(f);
1088 if (mHost.onShouldSaveFragmentState(f) && f.mSavedViewState == null) {
1162 f.mHost = null;
1185 if (mHost == null && newState != Fragment.INITIALIZING) {
1210 if (mNeedMenuInvalidate && mHost != null && mCurState == Fragment.RESUMED) {
1211 mHost.onSupportInvalidateOptionsMenu();
1258 mHost.inactivateFragment(f.mWho);
1461 if (mDestroyed || mHost == null) {
1469 mHost.getHandler().removeCallbacks(mExecCommit);
1470 mHost.getHandler().post(mExecCommit);
1539 if (Looper.myLooper() != mHost.getHandler().getLooper()) {
1559 mHost.getHandler().removeCallbacks(mExecCommit);
1882 fs.mSavedFragmentState.setClassLoader(mHost.getContext().getClassLoader());
1899 Fragment f = fs.instantiate(mHost, mParent);
1976 if (mHost != null) throw new IllegalStateException("Already attached");
1977 mHost = host;
2031 mHost = null;
2199 if (!Fragment.isSupportFragmentClass(mHost.getContext(), fname)) {
2233 fragment.onInflate(mHost.getContext(), attrs, fragment.mSavedFragmentState);
2251 fragment.onInflate(mHost.getContext(), attrs, fragment.mSavedFragmentState);