Searched refs:buttonLayout (Results 1 – 1 of 1) sorted by relevance
324 final ViewGroup buttonLayout = (ViewGroup) findViewById(R.id.button_bar); in onCreate() local325 if (buttonLayout != null) { in onCreate()326 buttonLayout.setVisibility(View.VISIBLE); in onCreate()327 mAlwaysButton = (Button) buttonLayout.findViewById(R.id.button_always); in onCreate()328 mOnceButton = (Button) buttonLayout.findViewById(R.id.button_once); in onCreate()