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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 392 Composite phoneComp = new Composite(g2, SWT.NONE);
393 phoneComp.setLayoutData(new GridData(GridData.FILL_BOTH));
396 phoneComp.setLayout(gl);
398 mNumberLabel = new Label(phoneComp, SWT.NONE);
401 mPhoneNumber = new Text(phoneComp, SWT.BORDER | SWT.LEFT | SWT.SINGLE);
414 mVoiceButton = new Button(phoneComp, SWT.RADIO);
435 mSmsButton = new Button(phoneComp, SWT.RADIO);
444 mMessageLabel = new Label(phoneComp, SWT.NONE);
451 mSmsMessage = new Text(phoneComp, SWT.BORDER | SWT.LEFT | SWT.MULTI | SWT.WRAP | SWT.V_SCROLL);
    [all...]

Completed in 937 milliseconds