/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | KeyboardInterpreter.java | 29 private final PhotoTable mTable; field in KeyboardInterpreter 35 mTable = table; in KeyboardInterpreter() 40 if (mTable.hasSelection()) { in onKeyDown() 45 mTable.setFocus(mTable.getSelection()); in onKeyDown() 46 mTable.clearSelection(); in onKeyDown() 61 mTable.selectNext(); in onKeyDown() 76 if (mTable.hasFocus()) { in onKeyDown() 77 mTable.setSelection(mTable.getFocus()); in onKeyDown() 78 mTable.clearFocus(); in onKeyDown() 87 mTable.fling(mTable.getFocus()); in onKeyDown() [all …]
|
H A D | EdgeSwipeDetector.java | 32 private final PhotoTable mTable; field in EdgeSwipeDetector 35 mTable = table; in EdgeSwipeDetector() 64 if (mTable.hasFocus()) { in onTouchEvent() 65 mTable.fling(mTable.getFocus()); in onTouchEvent() 66 } else if (mTable.hasSelection()) { in onTouchEvent() 67 mTable.clearSelection(); in onTouchEvent()
|
H A D | PhotoTouchListener.java | 35 private final PhotoTable mTable; field in PhotoTouchListener 56 mTable = table; in PhotoTouchListener() 118 mTable.fling(target, x1 - x0, y1 - y0, (int) (1000f * n / 60f), false); in onFling() 134 mTable.moveToTopOfPile(target); in onTouch() 184 if (!mTable.hasSelection()) { in onTouch() 190 mTable.move(target, in onTouch() 210 if (mTable.hasSelection()) { in onTouch() 212 mTable.clearSelection(); in onTouch() 215 mTable.selectPrevious(); in onTouch() 217 mTable.selectNext(); in onTouch() [all …]
|
H A D | DragGestureDetector.java | 29 private final PhotoTable mTable; field in DragGestureDetector 39 mTable = table; in DragGestureDetector() 73 mDrag = mTable.hasFocus(); in onTouchEvent() 98 mTable.refreshFocus(); in onTouchEvent() 105 mTable.move(mTable.getFocus(), in move()
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/ |
H A D | MediaViewTest.java | 42 private TestTable mTable; field in MediaViewTest 45 mTable.put(R.string.metadata_address, "1234 Street Street\n" 57 mTable = new TestTable(); in setUp() 78 mTable.assertHasRow(R.string.metadata_altitude, "1244.0"); in testShowExifData() 81 mTable.assertHasRow(R.string.metadata_aperture, "f/2.0"); in testShowExifData() 100 mTable.assertEmpty(); in testShowExifData_PartialGpsTags() 115 mTable.assertEmpty(); in testShowExifData_PartialDimensionTags() 134 MediaView.showAudioData(mTable, data); in testShowAudioData() 137 mTable.assertHasRow(R.string.metadata_artist, "artist"); in testShowAudioData() 139 mTable.assertHasRow(R.string.metadata_album, "album"); in testShowAudioData() [all …]
|
/aosp12/frameworks/av/media/extractors/mp4/ |
H A D | SampleIterator.cpp | 33 : mTable(table), in SampleIterator() 60 if (mTable->mSampleToChunkOffset < 0 in seekTo() 61 || mTable->mChunkOffsetOffset < 0 in seekTo() 62 || mTable->mSampleSizeOffset < 0 in seekTo() 205 if (chunk >= mTable->mNumChunkOffsets) { in getChunkOffset() 212 if (mTable->mDataSource->readAt( in getChunkOffset() 224 if (mTable->mDataSource->readAt( in getChunkOffset() 245 if (mTable->mDefaultSampleSize > 0) { in getSampleSizeDirect() 246 *size = mTable->mDefaultSampleSize; in getSampleSizeDirect() 250 switch (mTable->mSampleSizeFieldSize) { in getSampleSizeDirect() [all …]
|
H A D | SampleIterator.h | 48 SampleTable *mTable;
|
/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | SparseMappingTable.java | 74 private int[] mTable; field in SparseMappingTable.Table 89 mTable = null; in copyFrom() 125 return mTable[idx]; in getOrAddKey() 150 mTable = GrowingArrayUtils.insert(mTable != null ? mTable : EmptyArray.INT, in getOrAddKey() 168 return mTable[idx]; in getKey() 298 mTable = null; in resetTable() 315 out.writeInt(mTable[i]); in writeToParcel() 333 mTable = null; in readFromParcel() 342 mTable = null; in readFromParcel() 358 return mTable[i]; in getKeyAt() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
H A D | AddColumnTest.java | 35 private TableLayout mTable; field in AddColumnTest 47 mTable = (TableLayout) activity.findViewById(R.id.table); in setUp() 53 assertNotNull(mTable); in testSetUpConditions() 62 TableRow row1 = (TableRow) mTable.getChildAt(0); in testWidths() 63 TableRow row2 = (TableRow) mTable.getChildAt(1); in testWidths()
|
/aosp12/frameworks/native/cmds/lshal/ |
H A D | TextTable.h | 60 void add() { mTable.emplace_back(); } in add() 63 mTable.emplace_back(std::move(v)); in add() 65 void add(const std::string& s) { mTable.emplace_back(s); } in add() 66 void add(std::string&& s) { mTable.emplace_back(std::move(s)); } in add() 77 std::vector<TextTableRow> mTable; variable
|
H A D | TextTable.cpp | 36 for (const auto& row : mTable) { in dump() 57 for (auto&& row : other.mTable) { in addAll() 62 mTable.emplace_back(std::move(row)); in addAll()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | TypeConverter.h | 37 const DeviceCategoryConverter::Table DeviceCategoryConverter::mTable[]; 39 const MixTypeConverter::Table MixTypeConverter::mTable[]; 41 const RouteFlagTypeConverter::Table RouteFlagTypeConverter::mTable[]; 43 const RuleTypeConverter::Table RuleTypeConverter::mTable[];
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | TypeConverter.cpp | 27 const DeviceCategoryConverter::Table DeviceCategoryConverter::mTable[] = { member in android::DeviceCategoryConverter 37 const MixTypeConverter::Table MixTypeConverter::mTable[] = { member in android::MixTypeConverter 45 const RouteFlagTypeConverter::Table RouteFlagTypeConverter::mTable[] = { member in android::RouteFlagTypeConverter 54 const RuleTypeConverter::Table RuleTypeConverter::mTable[] = { member in android::RuleTypeConverter
|
/aosp12/packages/apps/TV/src/com/android/tv/guide/ |
H A D | ProgramGuide.java | 125 private final View mTable; field in ProgramGuide 302 mGrid = (ProgramGrid) mTable.findViewById(R.id.grid); in ProgramGuide() 468 mProgramTableFadeOutAnimator.setTarget(mTable); in ProgramGuide() 487 mProgramTableFadeInAnimator.setTarget(mTable); in ProgramGuide() 553 mTable.requestFocus(); in show() 567 mTable.buildLayer(); in show() 641 mTable.setAlpha(1.0f); in hide() 763 LayoutParams layoutParams = mTable.getLayoutParams(); in updateGuidePosition() 765 mTable.setLayoutParams(layoutParams); in updateGuidePosition() 770 mTable.setLayoutParams(layoutParams); in updateGuidePosition() [all …]
|
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
H A D | ALookup.h | 40 std::vector<std::pair<T, U>> mTable; 45 : mTable(list) { in ALookup() 50 for (auto elem : mTable) { in lookup() 61 for (auto elem : mTable) { in rlookup()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsService.java | 111 String mTable = null; field in SettingsService.MyShellCommand 162 } else if (mTable == null) { in onCommand() 169 mTable = arg.toLowerCase(); in onCommand() 275 pout.println(getForUser(iprovider, mUser, mTable, mKey)); in onCommand() 278 putForUser(iprovider, mUser, mTable, mKey, mValue, mTag, mMakeDefault); in onCommand() 282 + deleteForUser(iprovider, mUser, mTable, mKey) + " rows"); in onCommand() 285 for (String line : listForUser(iprovider, mUser, mTable)) { in onCommand() 290 resetForUser(iprovider, mUser, mTable, mTag); in onCommand()
|
/aosp12/frameworks/av/media/libmediahelper/include/media/ |
H A D | TypeConverter.h | 118 static const Table mTable[]; variable 124 for (size_t i = 0; mTable[i].literal; i++) { in toStringImpl() 125 if (mTable[i].value == value) { in toStringImpl() 126 str = mTable[i].literal; in toStringImpl() 136 for (size_t i = 0; mTable[i].literal; i++) { in fromStringImpl() 137 if (strcmp(mTable[i].literal, str.c_str()) == 0) { in fromStringImpl() 138 result = mTable[i].value; in fromStringImpl() 236 template<> const AudioModeConverter::Table AudioModeConverter::mTable[]; 237 template<> const AudioFlagConverter::Table AudioFlagConverter::mTable[];
|
/aosp12/frameworks/base/cmds/incident_helper/src/ |
H A D | ih_util.cpp | 388 :mTable(table), in Message() 402 for (auto iter = mTable->mFields.begin(); iter != mTable->mFields.end(); iter++) { in addSubMessage() 414 if (mTable->mFields.find(name) != mTable->mFields.end()) { in insertField() 422 return mTable->insertField(proto, name, value); in insertField() 447 uint64_t fieldId = mTable->mFields[name]; in startSession()
|
H A D | ih_util.h | 196 Table* mTable;
|
/aosp12/frameworks/av/media/libeffects/testlibs/ |
H A D | AudioCoefInterpolator.cpp | 33 mTable = table; in AudioCoefInterpolator() 63 memcpy(out, mTable + index, mNumOutDims * sizeof(audio_coef_t)); in getCoefRecurse()
|
H A D | AudioCoefInterpolator.h | 72 const audio_coef_t * mTable; variable
|
/aosp12/frameworks/av/media/libmediahelper/ |
H A D | TypeConverter.cpp | 25 const AudioModeConverter::Table AudioModeConverter::mTable[] = { member in android::AudioModeConverter 37 const AudioFlagConverter::Table AudioFlagConverter::mTable[] = { member in android::AudioFlagConverter
|
/aosp12/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncManager.java | 4024 private ArrayList<String[]> mTable = Lists.newArrayList(); field in SyncManager.PrintTable 4036 for (int i = mTable.size(); i <= row; i++) { in set() 4038 mTable.add(list); in set() 4043 final String[] rowArray = mTable.get(row); in set() 4055 for (Object[] row : mTable) { in writeTo() 4065 printRow(out, formats, mTable.get(0)); in writeTo() 4071 for (int i = 1, mTableSize = mTable.size(); i < mTableSize; i++) { in writeTo() 4072 Object[] row = mTable.get(i); in writeTo() 4086 return mTable.size(); in getNumRows()
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceTypes.h | 1938 inline const ResTable& getResTable() const { return mTable; } in getResTable() 2004 const ResTable& mTable; variable
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 3754 : mTable(table) in Theme() 3804 mTable.lock(); in applyStyle() 3805 const ssize_t N = mTable.getBagLocked(resID, &bag, &bagTypeSpecFlags); in applyStyle() 3810 mTable.unlock(); in applyStyle() 3831 const ssize_t pidx = mTable.getResourcePackageIndex(attrRes); in applyStyle() 3856 PackageGroup* const grp = mTable.mPackageGroups[curPackageIndex]; in applyStyle() 3890 mTable.unlock(); in applyStyle() 3908 if (&mTable == &other.mTable) { in setTo() 3977 const ssize_t p = mTable.getResourcePackageIndex(resID); in getAttribute() 4052 return mTable.resolveReference(inOutValue, blockIndex, outLastRef, in resolveAttributeReference()
|