Searched refs:mDrawerPullout (Results 1 – 2 of 2) sorted by relevance
496 protected View mDrawerPullout; field in AbstractActivityController831 if (mDrawerContainer.isDrawerOpen(mDrawerPullout)) { in closeDrawer()1388 mHideMenuItems = isDrawerEnabled() && mDrawerContainer.isDrawerOpen(mDrawerPullout); in onPostCreate()1421 if(mDrawerContainer.isDrawerOpen(mDrawerPullout)) { in closeDrawerIfOpen()1717 if(mDrawerContainer.isDrawerOpen(mDrawerPullout)) {1720 mDrawerContainer.openDrawer(mDrawerPullout);1726 if (isDrawerEnabled() && mDrawerContainer.isDrawerVisible(mDrawerPullout)) {3322 !(isDrawerEnabled() && mDrawerContainer.isDrawerOpen(mDrawerPullout))) {4221 return isDrawerEnabled() && mDrawerContainer.isDrawerOpen(mDrawerPullout);4226 return isDrawerEnabled() && mDrawerContainer.isDrawerVisible(mDrawerPullout);
178 mDrawerPullout = mDrawerContainer.findViewWithTag(drawerPulloutTag); in onCreate()179 mDrawerPullout.setBackgroundResource(R.color.list_background_color); in onCreate()