Searched refs:animationIndex (Results 1 – 3 of 3) sorted by relevance
60 let animationIndex = 0;62 animationIndex = (animationIndex + 1) % 4;63 chrome.browserAction.setBadgeText( { text: ".".repeat(animationIndex) } );
87 uint32_t animationIndex; member
810 groupSetting.animationIndex = root[ANIMATION_INDEX].asInt(); in parseGroupSetting()