Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkClassDefine.ts179 function deepCompareArrays(arr1: Array<any>, arr2: Array<any>): boolean {
186 return deepCompareArrays(value, arr2[index]);
214 deepCompareArrays(this.colors, another.colors) &&
244 deepCompareArrays(this.center, another.center) &&
248 deepCompareArrays(this.colors, another.colors) &&
294 deepCompareArrays(this.fractionStops, another.fractionStops) &&
1259 deepCompareArrays(this.value, another.value) &&
H A DArkTextPicker.ts101 return !deepCompareArrays(this.stageValue, this.value);
H A DArkComponent.ts548 …return !deepCompareArrays((this.stageValue as Matrix).matrix4x4, (this.value as Matrix).matrix4x4);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js434 return !deepCompareArrays(this.stageValue.matrix4x4, this.value.matrix4x4);
15369 function deepCompareArrays(arr1, arr2) { function
15375 return deepCompareArrays(value, arr2[index]);
15392 deepCompareArrays(this.colors, another.colors) &&
15406 return (deepCompareArrays(this.center, another.center) &&
15410 deepCompareArrays(this.colors, another.colors) &&
15438 deepCompareArrays(this.fractionStops, another.fractionStops) &&
16214 return (deepCompareArrays(this.value, another.value) &&
19178 return !deepCompareArrays(this.stageValue, this.value);