Searched refs:pass_button (Results 1 – 8 of 8) sorted by relevance
79 findViewById(R.id.pass_button).setVisibility(View.GONE); in onCreate()224 findViewById(R.id.pass_button).setVisibility(View.VISIBLE);
281 View passButton = activity.findViewById(R.id.pass_button); in setPassFailClickListeners()404 if (target.getId() == R.id.pass_button) { in setTestResultAndFinish()428 return (ImageButton) activity.findViewById(R.id.pass_button); in getPassButtonView()
198 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()482 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()
132 mPassButton = (Button) findViewById(R.id.pass_button); in onCreate()
212 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()