/frameworks/base/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(); 104 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...] |
/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 | 84 private Table mTable; 239 mTable = new Table(group, style); 240 mTable.setHeaderVisible(true); 241 mTable.setLinesVisible(false); 368 final TableColumn column0 = new TableColumn(mTable, SWT.NONE); 370 final TableColumn column1 = new TableColumn(mTable, SWT.NONE); 372 final TableColumn column2 = new TableColumn(mTable, SWT.NONE); 374 final TableColumn column3 = new TableColumn(mTable, SWT.NONE); 376 final TableColumn column4 = new TableColumn(mTable, SWT.NONE); 379 adjustColumnsWidth(mTable, column0, column1, column2, column3, column4) [all...] |
/frameworks/base/core/java/android/webkit/ |
ClientCertRequestHandler.java | 37 private final SslClientCertLookupTable mTable; 45 mTable = table; 60 mTable.Allow(mHostAndPort, privateKeyBytes, chainBytes); 75 mTable.Deny(mHostAndPort);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
LibraryProperties.java | 60 private Table mTable; 138 mTable = new Table(mTop, SWT.BORDER | SWT.FULL_SELECTION | SWT.SINGLE); 139 mTable.setLayoutData(new GridData(GridData.FILL_BOTH)); 140 mTable.setHeaderVisible(true); 141 mTable.setLinesVisible(false); 142 mTable.addSelectionListener(new SelectionAdapter() { 149 final TableColumn column0 = new TableColumn(mTable, SWT.NONE); 151 final TableColumn column1 = new TableColumn(mTable, SWT.NONE); 187 TableItem selection = mTable.getSelection()[0]; 190 mTable.remove(mTable.getSelectionIndex()) [all...] |
/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/base/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));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SampleSelectionPage.java | 53 private Table mTable; 76 mTable = mTableViewer.getTable(); 79 mTable.setLayoutData(gridData); 80 mTable.addSelectionListener(this); 152 mTable.select(0); 177 if (e.getSource() == mTable) { 179 int index = mTable.getSelectionIndex();
|
/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;
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
AddonSitesDialog.java | 65 private Table mTable; 114 mTable = mTableViewer.getTable(); 115 mTable.setLinesVisible(false); 116 mTable.addMouseListener(new MouseAdapter() { 122 mTable.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 5)); 170 adjustColumnsWidth(mTable, mColumnUrl); 321 if (mTable.getItem(p) == null) { 322 mTable.deselectAll();
|
/frameworks/base/media/libstagefright/include/ |
SampleIterator.h | 38 SampleTable *mTable;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleWizard.java | 78 private Table mTable; 152 mTable = mCheckedView.getTable(); 153 mTable.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 2)); 154 ((GridData) mTable.getLayoutData()).heightHint = 200;
|
/frameworks/base/libs/utils/ |
ResourceTypes.cpp | [all...] |
/frameworks/base/include/utils/ |
ResourceTypes.h | [all...] |