Searched refs:mLaunchButton (Results 1 – 1 of 1) sorted by relevance
70 private Button mLaunchButton; field in InstallAppProgress98 mLaunchButton.setVisibility(View.VISIBLE);113 mLaunchButton.setOnClickListener(InstallAppProgress.this);115 mLaunchButton.setEnabled(false);125 mLaunchButton.setVisibility(View.INVISIBLE);260 mLaunchButton = (Button)findViewById(R.id.launch_button);300 } else if(v == mLaunchButton) {