/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Menu.h | 112 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 D | Menu.cpp | 103 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 D | ItemTable.cpp | 507 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 D | XMPMeta.java | 79 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 D | ShadowAdapterView.java | 60 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/ |
D | PhoneFavoritesTileAdapter.java | 468 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 D | PlayerManager.java | 97 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 D | PlayerManager.java | 97 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 D | XMPMetaImpl.java | 194 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/ |
D | SingleRowListItemSpacing.kt | 33 val itemIndex = parent.getChildAdapterPosition(view) in getItemOffsets() constant
|
D | DoubleRowListItemSpacing.kt | 34 val itemIndex = parent.getChildAdapterPosition(view) in getItemOffsets() constant
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | PanelItems.cpp | 1148 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 D | SystemPage.cpp | 256 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/ |
D | ItemGroupViewHolder.java | 65 public void setItemIndex(int itemIndex, int listIndex) { in setItemIndex() 69 public int getItemIndex(int itemIndex) { in getItemIndex()
|
D | ChooserGridAdapter.java | 70 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 D | SectionAnnotator.java | 68 …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 D | CodeItem.java | 131 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 D | EncodedArrayItem.java | 50 …protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdent… in makeAnnotator()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/ |
H A D | Plugin.cpp | 44 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 D | search.js | 508 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 D | search.js | 601 this.Nav = function(evt,itemIndex) argument 679 this.NavChild = function(evt,itemIndex,childIndex) argument
|
/aosp_15_r20/external/lzma/CPP/Windows/Control/ |
H A D | ListView.h | 64 …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/ |
D | TaskbarOverflowView.java | 459 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 D | HostStubGen.kt | 217 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 D | VolumePanelRadioButtons.kt | 122 for (itemIndex in items.indices) { in VolumePanelRadioButtonBar() method 163 for (itemIndex in items.indices) { in VolumePanelRadioButtonBar() method
|