Searched refs:mButtonBar (Results 1 – 2 of 2) sorted by relevance
78 private ButtonBarLayout mButtonBar; field in GrantPermissionsViewHandlerImpl189 final int oldDynamicHeight = oldBottom - oldTop - mButtonBar.getHeight(); in attachNewContent()270 mButtonBar = (ButtonBarLayout) mRootView.findViewById(R.id.button_group); in createView()271 mButtonBar.setAllowStacking(true); in createView()
96 private ViewGroup mButtonBar; field in SettingsPreferenceFragment134 mButtonBar = (ViewGroup) root.findViewById(R.id.button_bar); in onCreateView()166 return mButtonBar; in getButtonBar()