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

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DEmulatorControlPanel.java157 private Table mGpxTrackTable; field in class:EmulatorControlPanel
725 mGpxTrackTable = new Table(gpxLocationComp,
727 mGpxTrackTable.setLayoutData(gd = new GridData(GridData.FILL_HORIZONTAL));
729 mGpxTrackTable.setHeaderVisible(true);
730 mGpxTrackTable.setLinesVisible(true);
732 TableHelper.createTableColumn(mGpxTrackTable, "Name", SWT.LEFT,
735 TableHelper.createTableColumn(mGpxTrackTable, "Point Count", SWT.RIGHT,
738 TableHelper.createTableColumn(mGpxTrackTable, "First Point Time", SWT.LEFT,
741 TableHelper.createTableColumn(mGpxTrackTable, "Last Point Time", SWT.LEFT,
744 TableHelper.createTableColumn(mGpxTrackTable, "Commen
[all...]

Completed in 121 milliseconds