Home | History | Annotate | Download | only in settings

Lines Matching refs:view

27 import android.view.View;
28 import android.view.ViewGroup;
29 import android.view.View.OnClickListener;
56 public View getView(View convertView, ViewGroup parent) {
57 View view = super.getView(convertView, parent);
59 View widget = view.findViewById(R.id.apn_radiobutton);
75 rb.setVisibility(View.GONE);
79 View textLayout = view.findViewById(R.id.text_layout);
84 return view;
114 public void onClick(android.view.View v) {