Home | History | Annotate | Download | only in old

Lines Matching refs:mBase

44     private final BaseDialogFragment mBase = new BaseDialogFragment(this);
48 mBase.onActionClicked(getRealActivity(), action);
52 mBase.disableEntryAnimation();
56 if (mBase.mFirstOnStart) {
57 mBase.mFirstOnStart = false;
63 mBase.performEntryTransition(getRealActivity(),
80 mBase.setLayoutProperties(contentAreaId, actionAreaId);
96 mBase.prepareAndAnimateView(
106 mBase.onIntroAnimationFinished();
110 return mBase.isIntroAnimationInProgress();
114 return mBase.getBackgroundDrawable();
118 mBase.setBackgroundDrawable(drawable);
212 ft.replace(mBase.mContentAreaId, fragment, BaseDialogFragment.TAG_CONTENT);
234 ft.replace(mBase.mActionAreaId, fragment, BaseDialogFragment.TAG_ACTION);