Home
last modified time | relevance | path

Searched refs:itemIndex (Results 1 – 25 of 38) sorted by relevance

12

/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Danimated_list.dart26 _ActiveItem.incoming(this.controller, this.itemIndex) : removedItemBuilder = null;
27 _ActiveItem.outgoing(this.controller, this.itemIndex, this.removedItemBuilder);
28 _ActiveItem.index(this.itemIndex)
34 int itemIndex;
37 int compareTo(_ActiveItem other) => itemIndex - other.itemIndex;
231 _ActiveItem _removeActiveItemAt(List<_ActiveItem> items, int itemIndex) {
232 final int i = binarySearch(items, _ActiveItem.index(itemIndex));
236 _ActiveItem _activeItemAt(List<_ActiveItem> items, int itemIndex) {
237 final int i = binarySearch(items, _ActiveItem.index(itemIndex));
248 int itemIndex = index;
[all …]
Dlist_wheel_scroll_view.dart248 return position.itemIndex;
258 int itemIndex, {
269 itemIndex * position.itemExtent,
281 void jumpToItem(int itemIndex) {
283 position.jumpTo(itemIndex * position.itemExtent);
302 /// exposes the current [itemIndex] and the scroll view's [itemExtent].
316 @required this.itemIndex,
332 int itemIndex,
340 itemIndex: itemIndex ?? this.itemIndex,
345 final int itemIndex;
[all …]
/third_party/libjpeg-turbo/doc/html/search/
Dsearch.js610 this.Nav = function(evt,itemIndex) argument
618 var newIndex = itemIndex-1;
653 var newIndex = itemIndex+1;
655 var item = document.getElementById('Item'+itemIndex);
659 focusItem = document.getElementById('Item'+itemIndex+'_c0');
666 var item = document.getElementById('Item'+itemIndex);
672 var item = document.getElementById('Item'+itemIndex);
688 this.NavChild = function(evt,itemIndex,childIndex) argument
699 document.getElementById('Item'+itemIndex+'_c'+newIndex).focus();
703 document.getElementById('Item'+itemIndex).focus();
[all …]
/third_party/libevdev/doc/html/search/
Dsearch.js612 this.Nav = function(evt,itemIndex) argument
620 var newIndex = itemIndex-1;
655 var newIndex = itemIndex+1;
657 var item = document.getElementById('Item'+itemIndex);
661 focusItem = document.getElementById('Item'+itemIndex+'_c0');
668 var item = document.getElementById('Item'+itemIndex);
674 var item = document.getElementById('Item'+itemIndex);
690 this.NavChild = function(evt,itemIndex,childIndex) argument
701 document.getElementById('Item'+itemIndex+'_c'+newIndex).focus();
705 document.getElementById('Item'+itemIndex).focus();
[all …]
/third_party/skia/third_party/externals/oboe/docs/reference/search/
Dsearch.js610 this.Nav = function(evt,itemIndex) argument
618 var newIndex = itemIndex-1;
653 var newIndex = itemIndex+1;
655 var item = document.getElementById('Item'+itemIndex);
659 focusItem = document.getElementById('Item'+itemIndex+'_c0');
666 var item = document.getElementById('Item'+itemIndex);
672 var item = document.getElementById('Item'+itemIndex);
688 this.NavChild = function(evt,itemIndex,childIndex) argument
699 document.getElementById('Item'+itemIndex+'_c'+newIndex).focus();
703 document.getElementById('Item'+itemIndex).focus();
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duset.cpp271 uset_getItem(const USet* uset, int32_t itemIndex, in uset_getItem() argument
279 if (itemIndex < 0) { in uset_getItem()
282 } else if (itemIndex < (rangeCount = set.getRangeCount())) { in uset_getItem()
283 *start = set.getRangeStart(itemIndex); in uset_getItem()
284 *end = set.getRangeEnd(itemIndex); in uset_getItem()
287 itemIndex -= rangeCount; in uset_getItem()
288 if (itemIndex < USetAccess::getStringCount(set)) { in uset_getItem()
289 const UnicodeString* s = USetAccess::getString(set, itemIndex); in uset_getItem()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.h115 void removeItem(int32_t itemIndex);
120 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.h115 void removeItem(int32_t itemIndex);
120 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpackage.h115 void removeItem(int32_t itemIndex);
120 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
/third_party/icu/icu4c/source/tools/toolutil/
Dpackage.h115 void removeItem(int32_t itemIndex);
120 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
/third_party/node/deps/icu-small/source/common/
Duset.cpp316 uset_getItem(const USet* uset, int32_t itemIndex, in uset_getItem() argument
324 if (itemIndex < 0) { in uset_getItem()
327 } else if (itemIndex < (rangeCount = set.getRangeCount())) { in uset_getItem()
328 *start = set.getRangeStart(itemIndex); in uset_getItem()
329 *end = set.getRangeEnd(itemIndex); in uset_getItem()
332 itemIndex -= rangeCount; in uset_getItem()
333 if (itemIndex < USetAccess::getStringCount(set)) { in uset_getItem()
334 const UnicodeString* s = USetAccess::getString(set, itemIndex); in uset_getItem()
/third_party/icu/icu4c/source/common/
Duset.cpp306 uset_getItem(const USet* uset, int32_t itemIndex, in uset_getItem() argument
314 if (itemIndex < 0) { in uset_getItem()
317 } else if (itemIndex < (rangeCount = set.getRangeCount())) { in uset_getItem()
318 *start = set.getRangeStart(itemIndex); in uset_getItem()
319 *end = set.getRangeEnd(itemIndex); in uset_getItem()
322 itemIndex -= rangeCount; in uset_getItem()
323 if (itemIndex < USetAccess::getStringCount(set)) { in uset_getItem()
324 const UnicodeString* s = USetAccess::getString(set, itemIndex); in uset_getItem()
/third_party/skia/third_party/externals/icu/source/common/
Duset.cpp306 uset_getItem(const USet* uset, int32_t itemIndex, in uset_getItem() argument
314 if (itemIndex < 0) { in uset_getItem()
317 } else if (itemIndex < (rangeCount = set.getRangeCount())) { in uset_getItem()
318 *start = set.getRangeStart(itemIndex); in uset_getItem()
319 *end = set.getRangeEnd(itemIndex); in uset_getItem()
322 itemIndex -= rangeCount; in uset_getItem()
323 if (itemIndex < USetAccess::getStringCount(set)) { in uset_getItem()
324 const UnicodeString* s = USetAccess::getString(set, itemIndex); in uset_getItem()
/third_party/icu/icu4c/source/test/cintltst/
Dusettest.c404 int32_t itemIndex = 0; in expectItems() local
433 if (itemIndex >= itemCount) { in expectItems()
438 itemLen = uset_getItem(set, itemIndex, &start, &end, in expectItems()
447 itemIndex, oneUCharToChar(start), in expectItems()
452 log_verbose("Ok: %s item %d is \"%s\"\n", pat, itemIndex, buf); in expectItems()
455 ++itemIndex; in expectItems()
/third_party/typescript/tests/baselines/reference/
DarrayTypeInSignatureOfInterfaceAndClass.symbols34 itemIndex: number;
35 >itemIndex : Symbol(IListItem.itemIndex, Decl(arrayTypeInSignatureOfInterfaceAndClass.ts, 6, 35))
DarrayTypeInSignatureOfInterfaceAndClass.types22 itemIndex: number;
23 >itemIndex : number
DarrayTypeInSignatureOfInterfaceAndClass.js9 itemIndex: number;
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Ddropdown.dart148 for (int itemIndex = 0; itemIndex < route.items.length; ++itemIndex) {
150 if (itemIndex == route.selectedIndex) {
153 final double start = (0.5 + (itemIndex + 1) * unit).clamp(0.0, 1.0);
162 child: route.items[itemIndex],
166 _DropdownRouteResult<T>(route.items[itemIndex].value),
765 for (int itemIndex = 0; itemIndex < widget.items.length; itemIndex++) {
766 if (widget.items[itemIndex].value == widget.value) {
767 _selectedIndex = itemIndex;
/third_party/typescript/tests/cases/compiler/
DarrayTypeInSignatureOfInterfaceAndClass.ts8 itemIndex: number;
/third_party/flutter/skia/tools/viewer/
DViewer.cpp1717 int itemIndex = 0; in drawImGui() local
1719 itemIndex = (fPaint.*isFlag)() ? 2 : 1; in drawImGui()
1721 if (ImGui::Combo(label, &itemIndex, items)) { in drawImGui()
1722 if (itemIndex == 0) { in drawImGui()
1726 (fPaint.*setFlag)(itemIndex == 2); in drawImGui()
1778 int itemIndex = 0; in drawImGui() local
1780 itemIndex = (fFont.*isFlag)() ? 2 : 1; in drawImGui()
1782 if (ImGui::Combo(label, &itemIndex, items)) { in drawImGui()
1783 if (itemIndex == 0) { in drawImGui()
1787 (fFont.*setFlag)(itemIndex == 2); in drawImGui()
/third_party/skia/tools/viewer/
DViewer.cpp2129 int itemIndex = 0; in drawImGui() local
2131 itemIndex = (fPaint.*isFlag)() ? 2 : 1; in drawImGui()
2133 if (ImGui::Combo(label, &itemIndex, items)) { in drawImGui()
2134 if (itemIndex == 0) { in drawImGui()
2138 (fPaint.*setFlag)(itemIndex == 2); in drawImGui()
2244 int itemIndex = 0; in drawImGui() local
2246 itemIndex = (fFont.*isFlag)() ? 2 : 1; in drawImGui()
2248 if (ImGui::Combo(label, &itemIndex, items)) { in drawImGui()
2249 if (itemIndex == 0) { in drawImGui()
2253 (fFont.*setFlag)(itemIndex == 2); in drawImGui()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2832 …private int matchLiteral(String text, int pos, Object[] items, int itemIndex, boolean[] complete) { in matchLiteral() argument
2834 String patternLiteral = (String)items[itemIndex]; in matchLiteral()
2854 …if (ich == '.' && pos == originalPos && 0 < itemIndex && getBooleanAttribute(DateFormat.BooleanAtt… in matchLiteral()
2855 Object before = items[itemIndex-1]; in matchLiteral()
2876 …ibute(DateFormat.BooleanAttribute.PARSE_ALLOW_WHITESPACE) && 0 < itemIndex && itemIndex < items.le… in matchLiteral()
2881 Object before = items[itemIndex-1]; in matchLiteral()
2882 Object after = items[itemIndex+1]; in matchLiteral()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSimpleDateFormat.java2813 …private int matchLiteral(String text, int pos, Object[] items, int itemIndex, boolean[] complete) { in matchLiteral() argument
2815 String patternLiteral = (String)items[itemIndex]; in matchLiteral()
2835 …if (ich == '.' && pos == originalPos && 0 < itemIndex && getBooleanAttribute(DateFormat.BooleanAtt… in matchLiteral()
2836 Object before = items[itemIndex-1]; in matchLiteral()
2857 …ibute(DateFormat.BooleanAttribute.PARSE_ALLOW_WHITESPACE) && 0 < itemIndex && itemIndex < items.le… in matchLiteral()
2862 Object before = items[itemIndex-1]; in matchLiteral()
2863 Object after = items[itemIndex+1]; in matchLiteral()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duset.h869 uset_getItem(const USet* set, int32_t itemIndex,
/third_party/node/deps/icu-small/source/common/unicode/
Duset.h1003 uset_getItem(const USet* set, int32_t itemIndex,

12