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

1 2

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
KeyboardInterpreter.java 29 private final PhotoTable mTable;
35 mTable = table;
38 final View focus = mTable.getFocus();
40 if (mTable.hasSelection()) {
45 mTable.setFocus(mTable.getSelection());
46 mTable.clearSelection();
53 mTable.selectPrevious();
61 mTable.selectNext();
69 mTable.refreshSelection()
    [all...]
EdgeSwipeDetector.java 32 private final PhotoTable mTable;
35 mTable = table;
64 if (mTable.hasFocus()) {
65 mTable.fling(mTable.getFocus());
66 } else if (mTable.hasSelection()) {
67 mTable.clearSelection();
DragGestureDetector.java 29 private final PhotoTable mTable;
39 mTable = table;
73 mDrag = mTable.hasFocus();
98 mTable.refreshFocus();
105 mTable.move(mTable.getFocus(),
PhotoTouchListener.java 35 private final PhotoTable mTable;
56 mTable = table;
118 mTable.fling(target, x1 - x0, y1 - y0, (int) (1000f * n / 60f), false);
134 mTable.moveToTopOfPile(target);
184 if (!mTable.hasSelection()) {
190 mTable.move(target,
210 if (mTable.hasSelection()) {
212 mTable.clearSelection();
215 mTable.selectPrevious();
217 mTable.selectNext()
    [all...]
  /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) {
158 if (mSampleToChunkIndex == mTable->mNumSampleToChunkOffsets) {
165 &mTable->mSampleToChunkEntries[mSampleToChunkIndex];
171 if (mSampleToChunkIndex + 1 < mTable->mNumSampleToChunkOffsets) {
198 if (chunk >= mTable->mNumChunkOffsets)
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
TypeConverter.cpp 24 const DeviceConverter::Table DeviceConverter::mTable[] = {
82 const size_t DeviceConverter::mSize = sizeof(DeviceConverter::mTable) /
83 sizeof(DeviceConverter::mTable[0]);
87 const OutputFlagConverter::Table OutputFlagConverter::mTable[] = {
100 const size_t OutputFlagConverter::mSize = sizeof(OutputFlagConverter::mTable) /
101 sizeof(OutputFlagConverter::mTable[0]);
105 const InputFlagConverter::Table InputFlagConverter::mTable[] = {
112 const size_t InputFlagConverter::mSize = sizeof(InputFlagConverter::mTable) /
113 sizeof(InputFlagConverter::mTable[0]);
117 const FormatConverter::Table FormatConverter::mTable[] =
    [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);
  /device/google/contexthub/firmware/src/
syscall.c 24 static struct SyscallTable *mTable = (struct SyscallTable*)mTableStore;
30 mTable->numEntries = 1 << SYSCALL_BITS_LEVEL_0;
35 struct SyscallTable** tabP = &mTable;
59 struct SyscallTable* tab = mTable;
  /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/tools/aapt2/
ResourceParser_test.cpp 43 ResourceTable mTable;
58 ResourceParser parser(mContext->getDiagnostics(), &mTable, Source{ "test" }, config,
72 String* str = test::getValue<String>(&mTable, u"@string/foo");
81 String* str = test::getValue<String>(&mTable, u"@string/foo");
100 String* str = test::getValue<String>(&mTable, u"@string/foo");
113 BinaryPrimitive* integer = test::getValue<BinaryPrimitive>(&mTable, u"@integer/foo");
123 BinaryPrimitive* integer = test::getValue<BinaryPrimitive>(&mTable, u"@integer/foo");
134 Attribute* attr = test::getValue<Attribute>(&mTable, u"@attr/foo");
138 attr = test::getValue<Attribute>(&mTable, u"@attr/bar");
154 EXPECT_EQ(nullptr, test::getValueForConfig<Attribute>(&mTable, u"@attr/foo", watchConfig))
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/db/
SelectionBuilder.java 96 private String mTable = null;
109 mTable = null;
182 mTable = table;
192 if (mTable == null) {
279 return "SelectionBuilder[table=" + mTable + ", selection=" + getSelection()
327 return db.query(mTable, columns, getSelection(), getSelectionArgs(), groupBy, having,
342 return db.update(mTable, values, getSelection(), getSelectionArgs());
354 return db.delete(mTable, getSelection(), getSelectionArgs());
  /developers/samples/android/common/src/java/com/example/android/common/db/
SelectionBuilder.java 96 private String mTable = null;
109 mTable = null;
182 mTable = table;
192 if (mTable == null) {
279 return "SelectionBuilder[table=" + mTable + ", selection=" + getSelection()
327 return db.query(mTable, columns, getSelection(), getSelectionArgs(), groupBy, having,
342 return db.update(mTable, values, getSelection(), getSelectionArgs());
354 return db.delete(mTable, getSelection(), getSelectionArgs());
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
SelectionBuilder.java 96 private String mTable = null;
109 mTable = null;
182 mTable = table;
192 if (mTable == null) {
279 return "SelectionBuilder[table=" + mTable + ", selection=" + getSelection()
327 return db.query(mTable, columns, getSelection(), getSelectionArgs(), groupBy, having,
342 return db.update(mTable, values, getSelection(), getSelectionArgs());
354 return db.delete(mTable, getSelection(), getSelectionArgs());
  /frameworks/av/include/media/stagefright/foundation/
ALookup.h 40 std::vector<std::pair<T, U>> mTable;
45 : mTable(list) {
50 for (auto elem : mTable) {
61 for (auto elem : mTable) {
  /frameworks/base/core/java/com/android/internal/app/procstats/
SparseMappingTable.java 73 private int[] mTable;
88 mTable = null;
124 return mTable[idx];
149 mTable = GrowingArrayUtils.insert(mTable != null ? mTable : EmptyArray.INT,
167 return mTable[idx];
229 final int key = mTable[idx];
299 mTable = null;
316 out.writeInt(mTable[i])
    [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/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));
  /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));
108 mTable.setSelection(0);
115 mTable.addSelectionListener(this);
116 mTable.addKeyListener(this);
207 if (mTable.getSelectionCount() == 1) {
208 TableItem item = mTable.getSelection()[0];
  /frameworks/base/tools/aapt2/test/
Builders.h 34 std::unique_ptr<ResourceTable> mTable = util::make_unique<ResourceTable>();
40 return &mTable->stringPool;
44 ResourceTablePackage* package = mTable->createPackage(packageName, id);
68 return addValue(name, id, util::make_unique<String>(mTable->stringPool.makeRef(str)));
74 util::make_unique<String>(mTable->stringPool.makeRef(str)));
84 util::make_unique<FileReference>(mTable->stringPool.makeRef(path)));
90 util::make_unique<FileReference>(mTable->stringPool.makeRef(path)));
107 bool result = mTable->addResourceAllowMangled(resName, id, config, std::string(),
118 bool result = mTable->setSymbolStateAllowMangled(resName, id, symbol, &mDiagnostics);
124 return std::move(mTable);
    [all...]
  /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 87 private Table mTable;
133 mTable = new Table(container, SWT.CHECK);
134 mTable.setHeaderVisible(true);
135 mCheckboxTableViewer = new CheckboxTableViewer(mTable);
147 mTable.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 4));
148 mTable.setLinesVisible(true);
149 mTable.setHeaderVisible(true);
150 mTable.addSelectionListener(this);
151 mTable.addControlListener(this);
185 Rectangle r = mTable.getClientArea()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 110 private Table mTable;
169 mTable = mTableViewer.getTable();
170 mTable.setEnabled(false);
171 mTable.setLinesVisible(true);
172 mTable.setHeaderVisible(true);
173 mTable.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 6, 2));
174 mTable.addControlListener(this);
175 mTable.addTraverseListener(this);
307 Rectangle r = mTable.getClientArea();
310 int columnCount = mTable.getColumnCount()
    [all...]
  /frameworks/base/cmds/settings/src/com/android/commands/settings/
SettingsCmd.java 51 String mTable = null;
99 } else if (mTable == null) {
106 mTable = arg.toLowerCase();
157 System.out.println(getForUser(provider, mUser, mTable, mKey));
160 putForUser(provider, mUser, mTable, mKey, mValue);
164 + deleteForUser(provider, mUser, mTable, mKey) + " rows");
167 for (String line : listForUser(provider, mUser, mTable)) {
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGuide.java 112 private final View mTable;
239 mTable = mContainer.findViewById(R.id.program_guide_table);
241 mTimelineRow = (TimelineRow) mTable.findViewById(R.id.time_row);
260 mGrid = (ProgramGrid) mTable.findViewById(R.id.grid);
296 mCurrentTimeIndicator = mTable.findViewById(R.id.current_time_indicator);
354 mProgramTableFadeOutAnimator.setTarget(mTable);
355 mProgramTableFadeOutAnimator.addListener(new HardwareLayerAnimatorListenerAdapter(mTable) {
372 mProgramTableFadeInAnimator.setTarget(mTable);
373 mProgramTableFadeInAnimator.addListener(new HardwareLayerAnimatorListenerAdapter(mTable));
394 mTable.setPaddingRelative(startPadding, topPadding, 0, 0)
    [all...]

Completed in 1550 milliseconds

1 2