Home
last modified time | relevance | path

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

/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
DMainActivity.java213 TextView dummyTextView = (TextView) rootView.findViewById(R.id.section_label); in onCreateView() local
214 dummyTextView.setText(Integer.toString(getArguments().getInt(ARG_SECTION_NUMBER))); in onCreateView()