Searched refs:pass_button (Results 1 – 8 of 8) sorted by relevance
77 findViewById(R.id.pass_button).setVisibility(View.GONE); in onCreate()120 findViewById(R.id.pass_button).setVisibility(View.VISIBLE); in succeed()
277 View passButton = activity.findViewById(R.id.pass_button); in setPassFailClickListeners()403 case R.id.pass_button: in setTestResultAndFinish()428 return (ImageButton) activity.findViewById(R.id.pass_button); in getPassButtonView()
204 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()443 findViewById(R.id.pass_button).setOnClickListener(this); in setPassButtonGoesToNextStage()
594 ImageButton pass_button = (ImageButton) findViewById(R.id.pass_button); in setPassButtonEnabled() local595 pass_button.setEnabled(enabled); in setPassButtonEnabled()
134 findViewById(R.id.pass_button).setOnClickListener(new OnClickListener() { in setPassButtonGoesToNextStage()
89 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()542 findViewById(R.id.pass_button).setOnClickListener(this); in setPassButtonGoesToNextStage()
131 mPassButton = (Button) findViewById(R.id.pass_button); in onCreate()
212 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()