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

Method onDrawerClosed

src/com/odoo/MainActivity.java:208–213  ·  view source on GitHub ↗
(View drawerView)

Source from the content-addressed store, hash-verified

206 R.string.app_name) {
207
208 @Override
209 public void onDrawerClosed(View drawerView) {
210 super.onDrawerClosed(drawerView);
211 getActionBar().setIcon(R.drawable.ic_odoo_o);
212 setTitle(mAppTitle, null);
213 }
214
215 @Override
216 public void onDrawerOpened(View drawerView) {

Callers

nothing calls this directly

Calls 2

setTitleMethod · 0.95
setIconMethod · 0.45

Tested by

no test coverage detected