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

  /cts/tests/app/app/src/android/app/stubs/
DialogStubActivity.java 295 final View textEntryView = inflate.inflate(R.layout.alert_dialog_text_entry_2, null);
300 mAlertDialog.setView(textEntryView, SPACING_LEFT, SPACING_TOP, SPACING_RIGHT,
303 mAlertDialog.setView(textEntryView);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 311 final View textEntryView = factory.inflate(R.layout.alert_dialog_text_entry, null);
314 .setView(textEntryView)

Completed in 2399 milliseconds