Home
last modified time | relevance | path

Searched refs:animationIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/link_clicker.extension/
Dbackground.js60 let animationIndex = 0;
62 animationIndex = (animationIndex + 1) % 4;
63 chrome.browserAction.setBadgeText( { text: ".".repeat(animationIndex) } );
/third_party/skia/include/core/
DHMSymbol.h87 uint32_t animationIndex; member
/third_party/skia/src/ports/skia_ohos/
DHmSymbolConfig_ohos.cpp810 groupSetting.animationIndex = root[ANIMATION_INDEX].asInt(); in parseGroupSetting()