Searched refs:mEmulatorOptionsGroup (Results 1 – 1 of 1) sorted by relevance
90 private Group mEmulatorOptionsGroup; field in EmulatorConfigTab255 mEmulatorOptionsGroup = new Group(topComp, SWT.NONE); in createControl()256 mEmulatorOptionsGroup.setText("Emulator launch parameters:"); in createControl()257 mEmulatorOptionsGroup.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createControl()260 mEmulatorOptionsGroup.setLayout(layout); in createControl()261 mEmulatorOptionsGroup.setFont(font); in createControl()264 Label l = new Label(mEmulatorOptionsGroup, SWT.NONE); in createControl()272 new Label(mEmulatorOptionsGroup, SWT.NONE).setText("Network Speed:"); in createControl()274 mSpeedCombo = new Combo(mEmulatorOptionsGroup, SWT.READ_ONLY); in createControl()281 new Label(mEmulatorOptionsGroup, SWT.NONE).setText("Network Latency:"); in createControl()[all …]