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

  /cts/tests/app/src/android/app/cts/
DialogStubActivity.java 269 final View textEntryView = inflate.inflate(R.layout.alert_dialog_text_entry_2, null);
274 mAlertDialog.setView(textEntryView, SPACING_LEFT, SPACING_TOP, SPACING_RIGHT,
277 mAlertDialog.setView(textEntryView);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 309 final View textEntryView = factory.inflate(R.layout.alert_dialog_text_entry, null);
312 .setView(textEntryView)
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java     [all...]

Completed in 376 milliseconds