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

  /packages/apps/VideoEditor/src/com/android/videoeditor/
ExportOptionsDialog.java 68 final View myView = vi.inflate(R.layout.export_options_dialog_view, null);
69 builder.setView(myView);
72 prepareContent(myView, aspectRatio);
79 final Spinner sizeSpinner = (Spinner)myView.findViewById(
83 final Spinner qualitySpinner = (Spinner)myView.findViewById(
AlertDialogs.java 101 final View myView = vi.inflate(R.layout.edit_one_dialog_view, null);
102 builder.setView(myView);
105 final EditText textInput = (EditText) myView.findViewById(R.id.text_1);

Completed in 30 milliseconds