HomeSort by relevance Sort by last modified time
    Searched refs:dummyTextView (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 213 TextView dummyTextView = (TextView) rootView.findViewById(R.id.section_label);
214 dummyTextView.setText(Integer.toString(getArguments().getInt(ARG_SECTION_NUMBER)));
  /developers/samples/android/ui/views/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 213 TextView dummyTextView = (TextView) rootView.findViewById(R.id.section_label);
214 dummyTextView.setText(Integer.toString(getArguments().getInt(ARG_SECTION_NUMBER)));
  /development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java 213 TextView dummyTextView = (TextView) rootView.findViewById(R.id.section_label);
214 dummyTextView.setText(Integer.toString(getArguments().getInt(ARG_SECTION_NUMBER)));

Completed in 565 milliseconds