OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phonecomp
(Results
1 - 1
of
1
) sorted by null
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java
395
Composite
phoneComp
= new Composite(g2, SWT.NONE);
396
phoneComp
.setLayoutData(new GridData(GridData.FILL_BOTH));
399
phoneComp
.setLayout(gl);
401
mNumberLabel = new Label(
phoneComp
, SWT.NONE);
404
mPhoneNumber = new Text(
phoneComp
, SWT.BORDER | SWT.LEFT | SWT.SINGLE);
417
mVoiceButton = new Button(
phoneComp
, SWT.RADIO);
438
mSmsButton = new Button(
phoneComp
, SWT.RADIO);
447
mMessageLabel = new Label(
phoneComp
, SWT.NONE);
454
mSmsMessage = new Text(
phoneComp
, SWT.BORDER | SWT.LEFT | SWT.MULTI | SWT.WRAP | SWT.V_SCROLL);
[
all
...]
Completed in 11 milliseconds