Home
last modified time | relevance | path

Searched refs:currentView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestBasic.java33 private View currentView; field in BiDiTestBasic
40 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()
DBiDiTestCanvas.java35 private View currentView; field in BiDiTestCanvas
40 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()
DBiDiTestTextViewDrawablesRtl.java28 private View currentView; field in BiDiTestTextViewDrawablesRtl
34 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()
DBiDiTestTextViewDrawablesLtr.java28 private View currentView; field in BiDiTestTextViewDrawablesLtr
34 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()