Searched refs:mKmlPlayControls (Results 1 - 1 of 1) sorted by relevance

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DEmulatorControlPanel.java217 mKmlPlayControls.pack();
224 private Composite mKmlPlayControls; field in class:EmulatorControlPanel
948 mKmlPlayControls = new Composite(kmlLocationComp, SWT.NONE);
950 mKmlPlayControls.setLayout(gl = new GridLayout(5, false));
952 mKmlPlayControls.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
954 mPlayKmlButton = new Button(mKmlPlayControls, SWT.PUSH | SWT.FLAT);
974 Label separator = new Label(mKmlPlayControls, SWT.SEPARATOR | SWT.VERTICAL);
980 mKmlBackwardButton = new Button(mKmlPlayControls, SWT.TOGGLE | SWT.FLAT);
984 mKmlForwardButton = new Button(mKmlPlayControls, SWT.TOGGLE | SWT.FLAT);
989 mKmlSpeedButton = new Button(mKmlPlayControls, SW
[all...]

Completed in 106 milliseconds