Lines Matching refs:view
24 import android.view.LayoutInflater;
25 import android.view.View;
26 import android.view.ViewGroup;
38 public class AppRestrictionSchemaFragment extends Fragment implements View.OnClickListener {
48 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
54 public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
55 mTextSayHello = (TextView) view.findViewById(R.id.say_hello_explanation);
56 mButtonSayHello = (Button) view.findViewById(R.id.say_hello);
95 public void onClick(View view) {
96 switch (view.getId()) {