Home
last modified time | relevance | path

Searched defs:arrayIndex (Results 1 – 1 of 1) sorted by relevance

/applications/standard/launcher/common/src/main/ets/default/utils/
DBitSet.ts49 const arrayIndex = Math.floor(index / BitSet.NUMBER_BITS_NUM); constant
64 const arrayIndex = Math.floor(index / BitSet.NUMBER_BITS_NUM); constant