Searched refs:pass_button (Results 1 – 15 of 15) sorted by relevance
53 findViewById(R.id.pass_button).setVisibility(View.GONE); in onCreate()101 findViewById(R.id.pass_button).setVisibility(View.VISIBLE); in processCurrentTest()
544 View passButton = activity.findViewById(R.id.pass_button); in setPassFailClickListeners()679 if (target.getId() == R.id.pass_button) { in setTestResultAndFinish()713 return (ImageButton) activity.findViewById(R.id.pass_button); in getPassButtonView()
61 if (id == R.id.pass_button) {79 findViewById(R.id.pass_button).setOnClickListener(clickListener); in onCreate()
54 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()
407 ImageButton pass_button = findViewById(R.id.pass_button); in setPassButtonEnabled() local408 pass_button.setEnabled(enabled); in setPassButtonEnabled()
69 findViewById(R.id.pass_button).setVisibility(View.VISIBLE);
101 findViewById(R.id.pass_button).setVisibility(View.VISIBLE);
134 findViewById(R.id.pass_button).setOnClickListener(new OnClickListener() { in setPassButtonGoesToNextStage()
700 ImageButton pass_button = (ImageButton) findViewById(R.id.pass_button); in setPassButtonEnabled() local701 pass_button.setEnabled(enabled); in setPassButtonEnabled()
100 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()589 findViewById(R.id.pass_button).setOnClickListener(this); in setPassButtonGoesToNextStage()
295 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()763 findViewById(R.id.pass_button).setOnClickListener(this); in setPassButtonGoesToNextStage()
942 ImageButton pass_button = (ImageButton) findViewById(R.id.pass_button); in setPassButtonEnabled() local943 pass_button.setEnabled(enabled); in setPassButtonEnabled()
135 mPassButton = (Button) findViewById(R.id.pass_button); in onCreate()
197 view.findViewById(R.id.pass_button).setEnabled(false); in onCreate()
292 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()