Home
last modified time | relevance | path

Searched refs:deepCompareArrays (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js437 return !deepCompareArrays(this.stageValue.matrix4x4, this.value.matrix4x4);
15395 function deepCompareArrays(arr1, arr2) { function
15401 return deepCompareArrays(value, arr2[index]);
15418 deepCompareArrays(this.colors, another.colors) &&
15432 return (deepCompareArrays(this.center, another.center) &&
15436 deepCompareArrays(this.colors, another.colors) &&
15464 deepCompareArrays(this.fractionStops, another.fractionStops) &&
16241 return (deepCompareArrays(this.value, another.value) &&
19321 return !deepCompareArrays(this.stageValue, this.value);

Completed in 22 milliseconds