Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 25) sorted by relevance

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DTablePanel.java67 protected final void addTableToFocusListener(final Table table, in addTableToFocusListener()
128 protected final void addTableToFocusListener(final Table table) { in addTableToFocusListener()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DUiElementPart.java140 protected void setTable(Composite table) { in setTable()
157 Composite table = getTable(); in createUiAttributes() local
185 protected void fillTable(Composite table, IManagedForm managedForm) { in fillTable()
204 …protected int insertUiAttributes(UiElementNode uiNode, Composite table, IManagedForm managedForm) { in insertUiAttributes()
DSectionHelper.java197 Composite table = toolkit.createComposite(composite); in createTableLayout() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
DOverviewExportPart.java65 Composite table = createTableLayout(toolkit, 2 /* numColumns */); in OverviewExportPart() local
70 Composite table = createTableLayout(toolkit, 2 /* numColumns */); in OverviewExportPart() local
DApplicationAttributesPart.java98 Composite table = getTable(); in createUiAttributes() local
165 Composite table = getTable(); in uiElementNodeUpdated() local
DOverviewLinksPart.java48 Composite table = createTableLayout(toolkit, 2 /* numColumns */); in OverviewLinksPart() local
DApplicationToggle.java98 Composite table = createTableLayout(toolkit, 1 /* numColumns */); in createFormControls() local
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DSdkTargetSelector.java245 private void adjustColumnsWidth(final Table table, in adjustColumnsWidth()
278 private void setupSelectionListener(final Table table) { in setupSelectionListener()
341 private void fillTable(final Table table) { in fillTable()
376 private void setupTooltip(final Table table) { in setupTooltip()
DAvdSelector.java640 private void adjustColumnsWidth(final Table table, in adjustColumnsWidth()
664 private void setupSelectionListener(final Table table) { in setupSelectionListener()
751 private void fillTable(final Table table) { in fillTable()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
DExportLinksPart.java47 final Composite table = createTableLayout(toolkit, 2 /* numColumns */); in ExportLinksPart() local
DExportFieldsPart.java40 Composite table = createTableLayout(toolkit, 2 /* numColumns */); in ExportFieldsPart() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogPanel.java367 Table table = f.getTable(); in setFont() local
375 Table table = mDefaultFilter.getTable(); in setFont() local
811 Table table = filter.getTable(); in setTableFocusListener() local
828 private void addTableToFocusListener(final Table table) { in addTableToFocusListener()
863 private static void copyTable(Clipboard clipboard, Table table) { in copyTable()
1025 protected void updateColumns(Table table) { in updateColumns()
1602 Table table = mCurrentFilter.getTable(); in getSelectedErrorLineMessage() local
DLogCatPanel.java471 final Table table = new Table(parent, SWT.FULL_SELECTION); in createFiltersTable() local
678 Table table = mViewer.getTable(); in getSelectedLogCatMessages() local
739 final Table table = new Table(parent, SWT.FULL_SELECTION | SWT.MULTI | SWT.VIRTUAL); in createLogcatViewTable() local
1156 final Table table = mViewer.getTable(); in setTableFocusListener() local
DLogFilter.java169 public void setWidgets(TabItem tabItem, Table table) { in setWidgets()
/sdk/lint/cli/src/com/android/tools/lint/
Ddefault.css40 table { border: none; } selector
Dhololike.css41 table { border: none; } selector
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiElementDetail.java300 Composite table = useSubsections ? null : masterTable; in createUiAttributeControls() local
391 Composite table; in createSubSectionTable() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DColumnDialog.java67 Table table = mViewer.getTable(); in createDialogArea() local
/sdk/monkeyrunner/src/com/android/monkeyrunner/controller/
DVariableFrame.java151 JTable table = new JTable(tableModel); in VariableFrame() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
DLibraryProperties.java360 private void adjustColumnsWidth(final Table table, in adjustColumnsWidth()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
DFrameSummaryViewPage.java147 final Table table = new Table(c, SWT.BORDER | SWT.FULL_SELECTION); in createFrameStatisticsPart() local
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
DAddonSitesDialog.java302 private void adjustColumnsWidth(final Table table, final TableColumn column0) { in adjustColumnsWidth()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DEventLogPanel.java639 Table table = eventDisplay.getTable(); in createDisplayUi() local
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
Detc1.cpp167 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java670 public static void setVisibleRowCount(JTable table, int rows) { in setVisibleRowCount()