Searched refs:currentView (Results 1 – 4 of 4) sorted by relevance
33 private View currentView; field in BiDiTestBasic40 currentView = inflater.inflate(R.layout.basic, container, false); in onCreateView()41 return currentView; in onCreateView()48 alertDialogButton = (Button) currentView.findViewById(R.id.button_alert_dialog); in onViewCreated()59 AlertDialog.Builder builder = new AlertDialog.Builder(currentView.getContext()); in showDialog()65 EditText urlEdit = (EditText) currentView.findViewById(R.id.edittext_url); in useSpans()
35 private View currentView; field in BiDiTestCanvas40 currentView = inflater.inflate(R.layout.canvas, container, false); in onCreateView()41 return currentView; in onCreateView()48 testView = (BiDiTestView) currentView.findViewById(R.id.testview); in onViewCreated()51 textSizeSeekBar = (SeekBar) currentView.findViewById(R.id.seekbar); in onViewCreated()
28 private View currentView; field in BiDiTestTextViewDrawablesRtl34 currentView = inflater.inflate(R.layout.textview_drawables_rtl, container, false); in onCreateView()35 return currentView; in onCreateView()42 textViewError = (TextView) currentView.findViewById(R.id.textview_error); in onViewCreated()
28 private View currentView; field in BiDiTestTextViewDrawablesLtr34 currentView = inflater.inflate(R.layout.textview_drawables_ltr, container, false); in onCreateView()35 return currentView; in onCreateView()42 textViewError = (TextView) currentView.findViewById(R.id.textview_error); in onViewCreated()