MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / onCreateView

Method onCreateView

src/com/odoo/base/login/SyncWizard.java:60–75  ·  view source on GitHub ↗
(LayoutInflater inflater, ViewGroup container,
			Bundle savedInstanceState)

Source from the content-addressed store, hash-verified

58 HashMap<String, String> authorities = new HashMap<String, String>();
59
60 @Override
61 public View onCreateView(LayoutInflater inflater, ViewGroup container,
62 Bundle savedInstanceState) {
63 setHasOptionsMenu(true);
64 context = (MainActivity) getActivity();
65 scope = new AppScope(this);
66 rootView = inflater.inflate(R.layout.fragment_sync_wizard, container,
67 false);
68 getActivity().setTitle(R.string.title_configuration);
69 getActivity().getActionBar().setDisplayHomeAsUpEnabled(false);
70 getActivity().getActionBar().setHomeButtonEnabled(false);
71
72 generateLayout();
73
74 return rootView;
75 }
76
77 private void generateLayout() {
78

Callers

nothing calls this directly

Calls 2

generateLayoutMethod · 0.95
setTitleMethod · 0.45

Tested by

no test coverage detected