Lines Matching refs:view
23 import android.view.LayoutInflater;
24 import android.view.View;
25 import android.view.ViewGroup;
34 public class SetupProfileFragment extends Fragment implements View.OnClickListener {
46 public View onCreateView(LayoutInflater inflater, ViewGroup container,
52 public void onViewCreated(View view, Bundle savedInstanceState) {
53 view.findViewById(R.id.set_up_profile).setOnClickListener(this);
57 public void onClick(View view) {
58 switch (view.getId()) {