Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/external/lzma/CPP/Windows/
H A DMenu.h112 bool GetItemInfo(UINT itemIndex, bool byPosition, LPMENUITEMINFO itemInfo) const in GetItemInfo()
114 bool SetItemInfo(UINT itemIndex, bool byPosition, LPMENUITEMINFO itemInfo) in SetItemInfo()
124 bool InsertItem(UINT itemIndex, bool byPosition, LPCMENUITEMINFO itemInfo) in InsertItem()
133 bool GetItemInfo(UINT itemIndex, bool byPosition, LPMENUITEMINFOW itemInfo) const in GetItemInfo()
135 bool InsertItem(UINT itemIndex, bool byPosition, LPMENUITEMINFOW itemInfo) in InsertItem()
137 bool SetItemInfo(UINT itemIndex, bool byPosition, LPMENUITEMINFOW itemInfo) in SetItemInfo()
H A DMenu.cpp103 bool CMenu::GetItem(UINT itemIndex, bool byPosition, CMenuItem &item) const in GetItem()
189 bool CMenu::SetItem(UINT itemIndex, bool byPosition, const CMenuItem &item) in SetItem()
216 bool CMenu::InsertItem(UINT itemIndex, bool byPosition, const CMenuItem &item) in InsertItem()
/aosp_15_r20/frameworks/av/media/module/extractors/mp4/
H A DItemTable.cpp507 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mItemId); in apply() local
535 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mItemId); in apply() local
572 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mRefs[i]); in apply() local
589 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mItemId); in apply() local
1478 ssize_t itemIndex = mItemIdToItemMap.indexOfKey(info.itemId); in buildImageItemsIfPossible() local
1574 ssize_t itemIndex = mItemIdToItemMap.indexOfKey(association.itemId); in attachProperty() local
1606 const uint32_t itemIndex = mDisplayables[imageIndex]; in getImageMeta() local
1728 status_t ItemTable::findImageItem(const uint32_t imageIndex, uint32_t *itemIndex) { in findImageItem()
1744 status_t ItemTable::findThumbnailItem(const uint32_t imageIndex, uint32_t *itemIndex) { in findThumbnailItem()
1774 uint32_t *itemIndex, off64_t *offset, size_t *size) { in getImageOffsetAndSize()
[all …]
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java79 XMPProperty getArrayItem(String schemaNS, String arrayName, int itemIndex) throws XMPException; in getArrayItem()
238 int itemIndex, in setArrayItem()
255 int itemIndex, in setArrayItem()
279 int itemIndex, in insertArrayItem()
296 int itemIndex, in insertArrayItem()
471 void deleteArrayItem(String schemaNS, String arrayName, int itemIndex); in deleteArrayItem()
534 boolean doesArrayItemExist(String schemaNS, String arrayName, int itemIndex); in doesArrayItemExist()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAdapterView.java60 int itemIndex = findIndexOfItemContainingText(targetText); in findItemContainingText() local
68 int itemIndex = findIndexOfItemContainingText(targetText); in clickFirstItemContainingText() local
81 int itemIndex = findIndexOfItemContainingText(s); in selectItemWithText() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoritesTileAdapter.java468 boolean isIndexInBound(int itemIndex) { in isIndexInBound()
477 private void markDropArea(int itemIndex) { in markDropArea()
644 final int itemIndex = contactEntries.indexOf(view.getContactEntry()); in onDragStarted() local
655 final int itemIndex = contactEntries.indexOf(view.getContactEntry()); in onDragHovered() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
H A DPlayerManager.java97 public void selectQueueItem(int itemIndex) { in selectQueueItem()
138 int itemIndex = mediaQueue.indexOf(item); in removeItem() local
314 private void setCurrentItem(int itemIndex) { in setCurrentItem()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
H A DPlayerManager.java97 public void selectQueueItem(int itemIndex) { in selectQueueItem()
138 int itemIndex = mediaQueue.indexOf(item); in removeItem() local
312 private void setCurrentItem(int itemIndex) { in setCurrentItem()
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java194 public void deleteArrayItem(String schemaNS, String arrayName, int itemIndex) in deleteArrayItem()
304 public boolean doesArrayItemExist(String schemaNS, String arrayName, int itemIndex) in doesArrayItemExist()
368 public XMPProperty getArrayItem(String schemaNS, String arrayName, int itemIndex) in getArrayItem()
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/picker/common/ui/view/
DSingleRowListItemSpacing.kt33 val itemIndex = parent.getChildAdapterPosition(view) in getItemOffsets() constant
DDoubleRowListItemSpacing.kt34 val itemIndex = parent.getChildAdapterPosition(view) in getItemOffsets() constant
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelItems.cpp1148 void CPanel::GetItemName(unsigned itemIndex, UString &s) const in GetItemName()
1195 void CPanel::Add_ItemRelPath2_To_String(unsigned itemIndex, UString &s) const in Add_ItemRelPath2_To_String()
1242 bool CPanel::GetItem_BoolProp(UInt32 itemIndex, PROPID propID) const in GetItem_BoolProp()
1277 UInt64 CPanel::GetItem_UInt64Prop(unsigned itemIndex, PROPID propID) const in GetItem_UInt64Prop()
H A DSystemPage.cpp256 const int itemIndex = _listView.InsertItem(&item); in OnInit() local
423 int itemIndex = -1; in ChangeState() local
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/grid/
DItemGroupViewHolder.java65 public void setItemIndex(int itemIndex, int listIndex) { in setItemIndex()
69 public int getItemIndex(int itemIndex) { in getItemIndex()
DChooserGridAdapter.java70 void onTargetSelected(int itemIndex); in onTargetSelected()
76 void onTargetLongPressed(int itemIndex); in onTargetLongPressed()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
H A DSectionAnnotator.java68 …protected abstract void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String … in annotateItem()
80 protected int getItemOffset(int itemIndex, int currentOffset) { in getItemOffset()
H A DCodeItem.java131 protected int getItemOffset(int itemIndex, int currentOffset) { in makeAnnotatorForCDex()
436 …public void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity… in annotateItem()
H A DEncodedArrayItem.java50 …protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdent… in makeAnnotator()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DPlugin.cpp44 static void MyGetFileTime(IFolderFolder *folder, UInt32 itemIndex, in MyGetFileTime()
77 void CPlugin::ReadPluginPanelItem(PluginPanelItem &panelItem, UInt32 itemIndex) in ReadPluginPanelItem()
702 const UInt32 itemIndex = (UInt32)pluginPanelItem.UserData; in ShowAttributesWindow() local
/aosp_15_r20/external/tinyxml2/docs/search/
H A Dsearch.js508 this.Nav = function(evt,itemIndex) { argument
565 this.NavChild = function(evt,itemIndex,childIndex) { argument
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/docs/html/search/
H A Dsearch.js601 this.Nav = function(evt,itemIndex) argument
679 this.NavChild = function(evt,itemIndex,childIndex) argument
/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DListView.h64 …bool DeleteItem(unsigned itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); } in DeleteItem()
118 HWND EditLabel(int itemIndex) { return ListView_EditLabel(_window, itemIndex) ; } in EditLabel()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarOverflowView.java459 private float getItemXOffset(float baseOffset, boolean isRtl, int itemIndex, int itemCount) { in getItemXOffset()
482 private float getItemYOffset(float baseOffset, int itemIndex, int itemCount) { in getItemYOffset()
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/
H A DHostStubGen.kt217 var itemIndex = 0 in <lambda>() variable
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/
H A DVolumePanelRadioButtons.kt122 for (itemIndex in items.indices) { in VolumePanelRadioButtonBar() method
163 for (itemIndex in items.indices) { in VolumePanelRadioButtonBar() method

12345678910>>...18