HomeSort by relevance Sort by last modified time
    Searched refs:mTable (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/av/media/libstagefright/
SampleIterator.cpp 34 : mTable(table),
57 if (sampleIndex >= mTable->mNumSampleSizes) {
61 if (mTable->mSampleToChunkOffset < 0
62 || mTable->mChunkOffsetOffset < 0
63 || mTable->mSampleSizeOffset < 0
64 || mTable->mTimeToSampleCount == 0) {
152 if (mSampleToChunkIndex == mTable->mNumSampleToChunkOffsets) {
159 &mTable->mSampleToChunkEntries[mSampleToChunkIndex];
165 if (mSampleToChunkIndex + 1 < mTable->mNumSampleToChunkOffsets) {
185 if (chunk >= mTable->mNumChunkOffsets)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
InfoPanel.java 34 private Table mTable;
57 mTable = new Table(parent, SWT.MULTI | SWT.FULL_SELECTION);
58 mTable.setHeaderVisible(false);
59 mTable.setLinesVisible(false);
61 TableColumn col1 = new TableColumn(mTable, SWT.RIGHT);
63 mCol2 = new TableColumn(mTable, SWT.LEFT);
68 item = new TableItem(mTable, SWT.NONE);
76 return mTable;
84 mTable.setFocus();
105 if (mTable.isDisposed()
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
AddColumnTest.java 35 private TableLayout mTable;
47 mTable = (TableLayout) activity.findViewById(R.id.table);
53 assertNotNull(mTable);
62 TableRow row1 = (TableRow) mTable.getChildAt(0);
63 TableRow row2 = (TableRow) mTable.getChildAt(1);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogFilter.java 62 private Table mTable;
170 mTable = table;
178 return (mTable != null && mTabItem != null);
186 return mTable;
190 mTable.dispose();
192 mTable = null;
333 mTable.removeAll();
402 ScrollBar bar = mTable.getVerticalBar();
406 int topIndex = mTable.getTopIndex();
409 mTable.setRedraw(false)
    [all...]
LogCatPanel.java 170 private Table mTable;
277 for (TableItem it: mTable.getItems()) {
288 for (TableItem it: mTable.getItems()) {
533 assert mTable.getDisplay().getThread() == Thread.currentThread();
797 int[] indices = mTable.getSelectionIndices();
802 Object data = mTable.getItem(i).getData();
836 mTable = new Table(parent, SWT.FULL_SELECTION | SWT.MULTI);
838 mTable.setLayoutData(new GridData(GridData.FILL_BOTH));
839 mTable.getHorizontalBar().setVisible(true);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 59 private Table mTable;
97 mTable = new Table(mInnerGroup, style);
98 mTable.setHeaderVisible(true);
99 mTable.setLinesVisible(false);
106 mTable.setLayoutData(data);
112 final TableColumn column0 = new TableColumn(mTable, SWT.NONE);
114 final TableColumn column1 = new TableColumn(mTable, SWT.NONE);
116 final TableColumn column2 = new TableColumn(mTable, SWT.NONE);
118 final TableColumn column3 = new TableColumn(mTable, SWT.NONE);
121 adjustColumnsWidth(mTable, column0, column1, column2, column3)
    [all...]
AvdSelector.java 92 private Table mTable;
251 mTable = new Table(group, style);
252 mTable.setHeaderVisible(true);
253 mTable.setLinesVisible(false);
380 final TableColumn column0 = new TableColumn(mTable, SWT.NONE);
382 final TableColumn column1 = new TableColumn(mTable, SWT.NONE);
384 final TableColumn column2 = new TableColumn(mTable, SWT.NONE);
386 final TableColumn column3 = new TableColumn(mTable, SWT.NONE);
388 final TableColumn column4 = new TableColumn(mTable, SWT.NONE);
391 adjustColumnsWidth(mTable, column0, column1, column2, column3, column4)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 60 private Table mTable;
141 mTable = new Table(mTop, SWT.BORDER | SWT.FULL_SELECTION | SWT.SINGLE);
142 mTable.setLayoutData(new GridData(GridData.FILL_BOTH));
143 mTable.setHeaderVisible(true);
144 mTable.setLinesVisible(false);
145 mTable.addSelectionListener(new SelectionAdapter() {
152 final TableColumn column0 = new TableColumn(mTable, SWT.NONE);
154 final TableColumn column1 = new TableColumn(mTable, SWT.NONE);
190 TableItem selection = mTable.getSelection()[0];
193 mTable.remove(mTable.getSelectionIndex())
    [all...]
  /frameworks/base/core/java/android/webkit/
ClientCertRequestHandler.java 40 private final SslClientCertLookupTable mTable;
48 mTable = table;
57 mTable.Allow(mHostAndPort, privateKey, chainBytes);
115 mTable.Deny(mHostAndPort);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 189 private Table mTable;
207 if (mTable != null) {
210 for (TableItem item : mTable.getItems()) {
232 mTable = new Table(composite, SWT.CHECK | SWT.BORDER);
241 mTable.setLayoutData(data);
243 mTable.setHeaderVisible(false);
244 final TableColumn column = new TableColumn(mTable, SWT.NONE);
250 TableItem item = new TableItem(mTable, SWT.NONE);
270 TableItem item = new TableItem(mTable, SWT.NONE);
283 Rectangle r = mTable.getClientArea()
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioCoefInterpolator.h 72 const audio_coef_t * mTable;
AudioCoefInterpolator.cpp 33 mTable = table;
63 memcpy(out, mTable + index, mNumOutDims * sizeof(audio_coef_t));
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 37 private final PhotoTable mTable;
60 mTable = table;
125 final float tableWidth = mTable.getWidth();
126 final float tableHeight = mTable.getHeight();
142 mTable.fadeAway(photo, true);
161 mTable.moveToBackOfQueue(target);
211 if (mTable.getSelected() != target) {
237 if (mTable.getSelected() == target) {
238 mTable.dropOnTable(target);
239 mTable.clearSelection()
    [all...]
PhotoTableDream.java 32 private PhotoTable mTable;
PhotoTable.java 51 private final PhotoTable mTable;
53 mTable = table;
58 mTable.scheduleNext(mDropPeriod);
59 mTable.launch();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
FlagXmlPropertyDialog.java 54 private Table mTable;
82 mTable = mViewer.getTable();
83 mTable.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
103 mTable.setSelection(0);
110 mTable.addSelectionListener(this);
111 mTable.addKeyListener(this);
202 if (mTable.getSelectionCount() == 1) {
203 TableItem item = mTable.getSelection()[0];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SampleSelectionPage.java 54 private Table mTable;
78 mTable = mTableViewer.getTable();
81 mTable.setLayoutData(gridData);
82 mTable.addSelectionListener(this);
144 mTable.select(0);
175 if (e.getSource() == mTable) {
177 int index = mTable.getSelectionIndex();
ImportPage.java 77 private Table mTable;
125 mTable = mCheckboxTableViewer.getTable();
126 mTable.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 4));
127 mTable.addSelectionListener(this);
400 Display display = mTable.getDisplay();
410 return mTable.getDisplay().getSystemColor(SWT.COLOR_LIST_BACKGROUND);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 107 private Table mTable;
166 mTable = mTableViewer.getTable();
167 mTable.setEnabled(false);
168 mTable.setLinesVisible(true);
169 mTable.setHeaderVisible(true);
170 mTable.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 6, 2));
171 mTable.addControlListener(this);
172 mTable.addTraverseListener(this);
304 Rectangle r = mTable.getClientArea();
307 int columnCount = mTable.getColumnCount()
    [all...]
  /frameworks/base/cmds/settings/src/com/android/commands/settings/
SettingsCmd.java 43 String mTable = null;
82 } else if (mTable == null) {
89 mTable = arg.toLowerCase();
134 System.out.println(getForUser(provider, mUser, mTable, mKey));
137 putForUser(provider, mUser, mTable, mKey, mValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 50 private Composite mTable;
141 mTable = table;
148 return mTable;
  /frameworks/av/media/libstagefright/include/
SampleIterator.h 38 SampleTable *mTable;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/net/
NetworkPanel.java 153 private Table mTable;
345 mTable = new Table(mPanel, SWT.BORDER | SWT.MULTI | SWT.FULL_SELECTION);
351 mTable.setLayoutData(data);
353 mTable.setHeaderVisible(true);
354 mTable.setLinesVisible(true);
358 TableHelper.createTableColumn(mTable, "", SWT.CENTER, buildSampleText(2), null, null);
360 mTable, "Tag", SWT.LEFT, buildSampleText(32), PREFS_NETWORK_COL_TITLE, store);
361 TableHelper.createTableColumn(mTable, "RX bytes", SWT.RIGHT, buildSampleText(12),
363 TableHelper.createTableColumn(mTable, "RX packets", SWT.RIGHT, buildSampleText(12),
365 TableHelper.createTableColumn(mTable, "TX bytes", SWT.RIGHT, buildSampleText(12)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 78 private Table mTable;
154 mTable = mCheckedView.getTable();
155 mTable.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 2));
156 ((GridData) mTable.getLayoutData()).heightHint = 200;
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 819 milliseconds

1 2