HomeSort by relevance Sort by last modified time
    Searched full:librarynametext (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java 36 private Text libraryNameText;
70 libraryNameText = new Text(composite, SWT.BORDER);
71 libraryNameText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
72 libraryNameText.setText(defaultLibraryName);
79 templateArgs.put(NdkManager.LIBRARY_NAME, libraryNameText.getText());

Completed in 1074 milliseconds