Home
last modified time | relevance | path

Searched refs:removeItem (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Danimated_list.dart18 /// Signature for the builder callback used by [AnimatedListState.removeItem].
74 /// items that have been removed with [AnimatedListState.removeItem].
77 /// [AnimatedListState.removeItem] removes an item immediately.
194 /// When an item is removed with [removeItem] its animation is reversed.
195 /// The removed item's animation is passed to the [removeItem] builder
241 // The insertItem() and removeItem() index parameters are defined as if the
242 // removeItem() operation removed the corresponding list entry immediately.
244 // finishes. The entry is added to _outgoingItems when removeItem is called
319 …void removeItem(int index, AnimatedListRemovedItemBuilder builder, { Duration duration = _kDuratio…
/third_party/flutter/flutter/examples/catalog/lib/
Danimated_list.dart47 // The widget will be used by the [AnimatedListState.removeItem] method's
114 /// [AnimatedListState.insertItem] and [AnimatedList.removeItem].
138 _animatedList.removeItem(index, (BuildContext context, Animation<double> animation) {
217 its animated list. It uses the key to call the insertItem and removeItem
/third_party/jsframework/runtime/utils/
Dindex.ts40 removeItem,
Dutils.ts58 export function removeItem(array: any[], item: any) { function
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.h115 void removeItem(int32_t itemIndex);
Dpackage.cpp1087 Package::removeItem(int32_t idx) { in removeItem() function in Package
1112 removeItem(idx); in removeItems()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpackage.h115 void removeItem(int32_t itemIndex);
Dpackage.cpp1087 Package::removeItem(int32_t idx) { in removeItem() function in Package
1112 removeItem(idx); in removeItems()
/third_party/node/deps/npm/node_modules/debug/src/
Dbrowser.js146 exports.storage.removeItem('debug');
/third_party/icu/icu4c/source/tools/toolutil/
Dpackage.h115 void removeItem(int32_t itemIndex);
Dpackage.cpp1087 Package::removeItem(int32_t idx) { in removeItem() function in Package
1112 removeItem(idx); in removeItems()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.h115 void removeItem(int32_t itemIndex);
Dpackage.cpp1087 Package::removeItem(int32_t idx) { in removeItem() function in Package
1112 removeItem(idx); in removeItems()
/third_party/jsframework/runtime/main/model/
Dindex.ts32 removeItem
397 removeItem(handlerList, handler);
Dcompiler.ts28 removeItem
813 removeItem(reusedList, reused.item);
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBImporter.java186 bundle.removeItem(item.getKey()); in resolveResource()
204 bundle.removeItem(item.getKey()); in resolveResource()
DBundle.java259 public void removeItem(String key) { in removeItem() method in Bundle
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp125 encrSelect->removeItem(0); in authChanged()
147 phase2Select->removeItem(0); in eapChanged()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp125 encrSelect->removeItem(0); in authChanged()
147 phase2Select->removeItem(0); in eapChanged()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Danimated_list_test.dart151 listKey.currentState.removeItem(0,
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBUntranslatedPanel.java97 bundle.removeItem(item.getKey()); in deleteSelectedResource()
DRBManagerGUI.java640 … JMenuItem removeItem = new JMenuItem(Resources.getTranslation("menu_tree_remove_project_bundle")); in mousePopup() local
642 removeItem.setName(rbm.getBaseClass()); in mousePopup()
644 removeItem.addActionListener(this); in mousePopup()
646 popupMenu.add(removeItem); in mousePopup()
DRBGroupPanel.java104 parentBundle.removeItem(item.getKey()); in deleteSelectedResource()
/third_party/cef/tests/cefclient/
Dcefclient_mac.mm214 [tests_menu.submenu removeItem:set_fps_item];
218 [tests_menu.submenu removeItem:set_scale_factor_item];
/third_party/node/deps/npm/node_modules/debug/
DCHANGELOG.md282 * browser: use `removeItem()` to clear localStorage

12