1/* 2 * Copyright (c) 2024-2025 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 17// WARNING! THIS FILE IS AUTO-GENERATED, DO NOT MAKE CHANGES, THEY WILL BE LOST ON NEXT GENERATION! 18 19import { KInt, KLong, KBoolean, KFloat, KUInt, KStringPtr, KPointer, KNativePointer, KInt32ArrayPtr, KUint8ArrayPtr, KFloat32ArrayPtr, pointer, KInteropReturnBuffer, KSerializerBuffer, loadNativeModuleLibrary, NativeBuffer } from "@koalaui/interop" 20import { int32, int64, float32 } from "@koalaui/common" 21import { Length } from "./../units" 22export class ArkUIGeneratedNativeModule { 23 static { 24 loadNativeModuleLibrary("ArkUIGeneratedNativeModule") 25 } 26 @ani.unsafe.Direct 27 native static _Root_construct(id: KInt, flags: KInt): KPointer 28 @ani.unsafe.Direct 29 native static _ComponentRoot_construct(id: KInt, flags: KInt): KPointer 30 @ani.unsafe.Direct 31 native static _AbilityComponent_construct(id: KInt, flags: KInt): KPointer 32 @ani.unsafe.Direct 33 native static _AbilityComponentInterface_setAbilityComponentOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 34 @ani.unsafe.Direct 35 native static _AbilityComponentAttribute_onConnect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 36 @ani.unsafe.Direct 37 native static _AbilityComponentAttribute_onDisconnect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 38 @ani.unsafe.Direct 39 native static _AlphabetIndexer_construct(id: KInt, flags: KInt): KPointer 40 @ani.unsafe.Direct 41 native static _AlphabetIndexerInterface_setAlphabetIndexerOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 42 @ani.unsafe.Direct 43 native static _AlphabetIndexerAttribute_onSelected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 44 @ani.unsafe.Direct 45 native static _AlphabetIndexerAttribute_color(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 46 @ani.unsafe.Direct 47 native static _AlphabetIndexerAttribute_selectedColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 48 @ani.unsafe.Direct 49 native static _AlphabetIndexerAttribute_popupColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 50 @ani.unsafe.Direct 51 native static _AlphabetIndexerAttribute_selectedBackgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 52 @ani.unsafe.Direct 53 native static _AlphabetIndexerAttribute_popupBackground(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 54 @ani.unsafe.Direct 55 native static _AlphabetIndexerAttribute_popupSelectedColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 56 @ani.unsafe.Direct 57 native static _AlphabetIndexerAttribute_popupUnselectedColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 58 @ani.unsafe.Direct 59 native static _AlphabetIndexerAttribute_popupItemBackgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 60 @ani.unsafe.Direct 61 native static _AlphabetIndexerAttribute_usingPopup(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 62 @ani.unsafe.Direct 63 native static _AlphabetIndexerAttribute_selectedFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 64 @ani.unsafe.Direct 65 native static _AlphabetIndexerAttribute_popupFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 66 @ani.unsafe.Direct 67 native static _AlphabetIndexerAttribute_popupItemFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 68 @ani.unsafe.Direct 69 native static _AlphabetIndexerAttribute_itemSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 70 @ani.unsafe.Direct 71 native static _AlphabetIndexerAttribute_font(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 72 @ani.unsafe.Direct 73 native static _AlphabetIndexerAttribute_onSelect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 74 @ani.unsafe.Direct 75 native static _AlphabetIndexerAttribute_onRequestPopupData(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 76 @ani.unsafe.Direct 77 native static _AlphabetIndexerAttribute_onPopupSelect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 78 @ani.unsafe.Direct 79 native static _AlphabetIndexerAttribute_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 80 @ani.unsafe.Direct 81 native static _AlphabetIndexerAttribute_popupPosition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 82 @ani.unsafe.Direct 83 native static _AlphabetIndexerAttribute_autoCollapse(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 84 @ani.unsafe.Direct 85 native static _AlphabetIndexerAttribute_popupItemBorderRadius(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 86 @ani.unsafe.Direct 87 native static _AlphabetIndexerAttribute_itemBorderRadius(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 88 @ani.unsafe.Direct 89 native static _AlphabetIndexerAttribute_popupBackgroundBlurStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 90 @ani.unsafe.Direct 91 native static _AlphabetIndexerAttribute_popupTitleBackground(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 92 @ani.unsafe.Direct 93 native static _AlphabetIndexerAttribute_enableHapticFeedback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 94 @ani.unsafe.Direct 95 native static _AlphabetIndexerAttribute_alignStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 96 @ani.unsafe.Direct 97 native static _AlphabetIndexerAttribute__onChangeEvent_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 98 @ani.unsafe.Direct 99 native static _Animator_construct(id: KInt, flags: KInt): KPointer 100 @ani.unsafe.Quick 101 native static _AnimatorInterface_setAnimatorOptions(ptr: KPointer, value: KStringPtr): void 102 @ani.unsafe.Direct 103 native static _AnimatorAttribute_state(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 104 @ani.unsafe.Direct 105 native static _AnimatorAttribute_duration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 106 @ani.unsafe.Direct 107 native static _AnimatorAttribute_curve(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 108 @ani.unsafe.Direct 109 native static _AnimatorAttribute_delay(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 110 @ani.unsafe.Direct 111 native static _AnimatorAttribute_fillMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 112 @ani.unsafe.Direct 113 native static _AnimatorAttribute_iterations(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 114 @ani.unsafe.Direct 115 native static _AnimatorAttribute_playMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 116 @ani.unsafe.Direct 117 native static _AnimatorAttribute_motion(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 118 @ani.unsafe.Direct 119 native static _AnimatorAttribute_onStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 120 @ani.unsafe.Direct 121 native static _AnimatorAttribute_onPause(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 122 @ani.unsafe.Direct 123 native static _AnimatorAttribute_onRepeat(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 124 @ani.unsafe.Direct 125 native static _AnimatorAttribute_onCancel(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 126 @ani.unsafe.Direct 127 native static _AnimatorAttribute_onFinish(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 128 @ani.unsafe.Direct 129 native static _AnimatorAttribute_onFrame(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 130 @ani.unsafe.Direct 131 native static _Badge_construct(id: KInt, flags: KInt): KPointer 132 @ani.unsafe.Direct 133 native static _BadgeInterface_setBadgeOptions0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 134 @ani.unsafe.Direct 135 native static _BadgeInterface_setBadgeOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 136 @ani.unsafe.Direct 137 native static _Blank_construct(id: KInt, flags: KInt): KPointer 138 @ani.unsafe.Direct 139 native static _BlankInterface_setBlankOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 140 @ani.unsafe.Direct 141 native static _BlankAttribute_color(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 142 @ani.unsafe.Direct 143 native static _Button_construct(id: KInt, flags: KInt): KPointer 144 @ani.unsafe.Direct 145 native static _ButtonInterface_setButtonOptions0(ptr: KPointer): void 146 @ani.unsafe.Direct 147 native static _ButtonInterface_setButtonOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 148 @ani.unsafe.Direct 149 native static _ButtonInterface_setButtonOptions2(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 150 @ani.unsafe.Direct 151 native static _ButtonAttribute_type(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 152 @ani.unsafe.Direct 153 native static _ButtonAttribute_stateEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 154 @ani.unsafe.Direct 155 native static _ButtonAttribute_buttonStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 156 @ani.unsafe.Direct 157 native static _ButtonAttribute_controlSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 158 @ani.unsafe.Direct 159 native static _ButtonAttribute_role(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 160 @ani.unsafe.Direct 161 native static _ButtonAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 162 @ani.unsafe.Direct 163 native static _ButtonAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 164 @ani.unsafe.Direct 165 native static _ButtonAttribute_fontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 166 @ani.unsafe.Direct 167 native static _ButtonAttribute_fontStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 168 @ani.unsafe.Direct 169 native static _ButtonAttribute_fontFamily(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 170 @ani.unsafe.Direct 171 native static _ButtonAttribute_contentModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 172 @ani.unsafe.Direct 173 native static _ButtonAttribute_labelStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 174 @ani.unsafe.Direct 175 native static _ButtonAttribute_minFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 176 @ani.unsafe.Direct 177 native static _ButtonAttribute_maxFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 178 @ani.unsafe.Direct 179 native static _Calendar_construct(id: KInt, flags: KInt): KPointer 180 @ani.unsafe.Direct 181 native static _CalendarInterface_setCalendarOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 182 @ani.unsafe.Direct 183 native static _CalendarAttribute_showLunar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 184 @ani.unsafe.Direct 185 native static _CalendarAttribute_showHoliday(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 186 @ani.unsafe.Direct 187 native static _CalendarAttribute_needSlide(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 188 @ani.unsafe.Direct 189 native static _CalendarAttribute_startOfWeek(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 190 @ani.unsafe.Direct 191 native static _CalendarAttribute_offDays(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 192 @ani.unsafe.Direct 193 native static _CalendarAttribute_direction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 194 @ani.unsafe.Direct 195 native static _CalendarAttribute_currentDayStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 196 @ani.unsafe.Direct 197 native static _CalendarAttribute_nonCurrentDayStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 198 @ani.unsafe.Direct 199 native static _CalendarAttribute_todayStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 200 @ani.unsafe.Direct 201 native static _CalendarAttribute_weekStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 202 @ani.unsafe.Direct 203 native static _CalendarAttribute_workStateStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 204 @ani.unsafe.Direct 205 native static _CalendarAttribute_onSelectChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 206 @ani.unsafe.Direct 207 native static _CalendarAttribute_onRequestData(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 208 @ani.unsafe.Direct 209 native static _CalendarPicker_construct(id: KInt, flags: KInt): KPointer 210 @ani.unsafe.Direct 211 native static _CalendarPickerInterface_setCalendarPickerOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 212 @ani.unsafe.Direct 213 native static _CalendarPickerAttribute_textStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 214 @ani.unsafe.Direct 215 native static _CalendarPickerAttribute_textStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 216 @ani.unsafe.Direct 217 native static _CalendarPickerAttribute_onChange0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 218 @ani.unsafe.Direct 219 native static _CalendarPickerAttribute_onChange1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 220 @ani.unsafe.Direct 221 native static _CalendarPickerAttribute_markToday(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 222 @ani.unsafe.Direct 223 native static _CalendarPickerAttribute_edgeAlign0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 224 @ani.unsafe.Direct 225 native static _CalendarPickerAttribute_edgeAlign1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 226 @ani.unsafe.Direct 227 native static _CommonMethod_construct(id: KInt, flags: KInt): KPointer 228 @ani.unsafe.Direct 229 native static _CommonMethod_width0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 230 @ani.unsafe.Direct 231 native static _CommonMethod_width1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 232 @ani.unsafe.Direct 233 native static _CommonMethod_height0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 234 @ani.unsafe.Direct 235 native static _CommonMethod_height1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 236 @ani.unsafe.Direct 237 native static _CommonMethod_drawModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 238 @ani.unsafe.Direct 239 native static _CommonMethod_responseRegion(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 240 @ani.unsafe.Direct 241 native static _CommonMethod_mouseResponseRegion(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 242 @ani.unsafe.Direct 243 native static _CommonMethod_size(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 244 @ani.unsafe.Direct 245 native static _CommonMethod_constraintSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 246 @ani.unsafe.Direct 247 native static _CommonMethod_touchable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 248 @ani.unsafe.Direct 249 native static _CommonMethod_hitTestBehavior(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 250 @ani.unsafe.Direct 251 native static _CommonMethod_onChildTouchTest(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 252 @ani.unsafe.Direct 253 native static _CommonMethod_layoutWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 254 @ani.unsafe.Direct 255 native static _CommonMethod_chainWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 256 @ani.unsafe.Direct 257 native static _CommonMethod_padding(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 258 @ani.unsafe.Direct 259 native static _CommonMethod_safeAreaPadding(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 260 @ani.unsafe.Direct 261 native static _CommonMethod_margin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 262 @ani.unsafe.Direct 263 native static _CommonMethod_backgroundColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 264 @ani.unsafe.Direct 265 native static _CommonMethod_backgroundColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 266 @ani.unsafe.Direct 267 native static _CommonMethod_pixelRound(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 268 @ani.unsafe.Direct 269 native static _CommonMethod_backgroundImageSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 270 @ani.unsafe.Direct 271 native static _CommonMethod_backgroundImagePosition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 272 @ani.unsafe.Direct 273 native static _CommonMethod_backgroundEffect0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 274 @ani.unsafe.Direct 275 native static _CommonMethod_backgroundEffect1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 276 @ani.unsafe.Direct 277 native static _CommonMethod_backgroundImageResizable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 278 @ani.unsafe.Direct 279 native static _CommonMethod_foregroundEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 280 @ani.unsafe.Direct 281 native static _CommonMethod_visualEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 282 @ani.unsafe.Direct 283 native static _CommonMethod_backgroundFilter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 284 @ani.unsafe.Direct 285 native static _CommonMethod_foregroundFilter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 286 @ani.unsafe.Direct 287 native static _CommonMethod_compositingFilter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 288 @ani.unsafe.Direct 289 native static _CommonMethod_opacity0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 290 @ani.unsafe.Direct 291 native static _CommonMethod_opacity1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 292 @ani.unsafe.Direct 293 native static _CommonMethod_border(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 294 @ani.unsafe.Direct 295 native static _CommonMethod_borderStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 296 @ani.unsafe.Direct 297 native static _CommonMethod_borderWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 298 @ani.unsafe.Direct 299 native static _CommonMethod_borderColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 300 @ani.unsafe.Direct 301 native static _CommonMethod_borderRadius(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 302 @ani.unsafe.Direct 303 native static _CommonMethod_borderImage(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 304 @ani.unsafe.Direct 305 native static _CommonMethod_outline0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 306 @ani.unsafe.Direct 307 native static _CommonMethod_outline1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 308 @ani.unsafe.Direct 309 native static _CommonMethod_outlineStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 310 @ani.unsafe.Direct 311 native static _CommonMethod_outlineStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 312 @ani.unsafe.Direct 313 native static _CommonMethod_outlineWidth0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 314 @ani.unsafe.Direct 315 native static _CommonMethod_outlineWidth1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 316 @ani.unsafe.Direct 317 native static _CommonMethod_outlineColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 318 @ani.unsafe.Direct 319 native static _CommonMethod_outlineColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 320 @ani.unsafe.Direct 321 native static _CommonMethod_outlineRadius0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 322 @ani.unsafe.Direct 323 native static _CommonMethod_outlineRadius1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 324 @ani.unsafe.Direct 325 native static _CommonMethod_foregroundColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 326 @ani.unsafe.Direct 327 native static _CommonMethod_foregroundColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 328 @ani.unsafe.Direct 329 native static _CommonMethod_onClick0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 330 @ani.unsafe.Direct 331 native static _CommonMethod_onClick1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 332 @ani.unsafe.Direct 333 native static _CommonMethod_onHover(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 334 @ani.unsafe.Direct 335 native static _CommonMethod_onHoverMove(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 336 @ani.unsafe.Direct 337 native static _CommonMethod_onAccessibilityHover(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 338 @ani.unsafe.Direct 339 native static _CommonMethod_hoverEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 340 @ani.unsafe.Direct 341 native static _CommonMethod_onMouse(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 342 @ani.unsafe.Direct 343 native static _CommonMethod_onTouch(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 344 @ani.unsafe.Direct 345 native static _CommonMethod_onKeyEvent0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 346 @ani.unsafe.Direct 347 native static _CommonMethod_onKeyEvent1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 348 @ani.unsafe.Direct 349 native static _CommonMethod_onDigitalCrown(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 350 @ani.unsafe.Direct 351 native static _CommonMethod_onKeyPreIme(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 352 @ani.unsafe.Direct 353 native static _CommonMethod_onKeyEventDispatch(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 354 @ani.unsafe.Direct 355 native static _CommonMethod_onFocusAxisEvent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 356 @ani.unsafe.Direct 357 native static _CommonMethod_onAxisEvent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 358 @ani.unsafe.Direct 359 native static _CommonMethod_focusable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 360 @ani.unsafe.Direct 361 native static _CommonMethod_nextFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 362 @ani.unsafe.Direct 363 native static _CommonMethod_tabStop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 364 @ani.unsafe.Direct 365 native static _CommonMethod_onFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 366 @ani.unsafe.Direct 367 native static _CommonMethod_onBlur(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 368 @ani.unsafe.Direct 369 native static _CommonMethod_tabIndex(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 370 @ani.unsafe.Direct 371 native static _CommonMethod_defaultFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 372 @ani.unsafe.Direct 373 native static _CommonMethod_groupDefaultFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 374 @ani.unsafe.Direct 375 native static _CommonMethod_focusOnTouch(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 376 @ani.unsafe.Direct 377 native static _CommonMethod_focusBox(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 378 @ani.unsafe.Direct 379 native static _CommonMethod_animation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 380 @ani.unsafe.Direct 381 native static _CommonMethod_transition0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 382 @ani.unsafe.Direct 383 native static _CommonMethod_transition1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 384 @ani.unsafe.Direct 385 native static _CommonMethod_motionBlur0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 386 @ani.unsafe.Direct 387 native static _CommonMethod_motionBlur1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 388 @ani.unsafe.Direct 389 native static _CommonMethod_brightness0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 390 @ani.unsafe.Direct 391 native static _CommonMethod_brightness1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 392 @ani.unsafe.Direct 393 native static _CommonMethod_contrast0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 394 @ani.unsafe.Direct 395 native static _CommonMethod_contrast1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 396 @ani.unsafe.Direct 397 native static _CommonMethod_grayscale0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 398 @ani.unsafe.Direct 399 native static _CommonMethod_grayscale1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 400 @ani.unsafe.Direct 401 native static _CommonMethod_colorBlend0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 402 @ani.unsafe.Direct 403 native static _CommonMethod_colorBlend1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 404 @ani.unsafe.Direct 405 native static _CommonMethod_saturate0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 406 @ani.unsafe.Direct 407 native static _CommonMethod_saturate1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 408 @ani.unsafe.Direct 409 native static _CommonMethod_sepia0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 410 @ani.unsafe.Direct 411 native static _CommonMethod_sepia1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 412 @ani.unsafe.Direct 413 native static _CommonMethod_invert0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 414 @ani.unsafe.Direct 415 native static _CommonMethod_invert1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 416 @ani.unsafe.Direct 417 native static _CommonMethod_hueRotate0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 418 @ani.unsafe.Direct 419 native static _CommonMethod_hueRotate1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 420 @ani.unsafe.Direct 421 native static _CommonMethod_useShadowBatching0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 422 @ani.unsafe.Direct 423 native static _CommonMethod_useShadowBatching1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 424 @ani.unsafe.Direct 425 native static _CommonMethod_useEffect0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 426 @ani.unsafe.Direct 427 native static _CommonMethod_useEffect1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 428 @ani.unsafe.Direct 429 native static _CommonMethod_useEffect2(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 430 @ani.unsafe.Direct 431 native static _CommonMethod_renderGroup0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 432 @ani.unsafe.Direct 433 native static _CommonMethod_renderGroup1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 434 @ani.unsafe.Direct 435 native static _CommonMethod_freeze0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 436 @ani.unsafe.Direct 437 native static _CommonMethod_freeze1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 438 @ani.unsafe.Direct 439 native static _CommonMethod_translate0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 440 @ani.unsafe.Direct 441 native static _CommonMethod_translate1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 442 @ani.unsafe.Direct 443 native static _CommonMethod_scale0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 444 @ani.unsafe.Direct 445 native static _CommonMethod_scale1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 446 @ani.unsafe.Direct 447 native static _CommonMethod_gridSpan(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 448 @ani.unsafe.Direct 449 native static _CommonMethod_gridOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 450 @ani.unsafe.Direct 451 native static _CommonMethod_rotate0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 452 @ani.unsafe.Direct 453 native static _CommonMethod_rotate1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 454 @ani.unsafe.Direct 455 native static _CommonMethod_transform0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 456 @ani.unsafe.Direct 457 native static _CommonMethod_transform1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 458 @ani.unsafe.Direct 459 native static _CommonMethod_onAppear(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 460 @ani.unsafe.Direct 461 native static _CommonMethod_onDisAppear(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 462 @ani.unsafe.Direct 463 native static _CommonMethod_onAttach(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 464 @ani.unsafe.Direct 465 native static _CommonMethod_onDetach(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 466 @ani.unsafe.Direct 467 native static _CommonMethod_onAreaChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 468 @ani.unsafe.Direct 469 native static _CommonMethod_visibility(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 470 @ani.unsafe.Direct 471 native static _CommonMethod_flexGrow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 472 @ani.unsafe.Direct 473 native static _CommonMethod_flexShrink(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 474 @ani.unsafe.Direct 475 native static _CommonMethod_flexBasis(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 476 @ani.unsafe.Direct 477 native static _CommonMethod_alignSelf(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 478 @ani.unsafe.Direct 479 native static _CommonMethod_displayPriority(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 480 @ani.unsafe.Direct 481 native static _CommonMethod_zIndex(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 482 @ani.unsafe.Direct 483 native static _CommonMethod_direction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 484 @ani.unsafe.Direct 485 native static _CommonMethod_align(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 486 @ani.unsafe.Direct 487 native static _CommonMethod_position(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 488 @ani.unsafe.Direct 489 native static _CommonMethod_markAnchor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 490 @ani.unsafe.Direct 491 native static _CommonMethod_offset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 492 @ani.unsafe.Direct 493 native static _CommonMethod_enabled(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 494 @ani.unsafe.Direct 495 native static _CommonMethod_useSizeType(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 496 @ani.unsafe.Direct 497 native static _CommonMethod_alignRules0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 498 @ani.unsafe.Direct 499 native static _CommonMethod_alignRules1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 500 @ani.unsafe.Direct 501 native static _CommonMethod_aspectRatio(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 502 @ani.unsafe.Direct 503 native static _CommonMethod_clickEffect0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 504 @ani.unsafe.Direct 505 native static _CommonMethod_clickEffect1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 506 @ani.unsafe.Direct 507 native static _CommonMethod_onDragStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 508 @ani.unsafe.Direct 509 native static _CommonMethod_onDragEnter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 510 @ani.unsafe.Direct 511 native static _CommonMethod_onDragMove(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 512 @ani.unsafe.Direct 513 native static _CommonMethod_onDragLeave(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 514 @ani.unsafe.Direct 515 native static _CommonMethod_onDrop0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 516 @ani.unsafe.Direct 517 native static _CommonMethod_onDrop1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 518 @ani.unsafe.Direct 519 native static _CommonMethod_onDragEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 520 @ani.unsafe.Direct 521 native static _CommonMethod_allowDrop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 522 @ani.unsafe.Direct 523 native static _CommonMethod_draggable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 524 @ani.unsafe.Direct 525 native static _CommonMethod_dragPreview0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 526 @ani.unsafe.Direct 527 native static _CommonMethod_dragPreview1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 528 @ani.unsafe.Direct 529 native static _CommonMethod_onPreDrag(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 530 @ani.unsafe.Direct 531 native static _CommonMethod_linearGradient0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 532 @ani.unsafe.Direct 533 native static _CommonMethod_linearGradient1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 534 @ani.unsafe.Direct 535 native static _CommonMethod_sweepGradient0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 536 @ani.unsafe.Direct 537 native static _CommonMethod_sweepGradient1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 538 @ani.unsafe.Direct 539 native static _CommonMethod_radialGradient0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 540 @ani.unsafe.Direct 541 native static _CommonMethod_radialGradient1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 542 @ani.unsafe.Direct 543 native static _CommonMethod_motionPath(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 544 @ani.unsafe.Direct 545 native static _CommonMethod_shadow0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 546 @ani.unsafe.Direct 547 native static _CommonMethod_shadow1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 548 @ani.unsafe.Direct 549 native static _CommonMethod_clip0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 550 @ani.unsafe.Direct 551 native static _CommonMethod_clip1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 552 @ani.unsafe.Direct 553 native static _CommonMethod_clip2(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 554 @ani.unsafe.Direct 555 native static _CommonMethod_clipShape0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 556 @ani.unsafe.Direct 557 native static _CommonMethod_clipShape1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 558 @ani.unsafe.Direct 559 native static _CommonMethod_mask0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 560 @ani.unsafe.Direct 561 native static _CommonMethod_mask1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 562 @ani.unsafe.Direct 563 native static _CommonMethod_mask2(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 564 @ani.unsafe.Direct 565 native static _CommonMethod_maskShape0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 566 @ani.unsafe.Direct 567 native static _CommonMethod_maskShape1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 568 @ani.unsafe.Direct 569 native static _CommonMethod_key(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 570 @ani.unsafe.Direct 571 native static _CommonMethod_id(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 572 @ani.unsafe.Direct 573 native static _CommonMethod_geometryTransition0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 574 @ani.unsafe.Direct 575 native static _CommonMethod_geometryTransition1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 576 @ani.unsafe.Direct 577 native static _CommonMethod_stateStyles(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 578 @ani.unsafe.Direct 579 native static _CommonMethod_restoreId(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 580 @ani.unsafe.Direct 581 native static _CommonMethod_sphericalEffect0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 582 @ani.unsafe.Direct 583 native static _CommonMethod_sphericalEffect1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 584 @ani.unsafe.Direct 585 native static _CommonMethod_lightUpEffect0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 586 @ani.unsafe.Direct 587 native static _CommonMethod_lightUpEffect1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 588 @ani.unsafe.Direct 589 native static _CommonMethod_pixelStretchEffect0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 590 @ani.unsafe.Direct 591 native static _CommonMethod_pixelStretchEffect1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 592 @ani.unsafe.Direct 593 native static _CommonMethod_accessibilityGroup0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 594 @ani.unsafe.Direct 595 native static _CommonMethod_accessibilityGroup1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 596 @ani.unsafe.Direct 597 native static _CommonMethod_accessibilityText0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 598 @ani.unsafe.Direct 599 native static _CommonMethod_accessibilityText1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 600 @ani.unsafe.Direct 601 native static _CommonMethod_accessibilityNextFocusId(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 602 @ani.unsafe.Direct 603 native static _CommonMethod_accessibilityDefaultFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 604 @ani.unsafe.Direct 605 native static _CommonMethod_accessibilityUseSamePage(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 606 @ani.unsafe.Direct 607 native static _CommonMethod_accessibilityScrollTriggerable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 608 @ani.unsafe.Direct 609 native static _CommonMethod_accessibilityRole(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 610 @ani.unsafe.Direct 611 native static _CommonMethod_onAccessibilityFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 612 @ani.unsafe.Direct 613 native static _CommonMethod_accessibilityTextHint(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 614 @ani.unsafe.Direct 615 native static _CommonMethod_accessibilityDescription0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 616 @ani.unsafe.Direct 617 native static _CommonMethod_accessibilityDescription1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 618 @ani.unsafe.Direct 619 native static _CommonMethod_accessibilityLevel(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 620 @ani.unsafe.Direct 621 native static _CommonMethod_accessibilityVirtualNode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 622 @ani.unsafe.Direct 623 native static _CommonMethod_accessibilityChecked(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 624 @ani.unsafe.Direct 625 native static _CommonMethod_accessibilitySelected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 626 @ani.unsafe.Direct 627 native static _CommonMethod_obscured(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 628 @ani.unsafe.Direct 629 native static _CommonMethod_reuseId(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 630 @ani.unsafe.Direct 631 native static _CommonMethod_reuse(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 632 @ani.unsafe.Direct 633 native static _CommonMethod_renderFit0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 634 @ani.unsafe.Direct 635 native static _CommonMethod_renderFit1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 636 @ani.unsafe.Direct 637 native static _CommonMethod_gestureModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 638 @ani.unsafe.Direct 639 native static _CommonMethod_backgroundBrightness0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 640 @ani.unsafe.Direct 641 native static _CommonMethod_backgroundBrightness1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 642 @ani.unsafe.Direct 643 native static _CommonMethod_onGestureJudgeBegin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 644 @ani.unsafe.Direct 645 native static _CommonMethod_onGestureRecognizerJudgeBegin0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 646 @ani.unsafe.Direct 647 native static _CommonMethod_onGestureRecognizerJudgeBegin1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 648 @ani.unsafe.Direct 649 native static _CommonMethod_shouldBuiltInRecognizerParallelWith(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 650 @ani.unsafe.Direct 651 native static _CommonMethod_monopolizeEvents(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 652 @ani.unsafe.Direct 653 native static _CommonMethod_onTouchIntercept(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 654 @ani.unsafe.Direct 655 native static _CommonMethod_onSizeChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 656 @ani.unsafe.Direct 657 native static _CommonMethod_accessibilityFocusDrawLevel(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 658 @ani.unsafe.Direct 659 native static _CommonMethod_customProperty(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 660 @ani.unsafe.Direct 661 native static _CommonMethod_expandSafeArea(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 662 @ani.unsafe.Direct 663 native static _CommonMethod_background(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 664 @ani.unsafe.Direct 665 native static _CommonMethod_backgroundImage0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 666 @ani.unsafe.Direct 667 native static _CommonMethod_backgroundImage1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 668 @ani.unsafe.Direct 669 native static _CommonMethod_backgroundBlurStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 670 @ani.unsafe.Direct 671 native static _CommonMethod_backgroundBlurStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 672 @ani.unsafe.Direct 673 native static _CommonMethod_foregroundBlurStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 674 @ani.unsafe.Direct 675 native static _CommonMethod_foregroundBlurStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 676 @ani.unsafe.Direct 677 native static _CommonMethod_focusScopeId0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 678 @ani.unsafe.Direct 679 native static _CommonMethod_focusScopeId1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 680 @ani.unsafe.Direct 681 native static _CommonMethod_focusScopePriority(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 682 @ani.unsafe.Direct 683 native static _CommonMethod_gesture(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 684 @ani.unsafe.Direct 685 native static _CommonMethod_priorityGesture(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 686 @ani.unsafe.Direct 687 native static _CommonMethod_parallelGesture(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 688 @ani.unsafe.Direct 689 native static _CommonMethod_blur0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 690 @ani.unsafe.Direct 691 native static _CommonMethod_blur1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 692 @ani.unsafe.Direct 693 native static _CommonMethod_linearGradientBlur0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 694 @ani.unsafe.Direct 695 native static _CommonMethod_linearGradientBlur1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 696 @ani.unsafe.Direct 697 native static _CommonMethod_systemBarEffect(ptr: KPointer): void 698 @ani.unsafe.Direct 699 native static _CommonMethod_backdropBlur0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 700 @ani.unsafe.Direct 701 native static _CommonMethod_backdropBlur1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 702 @ani.unsafe.Direct 703 native static _CommonMethod_sharedTransition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 704 @ani.unsafe.Direct 705 native static _CommonMethod_chainMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 706 @ani.unsafe.Direct 707 native static _CommonMethod_dragPreviewOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 708 @ani.unsafe.Direct 709 native static _CommonMethod_overlay(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 710 @ani.unsafe.Direct 711 native static _CommonMethod_blendMode0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 712 @ani.unsafe.Direct 713 native static _CommonMethod_blendMode1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 714 @ani.unsafe.Direct 715 native static _CommonMethod_advancedBlendMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 716 @ani.unsafe.Direct 717 native static _CommonMethod_bindTips(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 718 @ani.unsafe.Direct 719 native static _CommonMethod_bindPopup(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 720 @ani.unsafe.Direct 721 native static _CommonMethod_bindMenu0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 722 @ani.unsafe.Direct 723 native static _CommonMethod_bindMenu1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 724 @ani.unsafe.Direct 725 native static _CommonMethod_bindContextMenu0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 726 @ani.unsafe.Direct 727 native static _CommonMethod_bindContextMenu1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 728 @ani.unsafe.Direct 729 native static _CommonMethod_bindContentCover0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 730 @ani.unsafe.Direct 731 native static _CommonMethod_bindContentCover1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 732 @ani.unsafe.Direct 733 native static _CommonMethod_bindSheet(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 734 @ani.unsafe.Direct 735 native static _CommonMethod_onVisibleAreaChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 736 @ani.unsafe.Direct 737 native static _CommonMethod_onVisibleAreaApproximateChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 738 @ani.unsafe.Direct 739 native static _CommonMethod_keyboardShortcut(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 740 @ani.unsafe.Direct 741 native static _Common_construct(id: KInt, flags: KInt): KPointer 742 @ani.unsafe.Direct 743 native static _CommonInterface_setCommonOptions(ptr: KPointer): void 744 @ani.unsafe.Direct 745 native static _CommonShapeMethod_construct(id: KInt, flags: KInt): KPointer 746 @ani.unsafe.Direct 747 native static _CommonShapeMethod_stroke(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 748 @ani.unsafe.Direct 749 native static _CommonShapeMethod_fill(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 750 @ani.unsafe.Direct 751 native static _CommonShapeMethod_strokeDashOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 752 @ani.unsafe.Direct 753 native static _CommonShapeMethod_strokeLineCap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 754 @ani.unsafe.Direct 755 native static _CommonShapeMethod_strokeLineJoin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 756 @ani.unsafe.Direct 757 native static _CommonShapeMethod_strokeMiterLimit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 758 @ani.unsafe.Direct 759 native static _CommonShapeMethod_strokeOpacity(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 760 @ani.unsafe.Direct 761 native static _CommonShapeMethod_fillOpacity(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 762 @ani.unsafe.Direct 763 native static _CommonShapeMethod_strokeWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 764 @ani.unsafe.Direct 765 native static _CommonShapeMethod_antiAlias(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 766 @ani.unsafe.Direct 767 native static _CommonShapeMethod_strokeDashArray(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 768 @ani.unsafe.Direct 769 native static _ScrollableCommonMethod_construct(id: KInt, flags: KInt): KPointer 770 @ani.unsafe.Direct 771 native static _ScrollableCommonMethod_scrollBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 772 @ani.unsafe.Direct 773 native static _ScrollableCommonMethod_scrollBarColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 774 @ani.unsafe.Direct 775 native static _ScrollableCommonMethod_scrollBarWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 776 @ani.unsafe.Direct 777 native static _ScrollableCommonMethod_nestedScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 778 @ani.unsafe.Direct 779 native static _ScrollableCommonMethod_enableScrollInteraction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 780 @ani.unsafe.Direct 781 native static _ScrollableCommonMethod_friction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 782 @ani.unsafe.Direct 783 native static _ScrollableCommonMethod_onScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 784 @ani.unsafe.Direct 785 native static _ScrollableCommonMethod_onReachStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 786 @ani.unsafe.Direct 787 native static _ScrollableCommonMethod_onReachEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 788 @ani.unsafe.Direct 789 native static _ScrollableCommonMethod_onScrollStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 790 @ani.unsafe.Direct 791 native static _ScrollableCommonMethod_onScrollStop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 792 @ani.unsafe.Direct 793 native static _ScrollableCommonMethod_flingSpeedLimit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 794 @ani.unsafe.Direct 795 native static _ScrollableCommonMethod_clipContent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 796 @ani.unsafe.Direct 797 native static _ScrollableCommonMethod_digitalCrownSensitivity(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 798 @ani.unsafe.Direct 799 native static _ScrollableCommonMethod_backToTop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 800 @ani.unsafe.Direct 801 native static _ScrollableCommonMethod_edgeEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 802 @ani.unsafe.Direct 803 native static _ScrollableCommonMethod_fadingEdge(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 804 @ani.unsafe.Direct 805 native static _Navigation_construct(id: KInt, flags: KInt): KPointer 806 @ani.unsafe.Direct 807 native static _NavigationInterface_setNavigationOptions0(ptr: KPointer): void 808 @ani.unsafe.Direct 809 native static _NavigationInterface_setNavigationOptions1(ptr: KPointer, pathInfos: KPointer): void 810 @ani.unsafe.Direct 811 native static _NavigationAttribute_navBarWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 812 @ani.unsafe.Direct 813 native static _NavigationAttribute_navBarPosition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 814 @ani.unsafe.Direct 815 native static _NavigationAttribute_navBarWidthRange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 816 @ani.unsafe.Direct 817 native static _NavigationAttribute_minContentWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 818 @ani.unsafe.Direct 819 native static _NavigationAttribute_mode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 820 @ani.unsafe.Direct 821 native static _NavigationAttribute_backButtonIcon0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 822 @ani.unsafe.Direct 823 native static _NavigationAttribute_backButtonIcon1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 824 @ani.unsafe.Direct 825 native static _NavigationAttribute_hideNavBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 826 @ani.unsafe.Direct 827 native static _NavigationAttribute_subTitle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 828 @ani.unsafe.Direct 829 native static _NavigationAttribute_hideTitleBar0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 830 @ani.unsafe.Direct 831 native static _NavigationAttribute_hideTitleBar1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 832 @ani.unsafe.Direct 833 native static _NavigationAttribute_hideBackButton(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 834 @ani.unsafe.Direct 835 native static _NavigationAttribute_titleMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 836 @ani.unsafe.Direct 837 native static _NavigationAttribute_menus0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 838 @ani.unsafe.Direct 839 native static _NavigationAttribute_menus1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 840 @ani.unsafe.Direct 841 native static _NavigationAttribute_toolBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 842 @ani.unsafe.Direct 843 native static _NavigationAttribute_hideToolBar0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 844 @ani.unsafe.Direct 845 native static _NavigationAttribute_hideToolBar1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 846 @ani.unsafe.Direct 847 native static _NavigationAttribute_enableToolBarAdaptation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 848 @ani.unsafe.Direct 849 native static _NavigationAttribute_onTitleModeChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 850 @ani.unsafe.Direct 851 native static _NavigationAttribute_onNavBarStateChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 852 @ani.unsafe.Direct 853 native static _NavigationAttribute_onNavigationModeChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 854 @ani.unsafe.Direct 855 native static _NavigationAttribute_navDestination(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 856 @ani.unsafe.Direct 857 native static _NavigationAttribute_customNavContentTransition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 858 @ani.unsafe.Direct 859 native static _NavigationAttribute_systemBarStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 860 @ani.unsafe.Direct 861 native static _NavigationAttribute_recoverable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 862 @ani.unsafe.Direct 863 native static _NavigationAttribute_enableDragBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 864 @ani.unsafe.Direct 865 native static _NavigationAttribute_enableModeChangeAnimation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 866 @ani.unsafe.Direct 867 native static _NavigationAttribute_title(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 868 @ani.unsafe.Direct 869 native static _NavigationAttribute_toolbarConfiguration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 870 @ani.unsafe.Direct 871 native static _NavigationAttribute_ignoreLayoutSafeArea(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 872 @ani.unsafe.Direct 873 native static _Canvas_construct(id: KInt, flags: KInt): KPointer 874 @ani.unsafe.Direct 875 native static _CanvasInterface_setCanvasOptions0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 876 @ani.unsafe.Direct 877 native static _CanvasInterface_setCanvasOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 878 @ani.unsafe.Direct 879 native static _CanvasAttribute_onReady(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 880 @ani.unsafe.Direct 881 native static _CanvasAttribute_enableAnalyzer(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 882 @ani.unsafe.Direct 883 native static _Checkbox_construct(id: KInt, flags: KInt): KPointer 884 @ani.unsafe.Direct 885 native static _CheckboxInterface_setCheckboxOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 886 @ani.unsafe.Direct 887 native static _CheckboxAttribute_select0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 888 @ani.unsafe.Direct 889 native static _CheckboxAttribute_select1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 890 @ani.unsafe.Direct 891 native static _CheckboxAttribute_selectedColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 892 @ani.unsafe.Direct 893 native static _CheckboxAttribute_selectedColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 894 @ani.unsafe.Direct 895 native static _CheckboxAttribute_shape0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 896 @ani.unsafe.Direct 897 native static _CheckboxAttribute_shape1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 898 @ani.unsafe.Direct 899 native static _CheckboxAttribute_unselectedColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 900 @ani.unsafe.Direct 901 native static _CheckboxAttribute_unselectedColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 902 @ani.unsafe.Direct 903 native static _CheckboxAttribute_mark0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 904 @ani.unsafe.Direct 905 native static _CheckboxAttribute_mark1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 906 @ani.unsafe.Direct 907 native static _CheckboxAttribute_onChange0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 908 @ani.unsafe.Direct 909 native static _CheckboxAttribute_onChange1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 910 @ani.unsafe.Direct 911 native static _CheckboxAttribute_contentModifier0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 912 @ani.unsafe.Direct 913 native static _CheckboxAttribute_contentModifier1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 914 @ani.unsafe.Direct 915 native static _CheckboxAttribute__onChangeEvent_select(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 916 @ani.unsafe.Direct 917 native static _CheckboxGroup_construct(id: KInt, flags: KInt): KPointer 918 @ani.unsafe.Direct 919 native static _CheckboxGroupInterface_setCheckboxGroupOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 920 @ani.unsafe.Direct 921 native static _CheckboxGroupAttribute_selectAll0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 922 @ani.unsafe.Direct 923 native static _CheckboxGroupAttribute_selectAll1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 924 @ani.unsafe.Direct 925 native static _CheckboxGroupAttribute_selectedColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 926 @ani.unsafe.Direct 927 native static _CheckboxGroupAttribute_selectedColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 928 @ani.unsafe.Direct 929 native static _CheckboxGroupAttribute_unselectedColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 930 @ani.unsafe.Direct 931 native static _CheckboxGroupAttribute_unselectedColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 932 @ani.unsafe.Direct 933 native static _CheckboxGroupAttribute_mark0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 934 @ani.unsafe.Direct 935 native static _CheckboxGroupAttribute_mark1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 936 @ani.unsafe.Direct 937 native static _CheckboxGroupAttribute_onChange0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 938 @ani.unsafe.Direct 939 native static _CheckboxGroupAttribute_onChange1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 940 @ani.unsafe.Direct 941 native static _CheckboxGroupAttribute_checkboxShape0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 942 @ani.unsafe.Direct 943 native static _CheckboxGroupAttribute_checkboxShape1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 944 @ani.unsafe.Direct 945 native static _CheckboxGroupAttribute__onChangeEvent_selectAll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 946 @ani.unsafe.Direct 947 native static _Circle_construct(id: KInt, flags: KInt): KPointer 948 @ani.unsafe.Direct 949 native static _CircleInterface_setCircleOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 950 @ani.unsafe.Direct 951 native static _Column_construct(id: KInt, flags: KInt): KPointer 952 @ani.unsafe.Direct 953 native static _ColumnInterface_setColumnOptions0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 954 @ani.unsafe.Direct 955 native static _ColumnInterface_setColumnOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 956 @ani.unsafe.Direct 957 native static _ColumnAttribute_alignItems(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 958 @ani.unsafe.Direct 959 native static _ColumnAttribute_justifyContent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 960 @ani.unsafe.Direct 961 native static _ColumnAttribute_pointLight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 962 @ani.unsafe.Direct 963 native static _ColumnAttribute_reverse(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 964 @ani.unsafe.Direct 965 native static _ColumnSplit_construct(id: KInt, flags: KInt): KPointer 966 @ani.unsafe.Direct 967 native static _ColumnSplitInterface_setColumnSplitOptions(ptr: KPointer): void 968 @ani.unsafe.Direct 969 native static _ColumnSplitAttribute_resizeable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 970 @ani.unsafe.Direct 971 native static _ColumnSplitAttribute_divider(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 972 @ani.unsafe.Direct 973 native static _Component3D_construct(id: KInt, flags: KInt): KPointer 974 @ani.unsafe.Direct 975 native static _Component3DInterface_setComponent3DOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 976 @ani.unsafe.Direct 977 native static _Component3DAttribute_environment(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 978 @ani.unsafe.Direct 979 native static _Component3DAttribute_shader(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 980 @ani.unsafe.Direct 981 native static _Component3DAttribute_shaderImageTexture(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 982 @ani.unsafe.Direct 983 native static _Component3DAttribute_shaderInputBuffer(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 984 @ani.unsafe.Direct 985 native static _Component3DAttribute_renderWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 986 @ani.unsafe.Direct 987 native static _Component3DAttribute_renderHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 988 @ani.unsafe.Direct 989 native static _Component3DAttribute_customRender(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 990 @ani.unsafe.Direct 991 native static _ContainerSpan_construct(id: KInt, flags: KInt): KPointer 992 @ani.unsafe.Direct 993 native static _ContainerSpanInterface_setContainerSpanOptions(ptr: KPointer): void 994 @ani.unsafe.Direct 995 native static _ContainerSpanAttribute_textBackgroundStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 996 @ani.unsafe.Direct 997 native static _Counter_construct(id: KInt, flags: KInt): KPointer 998 @ani.unsafe.Direct 999 native static _CounterInterface_setCounterOptions(ptr: KPointer): void 1000 @ani.unsafe.Direct 1001 native static _CounterAttribute_onInc(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1002 @ani.unsafe.Direct 1003 native static _CounterAttribute_onDec(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1004 @ani.unsafe.Direct 1005 native static _CounterAttribute_enableDec(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1006 @ani.unsafe.Direct 1007 native static _CounterAttribute_enableInc(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1008 @ani.unsafe.Direct 1009 native static _DataPanel_construct(id: KInt, flags: KInt): KPointer 1010 @ani.unsafe.Direct 1011 native static _DataPanelInterface_setDataPanelOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1012 @ani.unsafe.Direct 1013 native static _DataPanelAttribute_closeEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1014 @ani.unsafe.Direct 1015 native static _DataPanelAttribute_valueColors(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1016 @ani.unsafe.Direct 1017 native static _DataPanelAttribute_trackBackgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1018 @ani.unsafe.Direct 1019 native static _DataPanelAttribute_strokeWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1020 @ani.unsafe.Direct 1021 native static _DataPanelAttribute_trackShadow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1022 @ani.unsafe.Direct 1023 native static _DataPanelAttribute_contentModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1024 @ani.unsafe.Direct 1025 native static _DatePicker_construct(id: KInt, flags: KInt): KPointer 1026 @ani.unsafe.Direct 1027 native static _DatePickerInterface_setDatePickerOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1028 @ani.unsafe.Direct 1029 native static _DatePickerAttribute_lunar0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1030 @ani.unsafe.Direct 1031 native static _DatePickerAttribute_lunar1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1032 @ani.unsafe.Direct 1033 native static _DatePickerAttribute_disappearTextStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1034 @ani.unsafe.Direct 1035 native static _DatePickerAttribute_disappearTextStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1036 @ani.unsafe.Direct 1037 native static _DatePickerAttribute_textStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1038 @ani.unsafe.Direct 1039 native static _DatePickerAttribute_textStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1040 @ani.unsafe.Direct 1041 native static _DatePickerAttribute_selectedTextStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1042 @ani.unsafe.Direct 1043 native static _DatePickerAttribute_selectedTextStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1044 @ani.unsafe.Direct 1045 native static _DatePickerAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1046 @ani.unsafe.Direct 1047 native static _DatePickerAttribute_onDateChange0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1048 @ani.unsafe.Direct 1049 native static _DatePickerAttribute_onDateChange1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1050 @ani.unsafe.Direct 1051 native static _DatePickerAttribute_digitalCrownSensitivity(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1052 @ani.unsafe.Direct 1053 native static _DatePickerAttribute_enableHapticFeedback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1054 @ani.unsafe.Direct 1055 native static _DatePickerAttribute__onChangeEvent_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1056 @ani.unsafe.Direct 1057 native static _Divider_construct(id: KInt, flags: KInt): KPointer 1058 @ani.unsafe.Direct 1059 native static _DividerInterface_setDividerOptions(ptr: KPointer): void 1060 @ani.unsafe.Direct 1061 native static _DividerAttribute_vertical(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1062 @ani.unsafe.Direct 1063 native static _DividerAttribute_color(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1064 @ani.unsafe.Direct 1065 native static _DividerAttribute_strokeWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1066 @ani.unsafe.Direct 1067 native static _DividerAttribute_lineCap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1068 @ani.unsafe.Direct 1069 native static _EffectComponent_construct(id: KInt, flags: KInt): KPointer 1070 @ani.unsafe.Direct 1071 native static _EffectComponentInterface_setEffectComponentOptions(ptr: KPointer): void 1072 @ani.unsafe.Direct 1073 native static _Ellipse_construct(id: KInt, flags: KInt): KPointer 1074 @ani.unsafe.Direct 1075 native static _EllipseInterface_setEllipseOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1076 @ani.unsafe.Direct 1077 native static _EmbeddedComponent_construct(id: KInt, flags: KInt): KPointer 1078 @ani.unsafe.Direct 1079 native static _EmbeddedComponentInterface_setEmbeddedComponentOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, type: KInt): void 1080 @ani.unsafe.Direct 1081 native static _EmbeddedComponentAttribute_onTerminated(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1082 @ani.unsafe.Direct 1083 native static _EmbeddedComponentAttribute_onError(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1084 @ani.unsafe.Direct 1085 native static _Flex_construct(id: KInt, flags: KInt): KPointer 1086 @ani.unsafe.Direct 1087 native static _FlexInterface_setFlexOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1088 @ani.unsafe.Direct 1089 native static _FlexAttribute_pointLight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1090 @ani.unsafe.Direct 1091 native static _FlowItem_construct(id: KInt, flags: KInt): KPointer 1092 @ani.unsafe.Direct 1093 native static _FlowItemInterface_setFlowItemOptions(ptr: KPointer): void 1094 @ani.unsafe.Direct 1095 native static _FolderStack_construct(id: KInt, flags: KInt): KPointer 1096 @ani.unsafe.Direct 1097 native static _FolderStackInterface_setFolderStackOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1098 @ani.unsafe.Direct 1099 native static _FolderStackAttribute_alignContent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1100 @ani.unsafe.Direct 1101 native static _FolderStackAttribute_onFolderStateChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1102 @ani.unsafe.Direct 1103 native static _FolderStackAttribute_onHoverStatusChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1104 @ani.unsafe.Direct 1105 native static _FolderStackAttribute_enableAnimation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1106 @ani.unsafe.Direct 1107 native static _FolderStackAttribute_autoHalfFold(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1108 @ani.unsafe.Direct 1109 native static _FormComponent_construct(id: KInt, flags: KInt): KPointer 1110 @ani.unsafe.Direct 1111 native static _FormComponentInterface_setFormComponentOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1112 @ani.unsafe.Direct 1113 native static _FormComponentAttribute_size(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1114 @ani.unsafe.Direct 1115 native static _FormComponentAttribute_moduleName(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1116 @ani.unsafe.Direct 1117 native static _FormComponentAttribute_dimension(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1118 @ani.unsafe.Direct 1119 native static _FormComponentAttribute_allowUpdate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1120 @ani.unsafe.Direct 1121 native static _FormComponentAttribute_visibility(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1122 @ani.unsafe.Direct 1123 native static _FormComponentAttribute_onAcquired(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1124 @ani.unsafe.Direct 1125 native static _FormComponentAttribute_onError(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1126 @ani.unsafe.Direct 1127 native static _FormComponentAttribute_onRouter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1128 @ani.unsafe.Direct 1129 native static _FormComponentAttribute_onUninstall(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1130 @ani.unsafe.Direct 1131 native static _FormComponentAttribute_onLoad(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1132 @ani.unsafe.Direct 1133 native static _FormLink_construct(id: KInt, flags: KInt): KPointer 1134 @ani.unsafe.Direct 1135 native static _FormLinkInterface_setFormLinkOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1136 @ani.unsafe.Direct 1137 native static _Gauge_construct(id: KInt, flags: KInt): KPointer 1138 @ani.unsafe.Direct 1139 native static _GaugeInterface_setGaugeOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1140 @ani.unsafe.Direct 1141 native static _GaugeAttribute_value(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1142 @ani.unsafe.Direct 1143 native static _GaugeAttribute_startAngle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1144 @ani.unsafe.Direct 1145 native static _GaugeAttribute_endAngle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1146 @ani.unsafe.Direct 1147 native static _GaugeAttribute_colors(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1148 @ani.unsafe.Direct 1149 native static _GaugeAttribute_strokeWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1150 @ani.unsafe.Direct 1151 native static _GaugeAttribute_description(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1152 @ani.unsafe.Direct 1153 native static _GaugeAttribute_trackShadow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1154 @ani.unsafe.Direct 1155 native static _GaugeAttribute_indicator(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1156 @ani.unsafe.Direct 1157 native static _GaugeAttribute_privacySensitive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1158 @ani.unsafe.Direct 1159 native static _GaugeAttribute_contentModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1160 @ani.unsafe.Direct 1161 native static _Grid_construct(id: KInt, flags: KInt): KPointer 1162 @ani.unsafe.Direct 1163 native static _GridInterface_setGridOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1164 @ani.unsafe.Direct 1165 native static _GridAttribute_columnsTemplate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1166 @ani.unsafe.Direct 1167 native static _GridAttribute_rowsTemplate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1168 @ani.unsafe.Direct 1169 native static _GridAttribute_columnsGap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1170 @ani.unsafe.Direct 1171 native static _GridAttribute_rowsGap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1172 @ani.unsafe.Direct 1173 native static _GridAttribute_scrollBarWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1174 @ani.unsafe.Direct 1175 native static _GridAttribute_scrollBarColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1176 @ani.unsafe.Direct 1177 native static _GridAttribute_scrollBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1178 @ani.unsafe.Direct 1179 native static _GridAttribute_onScrollBarUpdate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1180 @ani.unsafe.Direct 1181 native static _GridAttribute_onScrollIndex(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1182 @ani.unsafe.Direct 1183 native static _GridAttribute_cachedCount0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1184 @ani.unsafe.Direct 1185 native static _GridAttribute_cachedCount1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1186 @ani.unsafe.Direct 1187 native static _GridAttribute_editMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1188 @ani.unsafe.Direct 1189 native static _GridAttribute_multiSelectable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1190 @ani.unsafe.Direct 1191 native static _GridAttribute_maxCount(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1192 @ani.unsafe.Direct 1193 native static _GridAttribute_minCount(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1194 @ani.unsafe.Direct 1195 native static _GridAttribute_cellLength(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1196 @ani.unsafe.Direct 1197 native static _GridAttribute_layoutDirection(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1198 @ani.unsafe.Direct 1199 native static _GridAttribute_supportAnimation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1200 @ani.unsafe.Direct 1201 native static _GridAttribute_onItemDragStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1202 @ani.unsafe.Direct 1203 native static _GridAttribute_onItemDragEnter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1204 @ani.unsafe.Direct 1205 native static _GridAttribute_onItemDragMove(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1206 @ani.unsafe.Direct 1207 native static _GridAttribute_onItemDragLeave(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1208 @ani.unsafe.Direct 1209 native static _GridAttribute_onItemDrop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1210 @ani.unsafe.Direct 1211 native static _GridAttribute_nestedScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1212 @ani.unsafe.Direct 1213 native static _GridAttribute_enableScrollInteraction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1214 @ani.unsafe.Direct 1215 native static _GridAttribute_friction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1216 @ani.unsafe.Direct 1217 native static _GridAttribute_alignItems(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1218 @ani.unsafe.Direct 1219 native static _GridAttribute_onScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1220 @ani.unsafe.Direct 1221 native static _GridAttribute_onReachStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1222 @ani.unsafe.Direct 1223 native static _GridAttribute_onReachEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1224 @ani.unsafe.Direct 1225 native static _GridAttribute_onScrollStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1226 @ani.unsafe.Direct 1227 native static _GridAttribute_onScrollStop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1228 @ani.unsafe.Direct 1229 native static _GridAttribute_onScrollFrameBegin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1230 @ani.unsafe.Direct 1231 native static _GridAttribute_onWillScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1232 @ani.unsafe.Quick 1233 native static _GridAttribute_onDidScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1234 @ani.unsafe.Quick 1235 native static _GridAttribute_edgeEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1236 @ani.unsafe.Direct 1237 native static _GridItem_construct(id: KInt, flags: KInt): KPointer 1238 @ani.unsafe.Direct 1239 native static _GridItemInterface_setGridItemOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1240 @ani.unsafe.Direct 1241 native static _GridItemAttribute_rowStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1242 @ani.unsafe.Direct 1243 native static _GridItemAttribute_rowEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1244 @ani.unsafe.Direct 1245 native static _GridItemAttribute_columnStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1246 @ani.unsafe.Direct 1247 native static _GridItemAttribute_columnEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1248 @ani.unsafe.Direct 1249 native static _GridItemAttribute_forceRebuild(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1250 @ani.unsafe.Direct 1251 native static _GridItemAttribute_selectable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1252 @ani.unsafe.Direct 1253 native static _GridItemAttribute_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1254 @ani.unsafe.Direct 1255 native static _GridItemAttribute_onSelect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1256 @ani.unsafe.Direct 1257 native static _GridItemAttribute__onChangeEvent_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1258 @ani.unsafe.Direct 1259 native static _GridCol_construct(id: KInt, flags: KInt): KPointer 1260 @ani.unsafe.Direct 1261 native static _GridColInterface_setGridColOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1262 @ani.unsafe.Direct 1263 native static _GridColAttribute_span(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1264 @ani.unsafe.Direct 1265 native static _GridColAttribute_gridColOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1266 @ani.unsafe.Direct 1267 native static _GridColAttribute_order(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1268 @ani.unsafe.Direct 1269 native static _GridContainer_construct(id: KInt, flags: KInt): KPointer 1270 @ani.unsafe.Direct 1271 native static _GridContainerInterface_setGridContainerOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1272 @ani.unsafe.Direct 1273 native static _GridRow_construct(id: KInt, flags: KInt): KPointer 1274 @ani.unsafe.Direct 1275 native static _GridRowInterface_setGridRowOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1276 @ani.unsafe.Direct 1277 native static _GridRowAttribute_onBreakpointChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1278 @ani.unsafe.Direct 1279 native static _GridRowAttribute_alignItems(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1280 @ani.unsafe.Direct 1281 native static _Hyperlink_construct(id: KInt, flags: KInt): KPointer 1282 @ani.unsafe.Direct 1283 native static _HyperlinkInterface_setHyperlinkOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1284 @ani.unsafe.Direct 1285 native static _HyperlinkAttribute_color(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1286 @ani.unsafe.Direct 1287 native static _Image_construct(id: KInt, flags: KInt): KPointer 1288 @ani.unsafe.Direct 1289 native static _ImageInterface_setImageOptions0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1290 @ani.unsafe.Direct 1291 native static _ImageInterface_setImageOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1292 @ani.unsafe.Direct 1293 native static _ImageInterface_setImageOptions2(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1294 @ani.unsafe.Direct 1295 native static _ImageAttribute_alt(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1296 @ani.unsafe.Direct 1297 native static _ImageAttribute_matchTextDirection(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1298 @ani.unsafe.Direct 1299 native static _ImageAttribute_fitOriginalSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1300 @ani.unsafe.Direct 1301 native static _ImageAttribute_fillColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1302 @ani.unsafe.Direct 1303 native static _ImageAttribute_fillColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1304 @ani.unsafe.Direct 1305 native static _ImageAttribute_objectFit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1306 @ani.unsafe.Direct 1307 native static _ImageAttribute_imageMatrix(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1308 @ani.unsafe.Direct 1309 native static _ImageAttribute_objectRepeat(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1310 @ani.unsafe.Direct 1311 native static _ImageAttribute_autoResize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1312 @ani.unsafe.Direct 1313 native static _ImageAttribute_renderMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1314 @ani.unsafe.Direct 1315 native static _ImageAttribute_dynamicRangeMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1316 @ani.unsafe.Direct 1317 native static _ImageAttribute_interpolation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1318 @ani.unsafe.Direct 1319 native static _ImageAttribute_sourceSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1320 @ani.unsafe.Direct 1321 native static _ImageAttribute_syncLoad(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1322 @ani.unsafe.Direct 1323 native static _ImageAttribute_colorFilter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1324 @ani.unsafe.Direct 1325 native static _ImageAttribute_copyOption(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1326 @ani.unsafe.Direct 1327 native static _ImageAttribute_draggable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1328 @ani.unsafe.Direct 1329 native static _ImageAttribute_pointLight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1330 @ani.unsafe.Direct 1331 native static _ImageAttribute_edgeAntialiasing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1332 @ani.unsafe.Direct 1333 native static _ImageAttribute_onComplete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1334 @ani.unsafe.Direct 1335 native static _ImageAttribute_onError(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1336 @ani.unsafe.Direct 1337 native static _ImageAttribute_onFinish(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1338 @ani.unsafe.Direct 1339 native static _ImageAttribute_enableAnalyzer(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1340 @ani.unsafe.Direct 1341 native static _ImageAttribute_analyzerConfig(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1342 @ani.unsafe.Direct 1343 native static _ImageAttribute_resizable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1344 @ani.unsafe.Direct 1345 native static _ImageAttribute_privacySensitive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1346 @ani.unsafe.Direct 1347 native static _ImageAttribute_enhancedImageQuality(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1348 @ani.unsafe.Direct 1349 native static _ImageAttribute_orientation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1350 @ani.unsafe.Direct 1351 native static _ImageAnimator_construct(id: KInt, flags: KInt): KPointer 1352 @ani.unsafe.Direct 1353 native static _ImageAnimatorInterface_setImageAnimatorOptions(ptr: KPointer): void 1354 @ani.unsafe.Direct 1355 native static _ImageAnimatorAttribute_images(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1356 @ani.unsafe.Direct 1357 native static _ImageAnimatorAttribute_state(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1358 @ani.unsafe.Direct 1359 native static _ImageAnimatorAttribute_duration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1360 @ani.unsafe.Direct 1361 native static _ImageAnimatorAttribute_reverse(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1362 @ani.unsafe.Direct 1363 native static _ImageAnimatorAttribute_fixedSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1364 @ani.unsafe.Direct 1365 native static _ImageAnimatorAttribute_preDecode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1366 @ani.unsafe.Direct 1367 native static _ImageAnimatorAttribute_fillMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1368 @ani.unsafe.Direct 1369 native static _ImageAnimatorAttribute_iterations(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1370 @ani.unsafe.Direct 1371 native static _ImageAnimatorAttribute_monitorInvisibleArea(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1372 @ani.unsafe.Direct 1373 native static _ImageAnimatorAttribute_onStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1374 @ani.unsafe.Direct 1375 native static _ImageAnimatorAttribute_onPause(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1376 @ani.unsafe.Direct 1377 native static _ImageAnimatorAttribute_onRepeat(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1378 @ani.unsafe.Direct 1379 native static _ImageAnimatorAttribute_onCancel(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1380 @ani.unsafe.Direct 1381 native static _ImageAnimatorAttribute_onFinish(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1382 @ani.unsafe.Direct 1383 native static _ImageSpan_construct(id: KInt, flags: KInt): KPointer 1384 @ani.unsafe.Direct 1385 native static _ImageSpanInterface_setImageSpanOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1386 @ani.unsafe.Direct 1387 native static _ImageSpanAttribute_verticalAlign(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1388 @ani.unsafe.Direct 1389 native static _ImageSpanAttribute_colorFilter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1390 @ani.unsafe.Direct 1391 native static _ImageSpanAttribute_objectFit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1392 @ani.unsafe.Direct 1393 native static _ImageSpanAttribute_onComplete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1394 @ani.unsafe.Direct 1395 native static _ImageSpanAttribute_onError(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1396 @ani.unsafe.Direct 1397 native static _ImageSpanAttribute_alt(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1398 @ani.unsafe.Direct 1399 native static _LazyGridLayout_construct(id: KInt, flags: KInt): KPointer 1400 @ani.unsafe.Direct 1401 native static _LazyGridLayoutAttribute_rowsGap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1402 @ani.unsafe.Direct 1403 native static _LazyGridLayoutAttribute_columnsGap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1404 @ani.unsafe.Direct 1405 native static _LazyVGridLayout_construct(id: KInt, flags: KInt): KPointer 1406 @ani.unsafe.Direct 1407 native static _LazyVGridLayoutInterface_setLazyVGridLayoutOptions(ptr: KPointer): void 1408 @ani.unsafe.Direct 1409 native static _LazyVGridLayoutAttribute_columnsTemplate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1410 @ani.unsafe.Direct 1411 native static _Line_construct(id: KInt, flags: KInt): KPointer 1412 @ani.unsafe.Direct 1413 native static _LineInterface_setLineOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1414 @ani.unsafe.Direct 1415 native static _LineAttribute_startPoint(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1416 @ani.unsafe.Direct 1417 native static _LineAttribute_endPoint(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1418 @ani.unsafe.Direct 1419 native static _List_construct(id: KInt, flags: KInt): KPointer 1420 @ani.unsafe.Direct 1421 native static _ListInterface_setListOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1422 @ani.unsafe.Direct 1423 native static _ListAttribute_alignListItem(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1424 @ani.unsafe.Direct 1425 native static _ListAttribute_listDirection(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1426 @ani.unsafe.Direct 1427 native static _ListAttribute_scrollBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1428 @ani.unsafe.Direct 1429 native static _ListAttribute_contentStartOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1430 @ani.unsafe.Direct 1431 native static _ListAttribute_contentEndOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1432 @ani.unsafe.Direct 1433 native static _ListAttribute_divider(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1434 @ani.unsafe.Direct 1435 native static _ListAttribute_editMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1436 @ani.unsafe.Direct 1437 native static _ListAttribute_multiSelectable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1438 @ani.unsafe.Direct 1439 native static _ListAttribute_cachedCount0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1440 @ani.unsafe.Direct 1441 native static _ListAttribute_cachedCount1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1442 @ani.unsafe.Direct 1443 native static _ListAttribute_chainAnimation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1444 @ani.unsafe.Direct 1445 native static _ListAttribute_chainAnimationOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1446 @ani.unsafe.Direct 1447 native static _ListAttribute_sticky(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1448 @ani.unsafe.Direct 1449 native static _ListAttribute_scrollSnapAlign(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1450 @ani.unsafe.Direct 1451 native static _ListAttribute_nestedScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1452 @ani.unsafe.Direct 1453 native static _ListAttribute_enableScrollInteraction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1454 @ani.unsafe.Direct 1455 native static _ListAttribute_friction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1456 @ani.unsafe.Direct 1457 native static _ListAttribute_childrenMainSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1458 @ani.unsafe.Direct 1459 native static _ListAttribute_maintainVisibleContentPosition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1460 @ani.unsafe.Direct 1461 native static _ListAttribute_stackFromEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1462 @ani.unsafe.Direct 1463 native static _ListAttribute_onScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1464 @ani.unsafe.Direct 1465 native static _ListAttribute_onScrollIndex(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1466 @ani.unsafe.Direct 1467 native static _ListAttribute_onScrollVisibleContentChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1468 @ani.unsafe.Direct 1469 native static _ListAttribute_onReachStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1470 @ani.unsafe.Direct 1471 native static _ListAttribute_onReachEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1472 @ani.unsafe.Direct 1473 native static _ListAttribute_onScrollStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1474 @ani.unsafe.Direct 1475 native static _ListAttribute_onScrollStop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1476 @ani.unsafe.Direct 1477 native static _ListAttribute_onItemDelete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1478 @ani.unsafe.Direct 1479 native static _ListAttribute_onItemMove(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1480 @ani.unsafe.Direct 1481 native static _ListAttribute_onItemDragStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1482 @ani.unsafe.Direct 1483 native static _ListAttribute_onItemDragEnter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1484 @ani.unsafe.Direct 1485 native static _ListAttribute_onItemDragMove(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1486 @ani.unsafe.Direct 1487 native static _ListAttribute_onItemDragLeave(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1488 @ani.unsafe.Direct 1489 native static _ListAttribute_onItemDrop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1490 @ani.unsafe.Direct 1491 native static _ListAttribute_onScrollFrameBegin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1492 @ani.unsafe.Direct 1493 native static _ListAttribute_onWillScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1494 @ani.unsafe.Quick 1495 native static _ListAttribute_onDidScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1496 @ani.unsafe.Quick 1497 native static _ListAttribute_lanes(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1498 @ani.unsafe.Direct 1499 native static _ListAttribute_edgeEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1500 @ani.unsafe.Direct 1501 native static _ListItem_construct(id: KInt, flags: KInt): KPointer 1502 @ani.unsafe.Direct 1503 native static _ListItemInterface_setListItemOptions0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1504 @ani.unsafe.Direct 1505 native static _ListItemInterface_setListItemOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1506 @ani.unsafe.Direct 1507 native static _ListItemAttribute_sticky(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1508 @ani.unsafe.Direct 1509 native static _ListItemAttribute_editable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1510 @ani.unsafe.Direct 1511 native static _ListItemAttribute_selectable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1512 @ani.unsafe.Direct 1513 native static _ListItemAttribute_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1514 @ani.unsafe.Direct 1515 native static _ListItemAttribute_swipeAction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1516 @ani.unsafe.Direct 1517 native static _ListItemAttribute_onSelect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1518 @ani.unsafe.Direct 1519 native static _ListItemAttribute__onChangeEvent_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1520 @ani.unsafe.Direct 1521 native static _ListItemGroup_construct(id: KInt, flags: KInt): KPointer 1522 @ani.unsafe.Direct 1523 native static _ListItemGroupInterface_setListItemGroupOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1524 @ani.unsafe.Direct 1525 native static _ListItemGroupAttribute_divider(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1526 @ani.unsafe.Direct 1527 native static _ListItemGroupAttribute_childrenMainSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1528 @ani.unsafe.Direct 1529 native static _LoadingProgress_construct(id: KInt, flags: KInt): KPointer 1530 @ani.unsafe.Direct 1531 native static _LoadingProgressInterface_setLoadingProgressOptions(ptr: KPointer): void 1532 @ani.unsafe.Direct 1533 native static _LoadingProgressAttribute_color(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1534 @ani.unsafe.Direct 1535 native static _LoadingProgressAttribute_enableLoading(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1536 @ani.unsafe.Direct 1537 native static _LoadingProgressAttribute_contentModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1538 @ani.unsafe.Direct 1539 native static _LocationButton_construct(id: KInt, flags: KInt): KPointer 1540 @ani.unsafe.Direct 1541 native static _LocationButtonInterface_setLocationButtonOptions0(ptr: KPointer): void 1542 @ani.unsafe.Direct 1543 native static _LocationButtonInterface_setLocationButtonOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1544 @ani.unsafe.Direct 1545 native static _LocationButtonAttribute_onClick(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1546 @ani.unsafe.Direct 1547 native static _Marquee_construct(id: KInt, flags: KInt): KPointer 1548 @ani.unsafe.Direct 1549 native static _MarqueeInterface_setMarqueeOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1550 @ani.unsafe.Direct 1551 native static _MarqueeAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1552 @ani.unsafe.Direct 1553 native static _MarqueeAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1554 @ani.unsafe.Direct 1555 native static _MarqueeAttribute_allowScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1556 @ani.unsafe.Direct 1557 native static _MarqueeAttribute_fontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1558 @ani.unsafe.Direct 1559 native static _MarqueeAttribute_fontFamily(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1560 @ani.unsafe.Direct 1561 native static _MarqueeAttribute_marqueeUpdateStrategy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1562 @ani.unsafe.Direct 1563 native static _MarqueeAttribute_onStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1564 @ani.unsafe.Direct 1565 native static _MarqueeAttribute_onBounce(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1566 @ani.unsafe.Direct 1567 native static _MarqueeAttribute_onFinish(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1568 @ani.unsafe.Direct 1569 native static _MediaCachedImage_construct(id: KInt, flags: KInt): KPointer 1570 @ani.unsafe.Direct 1571 native static _MediaCachedImageInterface_setMediaCachedImageOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1572 @ani.unsafe.Direct 1573 native static _Menu_construct(id: KInt, flags: KInt): KPointer 1574 @ani.unsafe.Direct 1575 native static _MenuInterface_setMenuOptions(ptr: KPointer): void 1576 @ani.unsafe.Direct 1577 native static _MenuAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1578 @ani.unsafe.Direct 1579 native static _MenuAttribute_font(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1580 @ani.unsafe.Direct 1581 native static _MenuAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1582 @ani.unsafe.Direct 1583 native static _MenuAttribute_radius(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1584 @ani.unsafe.Direct 1585 native static _MenuAttribute_menuItemDivider(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1586 @ani.unsafe.Direct 1587 native static _MenuAttribute_menuItemGroupDivider(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1588 @ani.unsafe.Direct 1589 native static _MenuAttribute_subMenuExpandingMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1590 @ani.unsafe.Direct 1591 native static _MenuItem_construct(id: KInt, flags: KInt): KPointer 1592 @ani.unsafe.Direct 1593 native static _MenuItemInterface_setMenuItemOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1594 @ani.unsafe.Direct 1595 native static _MenuItemAttribute_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1596 @ani.unsafe.Direct 1597 native static _MenuItemAttribute_selectIcon(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1598 @ani.unsafe.Direct 1599 native static _MenuItemAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1600 @ani.unsafe.Direct 1601 native static _MenuItemAttribute_contentFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1602 @ani.unsafe.Direct 1603 native static _MenuItemAttribute_contentFontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1604 @ani.unsafe.Direct 1605 native static _MenuItemAttribute_labelFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1606 @ani.unsafe.Direct 1607 native static _MenuItemAttribute_labelFontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1608 @ani.unsafe.Direct 1609 native static _MenuItemAttribute__onChangeEvent_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1610 @ani.unsafe.Direct 1611 native static _MenuItemGroup_construct(id: KInt, flags: KInt): KPointer 1612 @ani.unsafe.Direct 1613 native static _MenuItemGroupInterface_setMenuItemGroupOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1614 @ani.unsafe.Direct 1615 native static _NavDestination_construct(id: KInt, flags: KInt): KPointer 1616 @ani.unsafe.Direct 1617 native static _NavDestinationInterface_setNavDestinationOptions(ptr: KPointer): void 1618 @ani.unsafe.Direct 1619 native static _NavDestinationAttribute_hideTitleBar0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1620 @ani.unsafe.Direct 1621 native static _NavDestinationAttribute_hideTitleBar1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1622 @ani.unsafe.Direct 1623 native static _NavDestinationAttribute_hideBackButton(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1624 @ani.unsafe.Direct 1625 native static _NavDestinationAttribute_onShown(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1626 @ani.unsafe.Direct 1627 native static _NavDestinationAttribute_onHidden(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1628 @ani.unsafe.Direct 1629 native static _NavDestinationAttribute_onBackPressed(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1630 @ani.unsafe.Direct 1631 native static _NavDestinationAttribute_onResult(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1632 @ani.unsafe.Direct 1633 native static _NavDestinationAttribute_mode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1634 @ani.unsafe.Direct 1635 native static _NavDestinationAttribute_backButtonIcon0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1636 @ani.unsafe.Direct 1637 native static _NavDestinationAttribute_backButtonIcon1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1638 @ani.unsafe.Direct 1639 native static _NavDestinationAttribute_menus0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1640 @ani.unsafe.Direct 1641 native static _NavDestinationAttribute_menus1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1642 @ani.unsafe.Direct 1643 native static _NavDestinationAttribute_onReady(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1644 @ani.unsafe.Direct 1645 native static _NavDestinationAttribute_onWillAppear(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1646 @ani.unsafe.Direct 1647 native static _NavDestinationAttribute_onWillDisappear(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1648 @ani.unsafe.Direct 1649 native static _NavDestinationAttribute_onWillShow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1650 @ani.unsafe.Direct 1651 native static _NavDestinationAttribute_onWillHide(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1652 @ani.unsafe.Direct 1653 native static _NavDestinationAttribute_systemBarStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1654 @ani.unsafe.Direct 1655 native static _NavDestinationAttribute_recoverable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1656 @ani.unsafe.Direct 1657 native static _NavDestinationAttribute_systemTransition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1658 @ani.unsafe.Direct 1659 native static _NavDestinationAttribute_bindToScrollable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1660 @ani.unsafe.Direct 1661 native static _NavDestinationAttribute_bindToNestedScrollable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1662 @ani.unsafe.Direct 1663 native static _NavDestinationAttribute_onActive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1664 @ani.unsafe.Direct 1665 native static _NavDestinationAttribute_onInactive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1666 @ani.unsafe.Direct 1667 native static _NavDestinationAttribute_customTransition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1668 @ani.unsafe.Direct 1669 native static _NavDestinationAttribute_onNewParam(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1670 @ani.unsafe.Direct 1671 native static _NavDestinationAttribute_preferredOrientation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1672 @ani.unsafe.Direct 1673 native static _NavDestinationAttribute_enableNavigationIndicator(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1674 @ani.unsafe.Direct 1675 native static _NavDestinationAttribute_title(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1676 @ani.unsafe.Direct 1677 native static _NavDestinationAttribute_toolbarConfiguration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1678 @ani.unsafe.Direct 1679 native static _NavDestinationAttribute_hideToolBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1680 @ani.unsafe.Direct 1681 native static _NavDestinationAttribute_ignoreLayoutSafeArea(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1682 @ani.unsafe.Direct 1683 native static _NavDestinationAttribute_enableStatusBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1684 @ani.unsafe.Direct 1685 native static _NavRouter_construct(id: KInt, flags: KInt): KPointer 1686 @ani.unsafe.Direct 1687 native static _NavRouterInterface_setNavRouterOptions0(ptr: KPointer): void 1688 @ani.unsafe.Direct 1689 native static _NavRouterInterface_setNavRouterOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1690 @ani.unsafe.Direct 1691 native static _NavRouterAttribute_onStateChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1692 @ani.unsafe.Direct 1693 native static _NavRouterAttribute_mode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1694 @ani.unsafe.Direct 1695 native static _Navigator_construct(id: KInt, flags: KInt): KPointer 1696 @ani.unsafe.Direct 1697 native static _NavigatorInterface_setNavigatorOptions0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1698 @ani.unsafe.Direct 1699 native static _NavigatorInterface_setNavigatorOptions1(ptr: KPointer): void 1700 @ani.unsafe.Direct 1701 native static _NavigatorAttribute_active(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1702 @ani.unsafe.Direct 1703 native static _NavigatorAttribute_type(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1704 @ani.unsafe.Direct 1705 native static _NavigatorAttribute_target(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1706 @ani.unsafe.Direct 1707 native static _NavigatorAttribute_params(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1708 @ani.unsafe.Direct 1709 native static _NodeContainer_construct(id: KInt, flags: KInt): KPointer 1710 @ani.unsafe.Direct 1711 native static _NodeContainerInterface_setNodeContainerOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1712 @ani.unsafe.Direct 1713 native static _NodeContainerInterface_addNodeContainerRootNode(thisPtr: KPointer, ptr: KPointer): void 1714 @ani.unsafe.Direct 1715 native static _NodeContainerInterface_setAboutToAppear(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1716 @ani.unsafe.Direct 1717 native static _NodeContainerInterface_setAboutToDisappear(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1718 @ani.unsafe.Direct 1719 native static _NodeContainerInterface_setAboutToResize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1720 @ani.unsafe.Direct 1721 native static _NodeContainerInterface_setOnAttach(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1722 @ani.unsafe.Direct 1723 native static _NodeContainerInterface_setOnDetach(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1724 @ani.unsafe.Direct 1725 native static _NodeContainerInterface_setOnTouchEvent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1726 @ani.unsafe.Direct 1727 native static _Panel_construct(id: KInt, flags: KInt): KPointer 1728 @ani.unsafe.Direct 1729 native static _PanelInterface_setPanelOptions(ptr: KPointer, show: KInt): void 1730 @ani.unsafe.Direct 1731 native static _PanelAttribute_mode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1732 @ani.unsafe.Direct 1733 native static _PanelAttribute_type(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1734 @ani.unsafe.Direct 1735 native static _PanelAttribute_dragBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1736 @ani.unsafe.Direct 1737 native static _PanelAttribute_customHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1738 @ani.unsafe.Direct 1739 native static _PanelAttribute_fullHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1740 @ani.unsafe.Direct 1741 native static _PanelAttribute_halfHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1742 @ani.unsafe.Direct 1743 native static _PanelAttribute_miniHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1744 @ani.unsafe.Direct 1745 native static _PanelAttribute_show(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1746 @ani.unsafe.Direct 1747 native static _PanelAttribute_backgroundMask(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1748 @ani.unsafe.Direct 1749 native static _PanelAttribute_showCloseIcon(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1750 @ani.unsafe.Direct 1751 native static _PanelAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1752 @ani.unsafe.Direct 1753 native static _PanelAttribute_onHeightChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1754 @ani.unsafe.Direct 1755 native static _PanelAttribute__onChangeEvent_mode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1756 @ani.unsafe.Direct 1757 native static _PasteButton_construct(id: KInt, flags: KInt): KPointer 1758 @ani.unsafe.Direct 1759 native static _PasteButtonInterface_setPasteButtonOptions0(ptr: KPointer): void 1760 @ani.unsafe.Direct 1761 native static _PasteButtonInterface_setPasteButtonOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1762 @ani.unsafe.Direct 1763 native static _PasteButtonAttribute_onClick(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1764 @ani.unsafe.Direct 1765 native static _Path_construct(id: KInt, flags: KInt): KPointer 1766 @ani.unsafe.Direct 1767 native static _PathInterface_setPathOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1768 @ani.unsafe.Direct 1769 native static _PathAttribute_commands(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1770 @ani.unsafe.Direct 1771 native static _PatternLock_construct(id: KInt, flags: KInt): KPointer 1772 @ani.unsafe.Direct 1773 native static _PatternLockInterface_setPatternLockOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1774 @ani.unsafe.Direct 1775 native static _PatternLockAttribute_sideLength(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1776 @ani.unsafe.Direct 1777 native static _PatternLockAttribute_circleRadius(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1778 @ani.unsafe.Direct 1779 native static _PatternLockAttribute_backgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1780 @ani.unsafe.Direct 1781 native static _PatternLockAttribute_regularColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1782 @ani.unsafe.Direct 1783 native static _PatternLockAttribute_selectedColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1784 @ani.unsafe.Direct 1785 native static _PatternLockAttribute_activeColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1786 @ani.unsafe.Direct 1787 native static _PatternLockAttribute_pathColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1788 @ani.unsafe.Direct 1789 native static _PatternLockAttribute_pathStrokeWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1790 @ani.unsafe.Direct 1791 native static _PatternLockAttribute_onPatternComplete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1792 @ani.unsafe.Direct 1793 native static _PatternLockAttribute_autoReset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1794 @ani.unsafe.Direct 1795 native static _PatternLockAttribute_onDotConnect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1796 @ani.unsafe.Direct 1797 native static _PatternLockAttribute_activateCircleStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1798 @ani.unsafe.Direct 1799 native static _PatternLockAttribute_skipUnselectedPoint(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1800 @ani.unsafe.Direct 1801 native static _PluginComponent_construct(id: KInt, flags: KInt): KPointer 1802 @ani.unsafe.Direct 1803 native static _PluginComponentInterface_setPluginComponentOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1804 @ani.unsafe.Direct 1805 native static _PluginComponentAttribute_onComplete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1806 @ani.unsafe.Direct 1807 native static _PluginComponentAttribute_onError(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1808 @ani.unsafe.Direct 1809 native static _Polygon_construct(id: KInt, flags: KInt): KPointer 1810 @ani.unsafe.Direct 1811 native static _PolygonInterface_setPolygonOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1812 @ani.unsafe.Direct 1813 native static _PolygonAttribute_points(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1814 @ani.unsafe.Direct 1815 native static _Polyline_construct(id: KInt, flags: KInt): KPointer 1816 @ani.unsafe.Direct 1817 native static _PolylineInterface_setPolylineOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1818 @ani.unsafe.Direct 1819 native static _PolylineAttribute_points(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1820 @ani.unsafe.Direct 1821 native static _Progress_construct(id: KInt, flags: KInt): KPointer 1822 @ani.unsafe.Direct 1823 native static _ProgressInterface_setProgressOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1824 @ani.unsafe.Direct 1825 native static _ProgressAttribute_value(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1826 @ani.unsafe.Direct 1827 native static _ProgressAttribute_color(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1828 @ani.unsafe.Direct 1829 native static _ProgressAttribute_style(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1830 @ani.unsafe.Direct 1831 native static _ProgressAttribute_privacySensitive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1832 @ani.unsafe.Direct 1833 native static _ProgressAttribute_contentModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1834 @ani.unsafe.Direct 1835 native static _QRCode_construct(id: KInt, flags: KInt): KPointer 1836 @ani.unsafe.Quick 1837 native static _QRCodeInterface_setQRCodeOptions(ptr: KPointer, value: KStringPtr): void 1838 @ani.unsafe.Direct 1839 native static _QRCodeAttribute_color(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1840 @ani.unsafe.Direct 1841 native static _QRCodeAttribute_backgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1842 @ani.unsafe.Direct 1843 native static _QRCodeAttribute_contentOpacity(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1844 @ani.unsafe.Direct 1845 native static _Radio_construct(id: KInt, flags: KInt): KPointer 1846 @ani.unsafe.Direct 1847 native static _RadioInterface_setRadioOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1848 @ani.unsafe.Direct 1849 native static _RadioAttribute_checked0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1850 @ani.unsafe.Direct 1851 native static _RadioAttribute_checked1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1852 @ani.unsafe.Direct 1853 native static _RadioAttribute_onChange0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1854 @ani.unsafe.Direct 1855 native static _RadioAttribute_onChange1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1856 @ani.unsafe.Direct 1857 native static _RadioAttribute_radioStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1858 @ani.unsafe.Direct 1859 native static _RadioAttribute_contentModifier0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1860 @ani.unsafe.Direct 1861 native static _RadioAttribute_contentModifier1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1862 @ani.unsafe.Direct 1863 native static _RadioAttribute__onChangeEvent_checked(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1864 @ani.unsafe.Direct 1865 native static _Rating_construct(id: KInt, flags: KInt): KPointer 1866 @ani.unsafe.Direct 1867 native static _RatingInterface_setRatingOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1868 @ani.unsafe.Direct 1869 native static _RatingAttribute_stars0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1870 @ani.unsafe.Direct 1871 native static _RatingAttribute_stars1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1872 @ani.unsafe.Direct 1873 native static _RatingAttribute_stepSize0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1874 @ani.unsafe.Direct 1875 native static _RatingAttribute_stepSize1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1876 @ani.unsafe.Direct 1877 native static _RatingAttribute_starStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1878 @ani.unsafe.Direct 1879 native static _RatingAttribute_starStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1880 @ani.unsafe.Direct 1881 native static _RatingAttribute_onChange0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1882 @ani.unsafe.Direct 1883 native static _RatingAttribute_onChange1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1884 @ani.unsafe.Direct 1885 native static _RatingAttribute_contentModifier0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1886 @ani.unsafe.Direct 1887 native static _RatingAttribute_contentModifier1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1888 @ani.unsafe.Direct 1889 native static _RatingAttribute__onChangeEvent_rating(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1890 @ani.unsafe.Direct 1891 native static _Rect_construct(id: KInt, flags: KInt): KPointer 1892 @ani.unsafe.Direct 1893 native static _RectInterface_setRectOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1894 @ani.unsafe.Direct 1895 native static _RectAttribute_radiusWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1896 @ani.unsafe.Direct 1897 native static _RectAttribute_radiusHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1898 @ani.unsafe.Direct 1899 native static _RectAttribute_radius(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1900 @ani.unsafe.Direct 1901 native static _Refresh_construct(id: KInt, flags: KInt): KPointer 1902 @ani.unsafe.Direct 1903 native static _RefreshInterface_setRefreshOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1904 @ani.unsafe.Direct 1905 native static _RefreshAttribute_onStateChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1906 @ani.unsafe.Direct 1907 native static _RefreshAttribute_onRefreshing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1908 @ani.unsafe.Direct 1909 native static _RefreshAttribute_refreshOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1910 @ani.unsafe.Direct 1911 native static _RefreshAttribute_pullToRefresh(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1912 @ani.unsafe.Direct 1913 native static _RefreshAttribute_onOffsetChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1914 @ani.unsafe.Direct 1915 native static _RefreshAttribute_pullDownRatio(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1916 @ani.unsafe.Direct 1917 native static _RefreshAttribute__onChangeEvent_refreshing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1918 @ani.unsafe.Direct 1919 native static _RelativeContainer_construct(id: KInt, flags: KInt): KPointer 1920 @ani.unsafe.Direct 1921 native static _RelativeContainerInterface_setRelativeContainerOptions(ptr: KPointer): void 1922 @ani.unsafe.Direct 1923 native static _RelativeContainerAttribute_guideLine(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1924 @ani.unsafe.Direct 1925 native static _RelativeContainerAttribute_barrier0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1926 @ani.unsafe.Direct 1927 native static _RelativeContainerAttribute_barrier1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1928 @ani.unsafe.Direct 1929 native static _RichEditor_construct(id: KInt, flags: KInt): KPointer 1930 @ani.unsafe.Direct 1931 native static _RichEditorInterface_setRichEditorOptions0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1932 @ani.unsafe.Direct 1933 native static _RichEditorInterface_setRichEditorOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1934 @ani.unsafe.Direct 1935 native static _RichEditorAttribute_onReady(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1936 @ani.unsafe.Direct 1937 native static _RichEditorAttribute_onSelect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1938 @ani.unsafe.Direct 1939 native static _RichEditorAttribute_onSelectionChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1940 @ani.unsafe.Direct 1941 native static _RichEditorAttribute_aboutToIMEInput(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1942 @ani.unsafe.Direct 1943 native static _RichEditorAttribute_onIMEInputComplete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1944 @ani.unsafe.Direct 1945 native static _RichEditorAttribute_onDidIMEInput(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1946 @ani.unsafe.Direct 1947 native static _RichEditorAttribute_aboutToDelete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1948 @ani.unsafe.Direct 1949 native static _RichEditorAttribute_onDeleteComplete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1950 @ani.unsafe.Direct 1951 native static _RichEditorAttribute_copyOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1952 @ani.unsafe.Direct 1953 native static _RichEditorAttribute_onPaste(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1954 @ani.unsafe.Direct 1955 native static _RichEditorAttribute_enableDataDetector(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1956 @ani.unsafe.Direct 1957 native static _RichEditorAttribute_enablePreviewText(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1958 @ani.unsafe.Direct 1959 native static _RichEditorAttribute_dataDetectorConfig(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1960 @ani.unsafe.Direct 1961 native static _RichEditorAttribute_caretColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1962 @ani.unsafe.Direct 1963 native static _RichEditorAttribute_selectedBackgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1964 @ani.unsafe.Direct 1965 native static _RichEditorAttribute_onEditingChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1966 @ani.unsafe.Direct 1967 native static _RichEditorAttribute_enterKeyType(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1968 @ani.unsafe.Direct 1969 native static _RichEditorAttribute_onSubmit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1970 @ani.unsafe.Direct 1971 native static _RichEditorAttribute_onWillChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1972 @ani.unsafe.Direct 1973 native static _RichEditorAttribute_onDidChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1974 @ani.unsafe.Direct 1975 native static _RichEditorAttribute_onCut(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1976 @ani.unsafe.Direct 1977 native static _RichEditorAttribute_onCopy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1978 @ani.unsafe.Direct 1979 native static _RichEditorAttribute_editMenuOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1980 @ani.unsafe.Direct 1981 native static _RichEditorAttribute_enableKeyboardOnFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1982 @ani.unsafe.Direct 1983 native static _RichEditorAttribute_enableHapticFeedback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1984 @ani.unsafe.Direct 1985 native static _RichEditorAttribute_barState(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1986 @ani.unsafe.Direct 1987 native static _RichEditorAttribute_maxLength(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1988 @ani.unsafe.Direct 1989 native static _RichEditorAttribute_maxLines(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1990 @ani.unsafe.Direct 1991 native static _RichEditorAttribute_keyboardAppearance(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1992 @ani.unsafe.Direct 1993 native static _RichEditorAttribute_stopBackPress(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1994 @ani.unsafe.Direct 1995 native static _RichEditorAttribute_bindSelectionMenu(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1996 @ani.unsafe.Direct 1997 native static _RichEditorAttribute_customKeyboard(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 1998 @ani.unsafe.Direct 1999 native static _RichEditorAttribute_placeholder(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2000 @ani.unsafe.Direct 2001 native static _RichText_construct(id: KInt, flags: KInt): KPointer 2002 @ani.unsafe.Quick 2003 native static _RichTextInterface_setRichTextOptions(ptr: KPointer, content: KStringPtr): void 2004 @ani.unsafe.Direct 2005 native static _RichTextAttribute_onStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2006 @ani.unsafe.Direct 2007 native static _RichTextAttribute_onComplete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2008 @ani.unsafe.Direct 2009 native static _RootScene_construct(id: KInt, flags: KInt): KPointer 2010 @ani.unsafe.Direct 2011 native static _RootSceneInterface_setRootSceneOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2012 @ani.unsafe.Direct 2013 native static _Row_construct(id: KInt, flags: KInt): KPointer 2014 @ani.unsafe.Direct 2015 native static _RowInterface_setRowOptions0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2016 @ani.unsafe.Direct 2017 native static _RowInterface_setRowOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2018 @ani.unsafe.Direct 2019 native static _RowAttribute_alignItems(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2020 @ani.unsafe.Direct 2021 native static _RowAttribute_justifyContent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2022 @ani.unsafe.Direct 2023 native static _RowAttribute_pointLight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2024 @ani.unsafe.Direct 2025 native static _RowAttribute_reverse(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2026 @ani.unsafe.Direct 2027 native static _RowSplit_construct(id: KInt, flags: KInt): KPointer 2028 @ani.unsafe.Direct 2029 native static _RowSplitInterface_setRowSplitOptions(ptr: KPointer): void 2030 @ani.unsafe.Direct 2031 native static _RowSplitAttribute_resizeable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2032 @ani.unsafe.Direct 2033 native static _SaveButton_construct(id: KInt, flags: KInt): KPointer 2034 @ani.unsafe.Direct 2035 native static _SaveButtonInterface_setSaveButtonOptions0(ptr: KPointer): void 2036 @ani.unsafe.Direct 2037 native static _SaveButtonInterface_setSaveButtonOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2038 @ani.unsafe.Direct 2039 native static _SaveButtonAttribute_onClick(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2040 @ani.unsafe.Direct 2041 native static _Screen_construct(id: KInt, flags: KInt): KPointer 2042 @ani.unsafe.Direct 2043 native static _ScreenInterface_setScreenOptions(ptr: KPointer, screenId: number): void 2044 @ani.unsafe.Direct 2045 native static _Scroll_construct(id: KInt, flags: KInt): KPointer 2046 @ani.unsafe.Direct 2047 native static _ScrollInterface_setScrollOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2048 @ani.unsafe.Direct 2049 native static _ScrollAttribute_scrollable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2050 @ani.unsafe.Direct 2051 native static _ScrollAttribute_onScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2052 @ani.unsafe.Direct 2053 native static _ScrollAttribute_onWillScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2054 @ani.unsafe.Direct 2055 native static _ScrollAttribute_onDidScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2056 @ani.unsafe.Direct 2057 native static _ScrollAttribute_onScrollEdge(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2058 @ani.unsafe.Direct 2059 native static _ScrollAttribute_onScrollStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2060 @ani.unsafe.Direct 2061 native static _ScrollAttribute_onScrollEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2062 @ani.unsafe.Direct 2063 native static _ScrollAttribute_onScrollStop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2064 @ani.unsafe.Direct 2065 native static _ScrollAttribute_scrollBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2066 @ani.unsafe.Direct 2067 native static _ScrollAttribute_scrollBarColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2068 @ani.unsafe.Direct 2069 native static _ScrollAttribute_scrollBarWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2070 @ani.unsafe.Direct 2071 native static _ScrollAttribute_onScrollFrameBegin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2072 @ani.unsafe.Direct 2073 native static _ScrollAttribute_nestedScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2074 @ani.unsafe.Direct 2075 native static _ScrollAttribute_enableScrollInteraction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2076 @ani.unsafe.Direct 2077 native static _ScrollAttribute_friction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2078 @ani.unsafe.Direct 2079 native static _ScrollAttribute_scrollSnap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2080 @ani.unsafe.Direct 2081 native static _ScrollAttribute_enablePaging(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2082 @ani.unsafe.Direct 2083 native static _ScrollAttribute_initialOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2084 @ani.unsafe.Direct 2085 native static _ScrollAttribute_edgeEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2086 @ani.unsafe.Direct 2087 native static _ScrollBar_construct(id: KInt, flags: KInt): KPointer 2088 @ani.unsafe.Direct 2089 native static _ScrollBarInterface_setScrollBarOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2090 @ani.unsafe.Direct 2091 native static _ScrollBarAttribute_enableNestedScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2092 @ani.unsafe.Direct 2093 native static _Search_construct(id: KInt, flags: KInt): KPointer 2094 @ani.unsafe.Direct 2095 native static _SearchInterface_setSearchOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2096 @ani.unsafe.Direct 2097 native static _SearchAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2098 @ani.unsafe.Direct 2099 native static _SearchAttribute_searchIcon(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2100 @ani.unsafe.Direct 2101 native static _SearchAttribute_cancelButton(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2102 @ani.unsafe.Direct 2103 native static _SearchAttribute_textIndent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2104 @ani.unsafe.Direct 2105 native static _SearchAttribute_onEditChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2106 @ani.unsafe.Direct 2107 native static _SearchAttribute_selectedBackgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2108 @ani.unsafe.Direct 2109 native static _SearchAttribute_caretStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2110 @ani.unsafe.Direct 2111 native static _SearchAttribute_placeholderColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2112 @ani.unsafe.Direct 2113 native static _SearchAttribute_placeholderFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2114 @ani.unsafe.Direct 2115 native static _SearchAttribute_textFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2116 @ani.unsafe.Direct 2117 native static _SearchAttribute_enterKeyType(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2118 @ani.unsafe.Direct 2119 native static _SearchAttribute_onSubmit0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2120 @ani.unsafe.Direct 2121 native static _SearchAttribute_onSubmit1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2122 @ani.unsafe.Direct 2123 native static _SearchAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2124 @ani.unsafe.Direct 2125 native static _SearchAttribute_onTextSelectionChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2126 @ani.unsafe.Direct 2127 native static _SearchAttribute_onContentScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2128 @ani.unsafe.Direct 2129 native static _SearchAttribute_onCopy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2130 @ani.unsafe.Direct 2131 native static _SearchAttribute_onCut(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2132 @ani.unsafe.Direct 2133 native static _SearchAttribute_onPaste(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2134 @ani.unsafe.Direct 2135 native static _SearchAttribute_copyOption(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2136 @ani.unsafe.Direct 2137 native static _SearchAttribute_maxLength(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2138 @ani.unsafe.Direct 2139 native static _SearchAttribute_textAlign(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2140 @ani.unsafe.Direct 2141 native static _SearchAttribute_enableKeyboardOnFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2142 @ani.unsafe.Direct 2143 native static _SearchAttribute_selectionMenuHidden(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2144 @ani.unsafe.Direct 2145 native static _SearchAttribute_minFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2146 @ani.unsafe.Direct 2147 native static _SearchAttribute_maxFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2148 @ani.unsafe.Direct 2149 native static _SearchAttribute_minFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2150 @ani.unsafe.Direct 2151 native static _SearchAttribute_maxFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2152 @ani.unsafe.Direct 2153 native static _SearchAttribute_decoration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2154 @ani.unsafe.Direct 2155 native static _SearchAttribute_letterSpacing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2156 @ani.unsafe.Direct 2157 native static _SearchAttribute_lineHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2158 @ani.unsafe.Direct 2159 native static _SearchAttribute_type(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2160 @ani.unsafe.Direct 2161 native static _SearchAttribute_fontFeature(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2162 @ani.unsafe.Direct 2163 native static _SearchAttribute_onWillInsert(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2164 @ani.unsafe.Direct 2165 native static _SearchAttribute_onDidInsert(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2166 @ani.unsafe.Direct 2167 native static _SearchAttribute_onWillDelete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2168 @ani.unsafe.Direct 2169 native static _SearchAttribute_onDidDelete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2170 @ani.unsafe.Direct 2171 native static _SearchAttribute_editMenuOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2172 @ani.unsafe.Direct 2173 native static _SearchAttribute_enablePreviewText(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2174 @ani.unsafe.Direct 2175 native static _SearchAttribute_enableHapticFeedback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2176 @ani.unsafe.Direct 2177 native static _SearchAttribute_autoCapitalizationMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2178 @ani.unsafe.Direct 2179 native static _SearchAttribute_halfLeading(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2180 @ani.unsafe.Direct 2181 native static _SearchAttribute_stopBackPress(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2182 @ani.unsafe.Direct 2183 native static _SearchAttribute_onWillChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2184 @ani.unsafe.Direct 2185 native static _SearchAttribute_keyboardAppearance(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2186 @ani.unsafe.Direct 2187 native static _SearchAttribute_searchButton(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2188 @ani.unsafe.Direct 2189 native static _SearchAttribute_inputFilter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2190 @ani.unsafe.Direct 2191 native static _SearchAttribute_customKeyboard(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2192 @ani.unsafe.Direct 2193 native static _SearchAttribute__onChangeEvent_value(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2194 @ani.unsafe.Direct 2195 native static _SecurityComponentMethod_construct(id: KInt, flags: KInt): KPointer 2196 @ani.unsafe.Direct 2197 native static _SecurityComponentMethod_iconSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2198 @ani.unsafe.Direct 2199 native static _SecurityComponentMethod_layoutDirection(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2200 @ani.unsafe.Direct 2201 native static _SecurityComponentMethod_position(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2202 @ani.unsafe.Direct 2203 native static _SecurityComponentMethod_markAnchor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2204 @ani.unsafe.Direct 2205 native static _SecurityComponentMethod_offset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2206 @ani.unsafe.Direct 2207 native static _SecurityComponentMethod_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2208 @ani.unsafe.Direct 2209 native static _SecurityComponentMethod_fontStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2210 @ani.unsafe.Direct 2211 native static _SecurityComponentMethod_fontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2212 @ani.unsafe.Direct 2213 native static _SecurityComponentMethod_fontFamily(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2214 @ani.unsafe.Direct 2215 native static _SecurityComponentMethod_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2216 @ani.unsafe.Direct 2217 native static _SecurityComponentMethod_iconColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2218 @ani.unsafe.Direct 2219 native static _SecurityComponentMethod_backgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2220 @ani.unsafe.Direct 2221 native static _SecurityComponentMethod_borderStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2222 @ani.unsafe.Direct 2223 native static _SecurityComponentMethod_borderWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2224 @ani.unsafe.Direct 2225 native static _SecurityComponentMethod_borderColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2226 @ani.unsafe.Direct 2227 native static _SecurityComponentMethod_borderRadius0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2228 @ani.unsafe.Direct 2229 native static _SecurityComponentMethod_borderRadius1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2230 @ani.unsafe.Direct 2231 native static _SecurityComponentMethod_padding(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2232 @ani.unsafe.Direct 2233 native static _SecurityComponentMethod_textIconSpace(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2234 @ani.unsafe.Direct 2235 native static _SecurityComponentMethod_key(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2236 @ani.unsafe.Direct 2237 native static _SecurityComponentMethod_width(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2238 @ani.unsafe.Direct 2239 native static _SecurityComponentMethod_height(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2240 @ani.unsafe.Direct 2241 native static _SecurityComponentMethod_size(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2242 @ani.unsafe.Direct 2243 native static _SecurityComponentMethod_constraintSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2244 @ani.unsafe.Direct 2245 native static _SecurityComponentMethod_align(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2246 @ani.unsafe.Direct 2247 native static _SecurityComponentMethod_alignRules0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2248 @ani.unsafe.Direct 2249 native static _SecurityComponentMethod_alignRules1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2250 @ani.unsafe.Direct 2251 native static _SecurityComponentMethod_id(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2252 @ani.unsafe.Direct 2253 native static _SecurityComponentMethod_minFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2254 @ani.unsafe.Direct 2255 native static _SecurityComponentMethod_maxFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2256 @ani.unsafe.Direct 2257 native static _SecurityComponentMethod_maxLines(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2258 @ani.unsafe.Direct 2259 native static _SecurityComponentMethod_minFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2260 @ani.unsafe.Direct 2261 native static _SecurityComponentMethod_maxFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2262 @ani.unsafe.Direct 2263 native static _SecurityComponentMethod_heightAdaptivePolicy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2264 @ani.unsafe.Direct 2265 native static _SecurityComponentMethod_enabled(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2266 @ani.unsafe.Direct 2267 native static _SecurityComponentMethod_chainMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2268 @ani.unsafe.Direct 2269 native static _Select_construct(id: KInt, flags: KInt): KPointer 2270 @ani.unsafe.Direct 2271 native static _SelectInterface_setSelectOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2272 @ani.unsafe.Direct 2273 native static _SelectAttribute_selected0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2274 @ani.unsafe.Direct 2275 native static _SelectAttribute_selected1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2276 @ani.unsafe.Direct 2277 native static _SelectAttribute_value0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2278 @ani.unsafe.Direct 2279 native static _SelectAttribute_value1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2280 @ani.unsafe.Direct 2281 native static _SelectAttribute_font0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2282 @ani.unsafe.Direct 2283 native static _SelectAttribute_font1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2284 @ani.unsafe.Direct 2285 native static _SelectAttribute_fontColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2286 @ani.unsafe.Direct 2287 native static _SelectAttribute_fontColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2288 @ani.unsafe.Direct 2289 native static _SelectAttribute_selectedOptionBgColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2290 @ani.unsafe.Direct 2291 native static _SelectAttribute_selectedOptionBgColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2292 @ani.unsafe.Direct 2293 native static _SelectAttribute_selectedOptionFont0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2294 @ani.unsafe.Direct 2295 native static _SelectAttribute_selectedOptionFont1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2296 @ani.unsafe.Direct 2297 native static _SelectAttribute_selectedOptionFontColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2298 @ani.unsafe.Direct 2299 native static _SelectAttribute_selectedOptionFontColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2300 @ani.unsafe.Direct 2301 native static _SelectAttribute_optionBgColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2302 @ani.unsafe.Direct 2303 native static _SelectAttribute_optionBgColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2304 @ani.unsafe.Direct 2305 native static _SelectAttribute_optionFont0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2306 @ani.unsafe.Direct 2307 native static _SelectAttribute_optionFont1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2308 @ani.unsafe.Direct 2309 native static _SelectAttribute_optionFontColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2310 @ani.unsafe.Direct 2311 native static _SelectAttribute_optionFontColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2312 @ani.unsafe.Direct 2313 native static _SelectAttribute_onSelect0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2314 @ani.unsafe.Direct 2315 native static _SelectAttribute_onSelect1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2316 @ani.unsafe.Direct 2317 native static _SelectAttribute_space0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2318 @ani.unsafe.Direct 2319 native static _SelectAttribute_space1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2320 @ani.unsafe.Direct 2321 native static _SelectAttribute_arrowPosition0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2322 @ani.unsafe.Direct 2323 native static _SelectAttribute_arrowPosition1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2324 @ani.unsafe.Direct 2325 native static _SelectAttribute_optionWidth0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2326 @ani.unsafe.Direct 2327 native static _SelectAttribute_optionWidth1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2328 @ani.unsafe.Direct 2329 native static _SelectAttribute_optionHeight0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2330 @ani.unsafe.Direct 2331 native static _SelectAttribute_optionHeight1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2332 @ani.unsafe.Direct 2333 native static _SelectAttribute_menuBackgroundColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2334 @ani.unsafe.Direct 2335 native static _SelectAttribute_menuBackgroundColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2336 @ani.unsafe.Direct 2337 native static _SelectAttribute_menuBackgroundBlurStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2338 @ani.unsafe.Direct 2339 native static _SelectAttribute_menuBackgroundBlurStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2340 @ani.unsafe.Direct 2341 native static _SelectAttribute_controlSize0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2342 @ani.unsafe.Direct 2343 native static _SelectAttribute_controlSize1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2344 @ani.unsafe.Direct 2345 native static _SelectAttribute_menuItemContentModifier0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2346 @ani.unsafe.Direct 2347 native static _SelectAttribute_menuItemContentModifier1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2348 @ani.unsafe.Direct 2349 native static _SelectAttribute_divider(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2350 @ani.unsafe.Direct 2351 native static _SelectAttribute_textModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2352 @ani.unsafe.Direct 2353 native static _SelectAttribute_arrowModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2354 @ani.unsafe.Direct 2355 native static _SelectAttribute_optionTextModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2356 @ani.unsafe.Direct 2357 native static _SelectAttribute_selectedOptionTextModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2358 @ani.unsafe.Direct 2359 native static _SelectAttribute_dividerStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2360 @ani.unsafe.Direct 2361 native static _SelectAttribute_avoidance(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2362 @ani.unsafe.Direct 2363 native static _SelectAttribute_menuOutline(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2364 @ani.unsafe.Direct 2365 native static _SelectAttribute_menuAlign0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2366 @ani.unsafe.Direct 2367 native static _SelectAttribute_menuAlign1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2368 @ani.unsafe.Direct 2369 native static _SelectAttribute__onChangeEvent_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2370 @ani.unsafe.Direct 2371 native static _SelectAttribute__onChangeEvent_value(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2372 @ani.unsafe.Direct 2373 native static _Shape_construct(id: KInt, flags: KInt): KPointer 2374 @ani.unsafe.Direct 2375 native static _ShapeInterface_setShapeOptions0(ptr: KPointer, value: KPointer): void 2376 @ani.unsafe.Direct 2377 native static _ShapeInterface_setShapeOptions1(ptr: KPointer): void 2378 @ani.unsafe.Direct 2379 native static _ShapeAttribute_viewPort(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2380 @ani.unsafe.Direct 2381 native static _ShapeAttribute_stroke(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2382 @ani.unsafe.Direct 2383 native static _ShapeAttribute_fill(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2384 @ani.unsafe.Direct 2385 native static _ShapeAttribute_strokeDashOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2386 @ani.unsafe.Direct 2387 native static _ShapeAttribute_strokeDashArray(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2388 @ani.unsafe.Direct 2389 native static _ShapeAttribute_strokeLineCap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2390 @ani.unsafe.Direct 2391 native static _ShapeAttribute_strokeLineJoin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2392 @ani.unsafe.Direct 2393 native static _ShapeAttribute_strokeMiterLimit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2394 @ani.unsafe.Direct 2395 native static _ShapeAttribute_strokeOpacity(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2396 @ani.unsafe.Direct 2397 native static _ShapeAttribute_fillOpacity(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2398 @ani.unsafe.Direct 2399 native static _ShapeAttribute_strokeWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2400 @ani.unsafe.Direct 2401 native static _ShapeAttribute_antiAlias(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2402 @ani.unsafe.Direct 2403 native static _ShapeAttribute_mesh(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, column: number, row: number): void 2404 @ani.unsafe.Direct 2405 native static _Slider_construct(id: KInt, flags: KInt): KPointer 2406 @ani.unsafe.Direct 2407 native static _SliderInterface_setSliderOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2408 @ani.unsafe.Direct 2409 native static _SliderAttribute_blockColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2410 @ani.unsafe.Direct 2411 native static _SliderAttribute_trackColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2412 @ani.unsafe.Direct 2413 native static _SliderAttribute_selectedColor0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2414 @ani.unsafe.Direct 2415 native static _SliderAttribute_selectedColor1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2416 @ani.unsafe.Direct 2417 native static _SliderAttribute_minLabel(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2418 @ani.unsafe.Direct 2419 native static _SliderAttribute_maxLabel(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2420 @ani.unsafe.Direct 2421 native static _SliderAttribute_showSteps(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2422 @ani.unsafe.Direct 2423 native static _SliderAttribute_trackThickness(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2424 @ani.unsafe.Direct 2425 native static _SliderAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2426 @ani.unsafe.Direct 2427 native static _SliderAttribute_blockBorderColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2428 @ani.unsafe.Direct 2429 native static _SliderAttribute_blockBorderWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2430 @ani.unsafe.Direct 2431 native static _SliderAttribute_stepColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2432 @ani.unsafe.Direct 2433 native static _SliderAttribute_trackBorderRadius(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2434 @ani.unsafe.Direct 2435 native static _SliderAttribute_selectedBorderRadius(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2436 @ani.unsafe.Direct 2437 native static _SliderAttribute_blockSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2438 @ani.unsafe.Direct 2439 native static _SliderAttribute_blockStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2440 @ani.unsafe.Direct 2441 native static _SliderAttribute_stepSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2442 @ani.unsafe.Direct 2443 native static _SliderAttribute_sliderInteractionMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2444 @ani.unsafe.Direct 2445 native static _SliderAttribute_minResponsiveDistance(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2446 @ani.unsafe.Direct 2447 native static _SliderAttribute_contentModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2448 @ani.unsafe.Direct 2449 native static _SliderAttribute_slideRange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2450 @ani.unsafe.Direct 2451 native static _SliderAttribute_digitalCrownSensitivity(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2452 @ani.unsafe.Direct 2453 native static _SliderAttribute_enableHapticFeedback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2454 @ani.unsafe.Direct 2455 native static _SliderAttribute_showTips(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2456 @ani.unsafe.Direct 2457 native static _SliderAttribute__onChangeEvent_value(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2458 @ani.unsafe.Direct 2459 native static _BaseSpan_construct(id: KInt, flags: KInt): KPointer 2460 @ani.unsafe.Direct 2461 native static _BaseSpan_textBackgroundStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2462 @ani.unsafe.Direct 2463 native static _BaseSpan_baselineOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2464 @ani.unsafe.Direct 2465 native static _Span_construct(id: KInt, flags: KInt): KPointer 2466 @ani.unsafe.Direct 2467 native static _SpanInterface_setSpanOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2468 @ani.unsafe.Direct 2469 native static _SpanAttribute_font(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2470 @ani.unsafe.Direct 2471 native static _SpanAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2472 @ani.unsafe.Direct 2473 native static _SpanAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2474 @ani.unsafe.Direct 2475 native static _SpanAttribute_fontStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2476 @ani.unsafe.Direct 2477 native static _SpanAttribute_fontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2478 @ani.unsafe.Direct 2479 native static _SpanAttribute_fontFamily(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2480 @ani.unsafe.Direct 2481 native static _SpanAttribute_decoration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2482 @ani.unsafe.Direct 2483 native static _SpanAttribute_letterSpacing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2484 @ani.unsafe.Direct 2485 native static _SpanAttribute_textCase(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2486 @ani.unsafe.Direct 2487 native static _SpanAttribute_lineHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2488 @ani.unsafe.Direct 2489 native static _SpanAttribute_textShadow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2490 @ani.unsafe.Direct 2491 native static _Stack_construct(id: KInt, flags: KInt): KPointer 2492 @ani.unsafe.Direct 2493 native static _StackInterface_setStackOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2494 @ani.unsafe.Direct 2495 native static _StackAttribute_alignContent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2496 @ani.unsafe.Direct 2497 native static _StackAttribute_pointLight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2498 @ani.unsafe.Direct 2499 native static _Stepper_construct(id: KInt, flags: KInt): KPointer 2500 @ani.unsafe.Direct 2501 native static _StepperInterface_setStepperOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2502 @ani.unsafe.Direct 2503 native static _StepperAttribute_onFinish(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2504 @ani.unsafe.Direct 2505 native static _StepperAttribute_onSkip(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2506 @ani.unsafe.Direct 2507 native static _StepperAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2508 @ani.unsafe.Direct 2509 native static _StepperAttribute_onNext(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2510 @ani.unsafe.Direct 2511 native static _StepperAttribute_onPrevious(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2512 @ani.unsafe.Direct 2513 native static _StepperAttribute__onChangeEvent_index(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2514 @ani.unsafe.Direct 2515 native static _StepperItem_construct(id: KInt, flags: KInt): KPointer 2516 @ani.unsafe.Direct 2517 native static _StepperItemInterface_setStepperItemOptions(ptr: KPointer): void 2518 @ani.unsafe.Direct 2519 native static _StepperItemAttribute_prevLabel(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2520 @ani.unsafe.Direct 2521 native static _StepperItemAttribute_nextLabel(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2522 @ani.unsafe.Direct 2523 native static _StepperItemAttribute_status(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2524 @ani.unsafe.Direct 2525 native static _Swiper_construct(id: KInt, flags: KInt): KPointer 2526 @ani.unsafe.Direct 2527 native static _SwiperInterface_setSwiperOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2528 @ani.unsafe.Direct 2529 native static _SwiperAttribute_index(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2530 @ani.unsafe.Direct 2531 native static _SwiperAttribute_autoPlay0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2532 @ani.unsafe.Direct 2533 native static _SwiperAttribute_autoPlay1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2534 @ani.unsafe.Direct 2535 native static _SwiperAttribute_interval(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2536 @ani.unsafe.Direct 2537 native static _SwiperAttribute_indicator0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2538 @ani.unsafe.Direct 2539 native static _SwiperAttribute_indicator1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2540 @ani.unsafe.Direct 2541 native static _SwiperAttribute_loop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2542 @ani.unsafe.Direct 2543 native static _SwiperAttribute_duration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2544 @ani.unsafe.Direct 2545 native static _SwiperAttribute_vertical(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2546 @ani.unsafe.Direct 2547 native static _SwiperAttribute_itemSpace(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2548 @ani.unsafe.Direct 2549 native static _SwiperAttribute_displayMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2550 @ani.unsafe.Direct 2551 native static _SwiperAttribute_cachedCount0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2552 @ani.unsafe.Direct 2553 native static _SwiperAttribute_cachedCount1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2554 @ani.unsafe.Direct 2555 native static _SwiperAttribute_effectMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2556 @ani.unsafe.Direct 2557 native static _SwiperAttribute_disableSwipe(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2558 @ani.unsafe.Direct 2559 native static _SwiperAttribute_curve(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2560 @ani.unsafe.Direct 2561 native static _SwiperAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2562 @ani.unsafe.Direct 2563 native static _SwiperAttribute_onSelected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2564 @ani.unsafe.Direct 2565 native static _SwiperAttribute_indicatorStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2566 @ani.unsafe.Direct 2567 native static _SwiperAttribute_onUnselected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2568 @ani.unsafe.Direct 2569 native static _SwiperAttribute_onAnimationStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2570 @ani.unsafe.Direct 2571 native static _SwiperAttribute_onAnimationEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2572 @ani.unsafe.Direct 2573 native static _SwiperAttribute_onGestureSwipe(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2574 @ani.unsafe.Direct 2575 native static _SwiperAttribute_nestedScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2576 @ani.unsafe.Direct 2577 native static _SwiperAttribute_customContentTransition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2578 @ani.unsafe.Direct 2579 native static _SwiperAttribute_onContentDidScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2580 @ani.unsafe.Direct 2581 native static _SwiperAttribute_indicatorInteractive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2582 @ani.unsafe.Direct 2583 native static _SwiperAttribute_pageFlipMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2584 @ani.unsafe.Direct 2585 native static _SwiperAttribute_onContentWillScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2586 @ani.unsafe.Direct 2587 native static _SwiperAttribute_displayArrow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2588 @ani.unsafe.Direct 2589 native static _SwiperAttribute_displayCount(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2590 @ani.unsafe.Direct 2591 native static _SwiperAttribute_prevMargin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2592 @ani.unsafe.Direct 2593 native static _SwiperAttribute_nextMargin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2594 @ani.unsafe.Direct 2595 native static _SwiperAttribute__onChangeEvent_index(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2596 @ani.unsafe.Direct 2597 native static _IndicatorComponent_construct(id: KInt, flags: KInt): KPointer 2598 @ani.unsafe.Direct 2599 native static _IndicatorComponentInterface_setIndicatorComponentOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2600 @ani.unsafe.Direct 2601 native static _IndicatorComponentAttribute_initialIndex(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2602 @ani.unsafe.Direct 2603 native static _IndicatorComponentAttribute_count(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2604 @ani.unsafe.Direct 2605 native static _IndicatorComponentAttribute_style(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2606 @ani.unsafe.Direct 2607 native static _IndicatorComponentAttribute_loop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2608 @ani.unsafe.Direct 2609 native static _IndicatorComponentAttribute_vertical(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2610 @ani.unsafe.Direct 2611 native static _IndicatorComponentAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2612 @ani.unsafe.Direct 2613 native static _SymbolGlyph_construct(id: KInt, flags: KInt): KPointer 2614 @ani.unsafe.Direct 2615 native static _SymbolGlyphInterface_setSymbolGlyphOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2616 @ani.unsafe.Direct 2617 native static _SymbolGlyphAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2618 @ani.unsafe.Direct 2619 native static _SymbolGlyphAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2620 @ani.unsafe.Direct 2621 native static _SymbolGlyphAttribute_fontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2622 @ani.unsafe.Direct 2623 native static _SymbolGlyphAttribute_effectStrategy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2624 @ani.unsafe.Direct 2625 native static _SymbolGlyphAttribute_renderingStrategy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2626 @ani.unsafe.Direct 2627 native static _SymbolGlyphAttribute_minFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2628 @ani.unsafe.Direct 2629 native static _SymbolGlyphAttribute_maxFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2630 @ani.unsafe.Direct 2631 native static _SymbolGlyphAttribute_symbolEffect0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2632 @ani.unsafe.Direct 2633 native static _SymbolGlyphAttribute_symbolEffect1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2634 @ani.unsafe.Direct 2635 native static _SymbolSpan_construct(id: KInt, flags: KInt): KPointer 2636 @ani.unsafe.Direct 2637 native static _SymbolSpanInterface_setSymbolSpanOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2638 @ani.unsafe.Direct 2639 native static _SymbolSpanAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2640 @ani.unsafe.Direct 2641 native static _SymbolSpanAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2642 @ani.unsafe.Direct 2643 native static _SymbolSpanAttribute_fontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2644 @ani.unsafe.Direct 2645 native static _SymbolSpanAttribute_effectStrategy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2646 @ani.unsafe.Direct 2647 native static _SymbolSpanAttribute_renderingStrategy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2648 @ani.unsafe.Direct 2649 native static _Tabs_construct(id: KInt, flags: KInt): KPointer 2650 @ani.unsafe.Direct 2651 native static _TabsInterface_setTabsOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2652 @ani.unsafe.Direct 2653 native static _TabsAttribute_vertical(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2654 @ani.unsafe.Direct 2655 native static _TabsAttribute_barPosition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2656 @ani.unsafe.Direct 2657 native static _TabsAttribute_scrollable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2658 @ani.unsafe.Direct 2659 native static _TabsAttribute_barMode0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2660 @ani.unsafe.Direct 2661 native static _TabsAttribute_barMode1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2662 @ani.unsafe.Direct 2663 native static _TabsAttribute_barWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2664 @ani.unsafe.Direct 2665 native static _TabsAttribute_barHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2666 @ani.unsafe.Direct 2667 native static _TabsAttribute_animationDuration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2668 @ani.unsafe.Direct 2669 native static _TabsAttribute_animationMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2670 @ani.unsafe.Direct 2671 native static _TabsAttribute_edgeEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2672 @ani.unsafe.Direct 2673 native static _TabsAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2674 @ani.unsafe.Direct 2675 native static _TabsAttribute_onSelected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2676 @ani.unsafe.Direct 2677 native static _TabsAttribute_onTabBarClick(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2678 @ani.unsafe.Direct 2679 native static _TabsAttribute_onUnselected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2680 @ani.unsafe.Direct 2681 native static _TabsAttribute_onAnimationStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2682 @ani.unsafe.Direct 2683 native static _TabsAttribute_onAnimationEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2684 @ani.unsafe.Direct 2685 native static _TabsAttribute_onGestureSwipe(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2686 @ani.unsafe.Direct 2687 native static _TabsAttribute_fadingEdge(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2688 @ani.unsafe.Direct 2689 native static _TabsAttribute_divider(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2690 @ani.unsafe.Direct 2691 native static _TabsAttribute_barOverlap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2692 @ani.unsafe.Direct 2693 native static _TabsAttribute_barBackgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2694 @ani.unsafe.Direct 2695 native static _TabsAttribute_barGridAlign(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2696 @ani.unsafe.Direct 2697 native static _TabsAttribute_customContentTransition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2698 @ani.unsafe.Direct 2699 native static _TabsAttribute_barBackgroundBlurStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2700 @ani.unsafe.Direct 2701 native static _TabsAttribute_barBackgroundBlurStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2702 @ani.unsafe.Direct 2703 native static _TabsAttribute_barBackgroundEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2704 @ani.unsafe.Direct 2705 native static _TabsAttribute_pageFlipMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2706 @ani.unsafe.Direct 2707 native static _TabsAttribute_onContentWillChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2708 @ani.unsafe.Direct 2709 native static _TabsAttribute_barModeScrollable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2710 @ani.unsafe.Direct 2711 native static _TabsAttribute_cachedMaxCount(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2712 @ani.unsafe.Direct 2713 native static _TabsAttribute__onChangeEvent_index(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2714 @ani.unsafe.Direct 2715 native static _TabContent_construct(id: KInt, flags: KInt): KPointer 2716 @ani.unsafe.Direct 2717 native static _TabContentInterface_setTabContentOptions(ptr: KPointer): void 2718 @ani.unsafe.Direct 2719 native static _TabContentAttribute_tabBar0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2720 @ani.unsafe.Direct 2721 native static _TabContentAttribute_tabBar1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2722 @ani.unsafe.Direct 2723 native static _TabContentAttribute_tabBar2(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2724 @ani.unsafe.Direct 2725 native static _TabContentAttribute_onWillShow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2726 @ani.unsafe.Direct 2727 native static _TabContentAttribute_onWillHide(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2728 @ani.unsafe.Direct 2729 native static _Text_construct(id: KInt, flags: KInt): KPointer 2730 @ani.unsafe.Direct 2731 native static _TextInterface_setTextOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2732 @ani.unsafe.Direct 2733 native static _TextAttribute_font0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2734 @ani.unsafe.Direct 2735 native static _TextAttribute_font1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2736 @ani.unsafe.Direct 2737 native static _TextAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2738 @ani.unsafe.Direct 2739 native static _TextAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2740 @ani.unsafe.Direct 2741 native static _TextAttribute_minFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2742 @ani.unsafe.Direct 2743 native static _TextAttribute_maxFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2744 @ani.unsafe.Direct 2745 native static _TextAttribute_minFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2746 @ani.unsafe.Direct 2747 native static _TextAttribute_maxFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2748 @ani.unsafe.Direct 2749 native static _TextAttribute_fontStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2750 @ani.unsafe.Direct 2751 native static _TextAttribute_fontWeight0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2752 @ani.unsafe.Direct 2753 native static _TextAttribute_fontWeight1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2754 @ani.unsafe.Direct 2755 native static _TextAttribute_lineSpacing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2756 @ani.unsafe.Direct 2757 native static _TextAttribute_textAlign(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2758 @ani.unsafe.Direct 2759 native static _TextAttribute_lineHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2760 @ani.unsafe.Direct 2761 native static _TextAttribute_textOverflow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2762 @ani.unsafe.Direct 2763 native static _TextAttribute_fontFamily(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2764 @ani.unsafe.Direct 2765 native static _TextAttribute_maxLines(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2766 @ani.unsafe.Direct 2767 native static _TextAttribute_decoration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2768 @ani.unsafe.Direct 2769 native static _TextAttribute_letterSpacing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2770 @ani.unsafe.Direct 2771 native static _TextAttribute_textCase(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2772 @ani.unsafe.Direct 2773 native static _TextAttribute_baselineOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2774 @ani.unsafe.Direct 2775 native static _TextAttribute_copyOption(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2776 @ani.unsafe.Direct 2777 native static _TextAttribute_draggable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2778 @ani.unsafe.Direct 2779 native static _TextAttribute_textShadow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2780 @ani.unsafe.Direct 2781 native static _TextAttribute_heightAdaptivePolicy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2782 @ani.unsafe.Direct 2783 native static _TextAttribute_textIndent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2784 @ani.unsafe.Direct 2785 native static _TextAttribute_wordBreak(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2786 @ani.unsafe.Direct 2787 native static _TextAttribute_lineBreakStrategy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2788 @ani.unsafe.Direct 2789 native static _TextAttribute_onCopy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2790 @ani.unsafe.Direct 2791 native static _TextAttribute_caretColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2792 @ani.unsafe.Direct 2793 native static _TextAttribute_selectedBackgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2794 @ani.unsafe.Direct 2795 native static _TextAttribute_ellipsisMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2796 @ani.unsafe.Direct 2797 native static _TextAttribute_enableDataDetector(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2798 @ani.unsafe.Direct 2799 native static _TextAttribute_dataDetectorConfig(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2800 @ani.unsafe.Direct 2801 native static _TextAttribute_onTextSelectionChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2802 @ani.unsafe.Direct 2803 native static _TextAttribute_fontFeature(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2804 @ani.unsafe.Direct 2805 native static _TextAttribute_marqueeOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2806 @ani.unsafe.Direct 2807 native static _TextAttribute_onMarqueeStateChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2808 @ani.unsafe.Direct 2809 native static _TextAttribute_privacySensitive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2810 @ani.unsafe.Direct 2811 native static _TextAttribute_textSelectable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2812 @ani.unsafe.Direct 2813 native static _TextAttribute_editMenuOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2814 @ani.unsafe.Direct 2815 native static _TextAttribute_halfLeading(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2816 @ani.unsafe.Direct 2817 native static _TextAttribute_enableHapticFeedback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2818 @ani.unsafe.Direct 2819 native static _TextAttribute_selection(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2820 @ani.unsafe.Direct 2821 native static _TextAttribute_bindSelectionMenu(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2822 @ani.unsafe.Direct 2823 native static _TextArea_construct(id: KInt, flags: KInt): KPointer 2824 @ani.unsafe.Direct 2825 native static _TextAreaInterface_setTextAreaOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2826 @ani.unsafe.Direct 2827 native static _TextAreaAttribute_placeholderColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2828 @ani.unsafe.Direct 2829 native static _TextAreaAttribute_placeholderFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2830 @ani.unsafe.Direct 2831 native static _TextAreaAttribute_enterKeyType(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2832 @ani.unsafe.Direct 2833 native static _TextAreaAttribute_textAlign(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2834 @ani.unsafe.Direct 2835 native static _TextAreaAttribute_caretColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2836 @ani.unsafe.Direct 2837 native static _TextAreaAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2838 @ani.unsafe.Direct 2839 native static _TextAreaAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2840 @ani.unsafe.Direct 2841 native static _TextAreaAttribute_fontStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2842 @ani.unsafe.Direct 2843 native static _TextAreaAttribute_fontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2844 @ani.unsafe.Direct 2845 native static _TextAreaAttribute_fontFamily(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2846 @ani.unsafe.Direct 2847 native static _TextAreaAttribute_textOverflow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2848 @ani.unsafe.Direct 2849 native static _TextAreaAttribute_textIndent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2850 @ani.unsafe.Direct 2851 native static _TextAreaAttribute_caretStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2852 @ani.unsafe.Direct 2853 native static _TextAreaAttribute_selectedBackgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2854 @ani.unsafe.Direct 2855 native static _TextAreaAttribute_onSubmit0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2856 @ani.unsafe.Direct 2857 native static _TextAreaAttribute_onSubmit1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2858 @ani.unsafe.Direct 2859 native static _TextAreaAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2860 @ani.unsafe.Direct 2861 native static _TextAreaAttribute_onTextSelectionChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2862 @ani.unsafe.Direct 2863 native static _TextAreaAttribute_onContentScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2864 @ani.unsafe.Direct 2865 native static _TextAreaAttribute_onEditChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2866 @ani.unsafe.Direct 2867 native static _TextAreaAttribute_onCopy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2868 @ani.unsafe.Direct 2869 native static _TextAreaAttribute_onCut(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2870 @ani.unsafe.Direct 2871 native static _TextAreaAttribute_onPaste(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2872 @ani.unsafe.Direct 2873 native static _TextAreaAttribute_copyOption(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2874 @ani.unsafe.Direct 2875 native static _TextAreaAttribute_enableKeyboardOnFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2876 @ani.unsafe.Direct 2877 native static _TextAreaAttribute_maxLength(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2878 @ani.unsafe.Direct 2879 native static _TextAreaAttribute_style(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2880 @ani.unsafe.Direct 2881 native static _TextAreaAttribute_barState(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2882 @ani.unsafe.Direct 2883 native static _TextAreaAttribute_selectionMenuHidden(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2884 @ani.unsafe.Direct 2885 native static _TextAreaAttribute_minFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2886 @ani.unsafe.Direct 2887 native static _TextAreaAttribute_maxFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2888 @ani.unsafe.Direct 2889 native static _TextAreaAttribute_minFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2890 @ani.unsafe.Direct 2891 native static _TextAreaAttribute_maxFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2892 @ani.unsafe.Direct 2893 native static _TextAreaAttribute_heightAdaptivePolicy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2894 @ani.unsafe.Direct 2895 native static _TextAreaAttribute_maxLines(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2896 @ani.unsafe.Direct 2897 native static _TextAreaAttribute_wordBreak(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2898 @ani.unsafe.Direct 2899 native static _TextAreaAttribute_lineBreakStrategy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2900 @ani.unsafe.Direct 2901 native static _TextAreaAttribute_decoration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2902 @ani.unsafe.Direct 2903 native static _TextAreaAttribute_letterSpacing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2904 @ani.unsafe.Direct 2905 native static _TextAreaAttribute_lineSpacing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2906 @ani.unsafe.Direct 2907 native static _TextAreaAttribute_lineHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2908 @ani.unsafe.Direct 2909 native static _TextAreaAttribute_type(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2910 @ani.unsafe.Direct 2911 native static _TextAreaAttribute_enableAutoFill(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2912 @ani.unsafe.Direct 2913 native static _TextAreaAttribute_contentType(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2914 @ani.unsafe.Direct 2915 native static _TextAreaAttribute_fontFeature(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2916 @ani.unsafe.Direct 2917 native static _TextAreaAttribute_onWillInsert(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2918 @ani.unsafe.Direct 2919 native static _TextAreaAttribute_onDidInsert(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2920 @ani.unsafe.Direct 2921 native static _TextAreaAttribute_onWillDelete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2922 @ani.unsafe.Direct 2923 native static _TextAreaAttribute_onDidDelete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2924 @ani.unsafe.Direct 2925 native static _TextAreaAttribute_editMenuOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2926 @ani.unsafe.Direct 2927 native static _TextAreaAttribute_enablePreviewText(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2928 @ani.unsafe.Direct 2929 native static _TextAreaAttribute_enableHapticFeedback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2930 @ani.unsafe.Direct 2931 native static _TextAreaAttribute_autoCapitalizationMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2932 @ani.unsafe.Direct 2933 native static _TextAreaAttribute_halfLeading(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2934 @ani.unsafe.Direct 2935 native static _TextAreaAttribute_ellipsisMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2936 @ani.unsafe.Direct 2937 native static _TextAreaAttribute_stopBackPress(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2938 @ani.unsafe.Direct 2939 native static _TextAreaAttribute_onWillChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2940 @ani.unsafe.Direct 2941 native static _TextAreaAttribute_keyboardAppearance(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2942 @ani.unsafe.Direct 2943 native static _TextAreaAttribute_inputFilter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2944 @ani.unsafe.Direct 2945 native static _TextAreaAttribute_showCounter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2946 @ani.unsafe.Direct 2947 native static _TextAreaAttribute_customKeyboard(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2948 @ani.unsafe.Direct 2949 native static _TextAreaAttribute__onChangeEvent_text(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2950 @ani.unsafe.Direct 2951 native static _TextClock_construct(id: KInt, flags: KInt): KPointer 2952 @ani.unsafe.Direct 2953 native static _TextClockInterface_setTextClockOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2954 @ani.unsafe.Direct 2955 native static _TextClockAttribute_format(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2956 @ani.unsafe.Direct 2957 native static _TextClockAttribute_onDateChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2958 @ani.unsafe.Direct 2959 native static _TextClockAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2960 @ani.unsafe.Direct 2961 native static _TextClockAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2962 @ani.unsafe.Direct 2963 native static _TextClockAttribute_fontStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2964 @ani.unsafe.Direct 2965 native static _TextClockAttribute_fontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2966 @ani.unsafe.Direct 2967 native static _TextClockAttribute_fontFamily(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2968 @ani.unsafe.Direct 2969 native static _TextClockAttribute_textShadow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2970 @ani.unsafe.Direct 2971 native static _TextClockAttribute_fontFeature(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2972 @ani.unsafe.Direct 2973 native static _TextClockAttribute_contentModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2974 @ani.unsafe.Direct 2975 native static _TextClockAttribute_dateTimeOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2976 @ani.unsafe.Direct 2977 native static _TextInput_construct(id: KInt, flags: KInt): KPointer 2978 @ani.unsafe.Direct 2979 native static _TextInputInterface_setTextInputOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2980 @ani.unsafe.Direct 2981 native static _TextInputAttribute_type(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2982 @ani.unsafe.Direct 2983 native static _TextInputAttribute_contentType(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2984 @ani.unsafe.Direct 2985 native static _TextInputAttribute_placeholderColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2986 @ani.unsafe.Direct 2987 native static _TextInputAttribute_textOverflow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2988 @ani.unsafe.Direct 2989 native static _TextInputAttribute_textIndent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2990 @ani.unsafe.Direct 2991 native static _TextInputAttribute_placeholderFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2992 @ani.unsafe.Direct 2993 native static _TextInputAttribute_enterKeyType(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2994 @ani.unsafe.Direct 2995 native static _TextInputAttribute_caretColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2996 @ani.unsafe.Direct 2997 native static _TextInputAttribute_onEditChanged(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 2998 @ani.unsafe.Direct 2999 native static _TextInputAttribute_onEditChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3000 @ani.unsafe.Direct 3001 native static _TextInputAttribute_onSubmit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3002 @ani.unsafe.Direct 3003 native static _TextInputAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3004 @ani.unsafe.Direct 3005 native static _TextInputAttribute_onTextSelectionChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3006 @ani.unsafe.Direct 3007 native static _TextInputAttribute_onContentScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3008 @ani.unsafe.Direct 3009 native static _TextInputAttribute_maxLength(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3010 @ani.unsafe.Direct 3011 native static _TextInputAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3012 @ani.unsafe.Direct 3013 native static _TextInputAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3014 @ani.unsafe.Direct 3015 native static _TextInputAttribute_fontStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3016 @ani.unsafe.Direct 3017 native static _TextInputAttribute_fontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3018 @ani.unsafe.Direct 3019 native static _TextInputAttribute_fontFamily(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3020 @ani.unsafe.Direct 3021 native static _TextInputAttribute_onCopy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3022 @ani.unsafe.Direct 3023 native static _TextInputAttribute_onCut(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3024 @ani.unsafe.Direct 3025 native static _TextInputAttribute_onPaste(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3026 @ani.unsafe.Direct 3027 native static _TextInputAttribute_copyOption(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3028 @ani.unsafe.Direct 3029 native static _TextInputAttribute_showPasswordIcon(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3030 @ani.unsafe.Direct 3031 native static _TextInputAttribute_textAlign(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3032 @ani.unsafe.Direct 3033 native static _TextInputAttribute_style(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3034 @ani.unsafe.Direct 3035 native static _TextInputAttribute_caretStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3036 @ani.unsafe.Direct 3037 native static _TextInputAttribute_selectedBackgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3038 @ani.unsafe.Direct 3039 native static _TextInputAttribute_caretPosition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3040 @ani.unsafe.Direct 3041 native static _TextInputAttribute_enableKeyboardOnFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3042 @ani.unsafe.Direct 3043 native static _TextInputAttribute_passwordIcon(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3044 @ani.unsafe.Direct 3045 native static _TextInputAttribute_showError(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3046 @ani.unsafe.Direct 3047 native static _TextInputAttribute_showUnit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3048 @ani.unsafe.Direct 3049 native static _TextInputAttribute_showUnderline(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3050 @ani.unsafe.Direct 3051 native static _TextInputAttribute_underlineColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3052 @ani.unsafe.Direct 3053 native static _TextInputAttribute_selectionMenuHidden(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3054 @ani.unsafe.Direct 3055 native static _TextInputAttribute_barState(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3056 @ani.unsafe.Direct 3057 native static _TextInputAttribute_maxLines(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3058 @ani.unsafe.Direct 3059 native static _TextInputAttribute_wordBreak(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3060 @ani.unsafe.Direct 3061 native static _TextInputAttribute_lineBreakStrategy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3062 @ani.unsafe.Direct 3063 native static _TextInputAttribute_cancelButton0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3064 @ani.unsafe.Direct 3065 native static _TextInputAttribute_cancelButton1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3066 @ani.unsafe.Direct 3067 native static _TextInputAttribute_selectAll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3068 @ani.unsafe.Direct 3069 native static _TextInputAttribute_minFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3070 @ani.unsafe.Direct 3071 native static _TextInputAttribute_maxFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3072 @ani.unsafe.Direct 3073 native static _TextInputAttribute_minFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3074 @ani.unsafe.Direct 3075 native static _TextInputAttribute_maxFontScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3076 @ani.unsafe.Direct 3077 native static _TextInputAttribute_heightAdaptivePolicy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3078 @ani.unsafe.Direct 3079 native static _TextInputAttribute_enableAutoFill(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3080 @ani.unsafe.Direct 3081 native static _TextInputAttribute_decoration(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3082 @ani.unsafe.Direct 3083 native static _TextInputAttribute_letterSpacing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3084 @ani.unsafe.Direct 3085 native static _TextInputAttribute_lineHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3086 @ani.unsafe.Direct 3087 native static _TextInputAttribute_passwordRules(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3088 @ani.unsafe.Direct 3089 native static _TextInputAttribute_fontFeature(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3090 @ani.unsafe.Direct 3091 native static _TextInputAttribute_showPassword(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3092 @ani.unsafe.Direct 3093 native static _TextInputAttribute_onSecurityStateChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3094 @ani.unsafe.Direct 3095 native static _TextInputAttribute_onWillInsert(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3096 @ani.unsafe.Direct 3097 native static _TextInputAttribute_onDidInsert(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3098 @ani.unsafe.Direct 3099 native static _TextInputAttribute_onWillDelete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3100 @ani.unsafe.Direct 3101 native static _TextInputAttribute_onDidDelete(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3102 @ani.unsafe.Direct 3103 native static _TextInputAttribute_editMenuOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3104 @ani.unsafe.Direct 3105 native static _TextInputAttribute_enablePreviewText(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3106 @ani.unsafe.Direct 3107 native static _TextInputAttribute_enableHapticFeedback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3108 @ani.unsafe.Direct 3109 native static _TextInputAttribute_autoCapitalizationMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3110 @ani.unsafe.Direct 3111 native static _TextInputAttribute_halfLeading(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3112 @ani.unsafe.Direct 3113 native static _TextInputAttribute_ellipsisMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3114 @ani.unsafe.Direct 3115 native static _TextInputAttribute_stopBackPress(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3116 @ani.unsafe.Direct 3117 native static _TextInputAttribute_onWillChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3118 @ani.unsafe.Direct 3119 native static _TextInputAttribute_keyboardAppearance(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3120 @ani.unsafe.Direct 3121 native static _TextInputAttribute_inputFilter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3122 @ani.unsafe.Direct 3123 native static _TextInputAttribute_customKeyboard(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3124 @ani.unsafe.Direct 3125 native static _TextInputAttribute_showCounter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3126 @ani.unsafe.Direct 3127 native static _TextInputAttribute__onChangeEvent_text(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3128 @ani.unsafe.Direct 3129 native static _TextPicker_construct(id: KInt, flags: KInt): KPointer 3130 @ani.unsafe.Direct 3131 native static _TextPickerInterface_setTextPickerOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3132 @ani.unsafe.Direct 3133 native static _TextPickerAttribute_defaultPickerItemHeight0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3134 @ani.unsafe.Direct 3135 native static _TextPickerAttribute_defaultPickerItemHeight1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3136 @ani.unsafe.Direct 3137 native static _TextPickerAttribute_canLoop0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3138 @ani.unsafe.Direct 3139 native static _TextPickerAttribute_canLoop1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3140 @ani.unsafe.Direct 3141 native static _TextPickerAttribute_disappearTextStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3142 @ani.unsafe.Direct 3143 native static _TextPickerAttribute_disappearTextStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3144 @ani.unsafe.Direct 3145 native static _TextPickerAttribute_textStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3146 @ani.unsafe.Direct 3147 native static _TextPickerAttribute_textStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3148 @ani.unsafe.Direct 3149 native static _TextPickerAttribute_selectedTextStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3150 @ani.unsafe.Direct 3151 native static _TextPickerAttribute_selectedTextStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3152 @ani.unsafe.Direct 3153 native static _TextPickerAttribute_disableTextStyleAnimation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3154 @ani.unsafe.Direct 3155 native static _TextPickerAttribute_defaultTextStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3156 @ani.unsafe.Direct 3157 native static _TextPickerAttribute_onAccept(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3158 @ani.unsafe.Direct 3159 native static _TextPickerAttribute_onCancel(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3160 @ani.unsafe.Direct 3161 native static _TextPickerAttribute_onChange0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3162 @ani.unsafe.Direct 3163 native static _TextPickerAttribute_onChange1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3164 @ani.unsafe.Direct 3165 native static _TextPickerAttribute_onScrollStop0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3166 @ani.unsafe.Direct 3167 native static _TextPickerAttribute_onScrollStop1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3168 @ani.unsafe.Direct 3169 native static _TextPickerAttribute_onEnterSelectedArea(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3170 @ani.unsafe.Direct 3171 native static _TextPickerAttribute_selectedIndex0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3172 @ani.unsafe.Direct 3173 native static _TextPickerAttribute_selectedIndex1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3174 @ani.unsafe.Direct 3175 native static _TextPickerAttribute_divider0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3176 @ani.unsafe.Direct 3177 native static _TextPickerAttribute_divider1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3178 @ani.unsafe.Direct 3179 native static _TextPickerAttribute_gradientHeight0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3180 @ani.unsafe.Direct 3181 native static _TextPickerAttribute_gradientHeight1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3182 @ani.unsafe.Direct 3183 native static _TextPickerAttribute_enableHapticFeedback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3184 @ani.unsafe.Direct 3185 native static _TextPickerAttribute_digitalCrownSensitivity(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3186 @ani.unsafe.Direct 3187 native static _TextPickerAttribute__onChangeEvent_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3188 @ani.unsafe.Direct 3189 native static _TextPickerAttribute__onChangeEvent_value(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3190 @ani.unsafe.Direct 3191 native static _TextTimer_construct(id: KInt, flags: KInt): KPointer 3192 @ani.unsafe.Direct 3193 native static _TextTimerInterface_setTextTimerOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3194 @ani.unsafe.Direct 3195 native static _TextTimerAttribute_format(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3196 @ani.unsafe.Direct 3197 native static _TextTimerAttribute_fontColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3198 @ani.unsafe.Direct 3199 native static _TextTimerAttribute_fontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3200 @ani.unsafe.Direct 3201 native static _TextTimerAttribute_fontStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3202 @ani.unsafe.Direct 3203 native static _TextTimerAttribute_fontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3204 @ani.unsafe.Direct 3205 native static _TextTimerAttribute_fontFamily(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3206 @ani.unsafe.Direct 3207 native static _TextTimerAttribute_onTimer(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3208 @ani.unsafe.Direct 3209 native static _TextTimerAttribute_textShadow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3210 @ani.unsafe.Direct 3211 native static _TextTimerAttribute_contentModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3212 @ani.unsafe.Direct 3213 native static _TimePicker_construct(id: KInt, flags: KInt): KPointer 3214 @ani.unsafe.Direct 3215 native static _TimePickerInterface_setTimePickerOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3216 @ani.unsafe.Direct 3217 native static _TimePickerAttribute_useMilitaryTime0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3218 @ani.unsafe.Direct 3219 native static _TimePickerAttribute_useMilitaryTime1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3220 @ani.unsafe.Direct 3221 native static _TimePickerAttribute_loop0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3222 @ani.unsafe.Direct 3223 native static _TimePickerAttribute_loop1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3224 @ani.unsafe.Direct 3225 native static _TimePickerAttribute_disappearTextStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3226 @ani.unsafe.Direct 3227 native static _TimePickerAttribute_disappearTextStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3228 @ani.unsafe.Direct 3229 native static _TimePickerAttribute_textStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3230 @ani.unsafe.Direct 3231 native static _TimePickerAttribute_textStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3232 @ani.unsafe.Direct 3233 native static _TimePickerAttribute_selectedTextStyle0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3234 @ani.unsafe.Direct 3235 native static _TimePickerAttribute_selectedTextStyle1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3236 @ani.unsafe.Direct 3237 native static _TimePickerAttribute_dateTimeOptions0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3238 @ani.unsafe.Direct 3239 native static _TimePickerAttribute_dateTimeOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3240 @ani.unsafe.Direct 3241 native static _TimePickerAttribute_onChange0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3242 @ani.unsafe.Direct 3243 native static _TimePickerAttribute_onChange1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3244 @ani.unsafe.Direct 3245 native static _TimePickerAttribute_onEnterSelectedArea(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3246 @ani.unsafe.Direct 3247 native static _TimePickerAttribute_enableHapticFeedback0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3248 @ani.unsafe.Direct 3249 native static _TimePickerAttribute_enableHapticFeedback1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3250 @ani.unsafe.Direct 3251 native static _TimePickerAttribute_digitalCrownSensitivity(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3252 @ani.unsafe.Direct 3253 native static _TimePickerAttribute_enableCascade(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3254 @ani.unsafe.Direct 3255 native static _TimePickerAttribute__onChangeEvent_selected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3256 @ani.unsafe.Direct 3257 native static _Toggle_construct(id: KInt, flags: KInt): KPointer 3258 @ani.unsafe.Direct 3259 native static _ToggleInterface_setToggleOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3260 @ani.unsafe.Direct 3261 native static _ToggleAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3262 @ani.unsafe.Direct 3263 native static _ToggleAttribute_contentModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3264 @ani.unsafe.Direct 3265 native static _ToggleAttribute_selectedColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3266 @ani.unsafe.Direct 3267 native static _ToggleAttribute_switchPointColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3268 @ani.unsafe.Direct 3269 native static _ToggleAttribute_switchStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3270 @ani.unsafe.Direct 3271 native static _ToggleAttribute__onChangeEvent_isOn(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3272 @ani.unsafe.Direct 3273 native static _Video_construct(id: KInt, flags: KInt): KPointer 3274 @ani.unsafe.Direct 3275 native static _VideoInterface_setVideoOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3276 @ani.unsafe.Direct 3277 native static _VideoAttribute_muted(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3278 @ani.unsafe.Direct 3279 native static _VideoAttribute_autoPlay(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3280 @ani.unsafe.Direct 3281 native static _VideoAttribute_controls(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3282 @ani.unsafe.Direct 3283 native static _VideoAttribute_loop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3284 @ani.unsafe.Direct 3285 native static _VideoAttribute_objectFit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3286 @ani.unsafe.Direct 3287 native static _VideoAttribute_onStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3288 @ani.unsafe.Direct 3289 native static _VideoAttribute_onPause(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3290 @ani.unsafe.Direct 3291 native static _VideoAttribute_onFinish(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3292 @ani.unsafe.Direct 3293 native static _VideoAttribute_onFullscreenChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3294 @ani.unsafe.Direct 3295 native static _VideoAttribute_onPrepared(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3296 @ani.unsafe.Direct 3297 native static _VideoAttribute_onSeeking(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3298 @ani.unsafe.Direct 3299 native static _VideoAttribute_onSeeked(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3300 @ani.unsafe.Direct 3301 native static _VideoAttribute_onUpdate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3302 @ani.unsafe.Direct 3303 native static _VideoAttribute_onError(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3304 @ani.unsafe.Direct 3305 native static _VideoAttribute_onStop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3306 @ani.unsafe.Direct 3307 native static _VideoAttribute_enableAnalyzer(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3308 @ani.unsafe.Direct 3309 native static _VideoAttribute_analyzerConfig(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3310 @ani.unsafe.Direct 3311 native static _VideoAttribute_surfaceBackgroundColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3312 @ani.unsafe.Direct 3313 native static _VideoAttribute_enableShortcutKey(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3314 @ani.unsafe.Direct 3315 native static _Web_construct(id: KInt, flags: KInt): KPointer 3316 @ani.unsafe.Direct 3317 native static _WebInterface_setWebOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3318 @ani.unsafe.Direct 3319 native static _WebAttribute_javaScriptAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3320 @ani.unsafe.Direct 3321 native static _WebAttribute_fileAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3322 @ani.unsafe.Direct 3323 native static _WebAttribute_onlineImageAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3324 @ani.unsafe.Direct 3325 native static _WebAttribute_domStorageAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3326 @ani.unsafe.Direct 3327 native static _WebAttribute_imageAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3328 @ani.unsafe.Direct 3329 native static _WebAttribute_mixedMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3330 @ani.unsafe.Direct 3331 native static _WebAttribute_zoomAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3332 @ani.unsafe.Direct 3333 native static _WebAttribute_geolocationAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3334 @ani.unsafe.Direct 3335 native static _WebAttribute_javaScriptProxy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3336 @ani.unsafe.Direct 3337 native static _WebAttribute_password(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3338 @ani.unsafe.Direct 3339 native static _WebAttribute_cacheMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3340 @ani.unsafe.Direct 3341 native static _WebAttribute_darkMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3342 @ani.unsafe.Direct 3343 native static _WebAttribute_forceDarkAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3344 @ani.unsafe.Direct 3345 native static _WebAttribute_mediaOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3346 @ani.unsafe.Direct 3347 native static _WebAttribute_tableData(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3348 @ani.unsafe.Direct 3349 native static _WebAttribute_wideViewModeAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3350 @ani.unsafe.Direct 3351 native static _WebAttribute_overviewModeAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3352 @ani.unsafe.Direct 3353 native static _WebAttribute_overScrollMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3354 @ani.unsafe.Direct 3355 native static _WebAttribute_blurOnKeyboardHideMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3356 @ani.unsafe.Direct 3357 native static _WebAttribute_textZoomAtio(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3358 @ani.unsafe.Direct 3359 native static _WebAttribute_textZoomRatio(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3360 @ani.unsafe.Direct 3361 native static _WebAttribute_databaseAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3362 @ani.unsafe.Direct 3363 native static _WebAttribute_initialScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3364 @ani.unsafe.Direct 3365 native static _WebAttribute_userAgent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3366 @ani.unsafe.Direct 3367 native static _WebAttribute_metaViewport(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3368 @ani.unsafe.Direct 3369 native static _WebAttribute_onPageEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3370 @ani.unsafe.Direct 3371 native static _WebAttribute_onPageBegin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3372 @ani.unsafe.Direct 3373 native static _WebAttribute_onProgressChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3374 @ani.unsafe.Direct 3375 native static _WebAttribute_onTitleReceive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3376 @ani.unsafe.Direct 3377 native static _WebAttribute_onGeolocationHide(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3378 @ani.unsafe.Direct 3379 native static _WebAttribute_onGeolocationShow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3380 @ani.unsafe.Direct 3381 native static _WebAttribute_onRequestSelected(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3382 @ani.unsafe.Direct 3383 native static _WebAttribute_onAlert(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3384 @ani.unsafe.Direct 3385 native static _WebAttribute_onBeforeUnload(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3386 @ani.unsafe.Direct 3387 native static _WebAttribute_onConfirm(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3388 @ani.unsafe.Direct 3389 native static _WebAttribute_onPrompt(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3390 @ani.unsafe.Direct 3391 native static _WebAttribute_onConsole(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3392 @ani.unsafe.Direct 3393 native static _WebAttribute_onErrorReceive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3394 @ani.unsafe.Direct 3395 native static _WebAttribute_onHttpErrorReceive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3396 @ani.unsafe.Direct 3397 native static _WebAttribute_onDownloadStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3398 @ani.unsafe.Direct 3399 native static _WebAttribute_onRefreshAccessedHistory(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3400 @ani.unsafe.Direct 3401 native static _WebAttribute_onUrlLoadIntercept(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3402 @ani.unsafe.Direct 3403 native static _WebAttribute_onSslErrorReceive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3404 @ani.unsafe.Direct 3405 native static _WebAttribute_onRenderExited0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3406 @ani.unsafe.Direct 3407 native static _WebAttribute_onRenderExited1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3408 @ani.unsafe.Direct 3409 native static _WebAttribute_onShowFileSelector(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3410 @ani.unsafe.Direct 3411 native static _WebAttribute_onFileSelectorShow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3412 @ani.unsafe.Direct 3413 native static _WebAttribute_onResourceLoad(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3414 @ani.unsafe.Direct 3415 native static _WebAttribute_onFullScreenExit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3416 @ani.unsafe.Direct 3417 native static _WebAttribute_onFullScreenEnter(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3418 @ani.unsafe.Direct 3419 native static _WebAttribute_onScaleChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3420 @ani.unsafe.Direct 3421 native static _WebAttribute_onHttpAuthRequest(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3422 @ani.unsafe.Direct 3423 native static _WebAttribute_onInterceptRequest(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3424 @ani.unsafe.Direct 3425 native static _WebAttribute_onPermissionRequest(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3426 @ani.unsafe.Direct 3427 native static _WebAttribute_onScreenCaptureRequest(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3428 @ani.unsafe.Direct 3429 native static _WebAttribute_onContextMenuShow(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3430 @ani.unsafe.Direct 3431 native static _WebAttribute_onContextMenuHide(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3432 @ani.unsafe.Direct 3433 native static _WebAttribute_mediaPlayGestureAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3434 @ani.unsafe.Direct 3435 native static _WebAttribute_onSearchResultReceive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3436 @ani.unsafe.Direct 3437 native static _WebAttribute_onScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3438 @ani.unsafe.Direct 3439 native static _WebAttribute_onSslErrorEventReceive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3440 @ani.unsafe.Direct 3441 native static _WebAttribute_onSslErrorEvent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3442 @ani.unsafe.Direct 3443 native static _WebAttribute_onClientAuthenticationRequest(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3444 @ani.unsafe.Direct 3445 native static _WebAttribute_onWindowNew(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3446 @ani.unsafe.Direct 3447 native static _WebAttribute_onWindowExit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3448 @ani.unsafe.Direct 3449 native static _WebAttribute_multiWindowAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3450 @ani.unsafe.Direct 3451 native static _WebAttribute_onInterceptKeyEvent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3452 @ani.unsafe.Direct 3453 native static _WebAttribute_webStandardFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3454 @ani.unsafe.Direct 3455 native static _WebAttribute_webSerifFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3456 @ani.unsafe.Direct 3457 native static _WebAttribute_webSansSerifFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3458 @ani.unsafe.Direct 3459 native static _WebAttribute_webFixedFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3460 @ani.unsafe.Direct 3461 native static _WebAttribute_webFantasyFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3462 @ani.unsafe.Direct 3463 native static _WebAttribute_webCursiveFont(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3464 @ani.unsafe.Direct 3465 native static _WebAttribute_defaultFixedFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3466 @ani.unsafe.Direct 3467 native static _WebAttribute_defaultFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3468 @ani.unsafe.Direct 3469 native static _WebAttribute_minFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3470 @ani.unsafe.Direct 3471 native static _WebAttribute_minLogicalFontSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3472 @ani.unsafe.Direct 3473 native static _WebAttribute_defaultTextEncodingFormat(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3474 @ani.unsafe.Direct 3475 native static _WebAttribute_forceDisplayScrollBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3476 @ani.unsafe.Direct 3477 native static _WebAttribute_blockNetwork(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3478 @ani.unsafe.Direct 3479 native static _WebAttribute_horizontalScrollBarAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3480 @ani.unsafe.Direct 3481 native static _WebAttribute_verticalScrollBarAccess(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3482 @ani.unsafe.Direct 3483 native static _WebAttribute_onTouchIconUrlReceived(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3484 @ani.unsafe.Direct 3485 native static _WebAttribute_onFaviconReceived(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3486 @ani.unsafe.Direct 3487 native static _WebAttribute_onPageVisible(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3488 @ani.unsafe.Direct 3489 native static _WebAttribute_onDataResubmitted(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3490 @ani.unsafe.Direct 3491 native static _WebAttribute_pinchSmooth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3492 @ani.unsafe.Direct 3493 native static _WebAttribute_allowWindowOpenMethod(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3494 @ani.unsafe.Direct 3495 native static _WebAttribute_onAudioStateChanged(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3496 @ani.unsafe.Direct 3497 native static _WebAttribute_onFirstContentfulPaint(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3498 @ani.unsafe.Direct 3499 native static _WebAttribute_onFirstMeaningfulPaint(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3500 @ani.unsafe.Direct 3501 native static _WebAttribute_onLargestContentfulPaint(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3502 @ani.unsafe.Direct 3503 native static _WebAttribute_onLoadIntercept(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3504 @ani.unsafe.Direct 3505 native static _WebAttribute_onControllerAttached(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3506 @ani.unsafe.Direct 3507 native static _WebAttribute_onOverScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3508 @ani.unsafe.Direct 3509 native static _WebAttribute_onSafeBrowsingCheckResult(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3510 @ani.unsafe.Direct 3511 native static _WebAttribute_onNavigationEntryCommitted(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3512 @ani.unsafe.Direct 3513 native static _WebAttribute_onIntelligentTrackingPreventionResult(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3514 @ani.unsafe.Direct 3515 native static _WebAttribute_javaScriptOnDocumentStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3516 @ani.unsafe.Direct 3517 native static _WebAttribute_javaScriptOnDocumentEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3518 @ani.unsafe.Direct 3519 native static _WebAttribute_layoutMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3520 @ani.unsafe.Direct 3521 native static _WebAttribute_nestedScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3522 @ani.unsafe.Direct 3523 native static _WebAttribute_enableNativeEmbedMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3524 @ani.unsafe.Direct 3525 native static _WebAttribute_onNativeEmbedLifecycleChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3526 @ani.unsafe.Direct 3527 native static _WebAttribute_onNativeEmbedVisibilityChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3528 @ani.unsafe.Direct 3529 native static _WebAttribute_onNativeEmbedGestureEvent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3530 @ani.unsafe.Direct 3531 native static _WebAttribute_copyOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3532 @ani.unsafe.Direct 3533 native static _WebAttribute_onOverrideUrlLoading(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3534 @ani.unsafe.Direct 3535 native static _WebAttribute_textAutosizing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3536 @ani.unsafe.Direct 3537 native static _WebAttribute_enableNativeMediaPlayer(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3538 @ani.unsafe.Direct 3539 native static _WebAttribute_onRenderProcessNotResponding(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3540 @ani.unsafe.Direct 3541 native static _WebAttribute_onRenderProcessResponding(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3542 @ani.unsafe.Direct 3543 native static _WebAttribute_selectionMenuOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3544 @ani.unsafe.Direct 3545 native static _WebAttribute_onViewportFitChanged(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3546 @ani.unsafe.Direct 3547 native static _WebAttribute_onInterceptKeyboardAttach(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3548 @ani.unsafe.Direct 3549 native static _WebAttribute_onAdsBlocked(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3550 @ani.unsafe.Direct 3551 native static _WebAttribute_keyboardAvoidMode(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3552 @ani.unsafe.Direct 3553 native static _WebAttribute_editMenuOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3554 @ani.unsafe.Direct 3555 native static _WebAttribute_enableHapticFeedback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3556 @ani.unsafe.Direct 3557 native static _WebAttribute_optimizeParserBudget(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3558 @ani.unsafe.Direct 3559 native static _WebAttribute_enableFollowSystemFontWeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3560 @ani.unsafe.Direct 3561 native static _WebAttribute_enableWebAVSession(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3562 @ani.unsafe.Direct 3563 native static _WebAttribute_runJavaScriptOnDocumentStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3564 @ani.unsafe.Direct 3565 native static _WebAttribute_runJavaScriptOnDocumentEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3566 @ani.unsafe.Direct 3567 native static _WebAttribute_runJavaScriptOnHeadEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3568 @ani.unsafe.Direct 3569 native static _WebAttribute_nativeEmbedOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3570 @ani.unsafe.Direct 3571 native static _WebAttribute_registerNativeEmbedRule(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3572 @ani.unsafe.Direct 3573 native static _WebAttribute_bindSelectionMenu(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3574 @ani.unsafe.Direct 3575 native static _WindowScene_construct(id: KInt, flags: KInt): KPointer 3576 @ani.unsafe.Direct 3577 native static _WindowSceneInterface_setWindowSceneOptions(ptr: KPointer, persistentId: number): void 3578 @ani.unsafe.Direct 3579 native static _WindowSceneAttribute_attractionEffect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3580 @ani.unsafe.Direct 3581 native static _XComponent_construct(id: KInt, flags: KInt): KPointer 3582 @ani.unsafe.Direct 3583 native static _XComponentInterface_setXComponentOptions0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3584 @ani.unsafe.Direct 3585 native static _XComponentInterface_setXComponentOptions1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3586 @ani.unsafe.Direct 3587 native static _XComponentInterface_setXComponentOptions2(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3588 @ani.unsafe.Direct 3589 native static _XComponentInterface_setXComponentOptions3(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3590 @ani.unsafe.Direct 3591 native static _XComponentAttribute_onLoad(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3592 @ani.unsafe.Direct 3593 native static _XComponentAttribute_onDestroy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3594 @ani.unsafe.Direct 3595 native static _XComponentAttribute_enableAnalyzer(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3596 @ani.unsafe.Direct 3597 native static _XComponentAttribute_enableSecure(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3598 @ani.unsafe.Direct 3599 native static _XComponentAttribute_hdrBrightness(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3600 @ani.unsafe.Direct 3601 native static _XComponentAttribute_enableTransparentLayer(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3602 @ani.unsafe.Direct 3603 native static _SideBarContainer_construct(id: KInt, flags: KInt): KPointer 3604 @ani.unsafe.Direct 3605 native static _SideBarContainerInterface_setSideBarContainerOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3606 @ani.unsafe.Direct 3607 native static _SideBarContainerAttribute_showSideBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3608 @ani.unsafe.Direct 3609 native static _SideBarContainerAttribute_controlButton(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3610 @ani.unsafe.Direct 3611 native static _SideBarContainerAttribute_showControlButton(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3612 @ani.unsafe.Direct 3613 native static _SideBarContainerAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3614 @ani.unsafe.Direct 3615 native static _SideBarContainerAttribute_sideBarWidth0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3616 @ani.unsafe.Direct 3617 native static _SideBarContainerAttribute_sideBarWidth1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3618 @ani.unsafe.Direct 3619 native static _SideBarContainerAttribute_minSideBarWidth0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3620 @ani.unsafe.Direct 3621 native static _SideBarContainerAttribute_minSideBarWidth1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3622 @ani.unsafe.Direct 3623 native static _SideBarContainerAttribute_maxSideBarWidth0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3624 @ani.unsafe.Direct 3625 native static _SideBarContainerAttribute_maxSideBarWidth1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3626 @ani.unsafe.Direct 3627 native static _SideBarContainerAttribute_autoHide(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3628 @ani.unsafe.Direct 3629 native static _SideBarContainerAttribute_sideBarPosition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3630 @ani.unsafe.Direct 3631 native static _SideBarContainerAttribute_divider(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3632 @ani.unsafe.Direct 3633 native static _SideBarContainerAttribute_minContentWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3634 @ani.unsafe.Direct 3635 native static _SideBarContainerAttribute__onChangeEvent_showSideBar(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3636 @ani.unsafe.Direct 3637 native static _RemoteWindow_construct(id: KInt, flags: KInt): KPointer 3638 @ani.unsafe.Direct 3639 native static _RemoteWindowInterface_setRemoteWindowOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3640 @ani.unsafe.Direct 3641 native static _WaterFlow_construct(id: KInt, flags: KInt): KPointer 3642 @ani.unsafe.Direct 3643 native static _WaterFlowInterface_setWaterFlowOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3644 @ani.unsafe.Direct 3645 native static _WaterFlowAttribute_columnsTemplate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3646 @ani.unsafe.Direct 3647 native static _WaterFlowAttribute_itemConstraintSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3648 @ani.unsafe.Direct 3649 native static _WaterFlowAttribute_rowsTemplate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3650 @ani.unsafe.Direct 3651 native static _WaterFlowAttribute_columnsGap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3652 @ani.unsafe.Direct 3653 native static _WaterFlowAttribute_rowsGap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3654 @ani.unsafe.Direct 3655 native static _WaterFlowAttribute_layoutDirection(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3656 @ani.unsafe.Direct 3657 native static _WaterFlowAttribute_nestedScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3658 @ani.unsafe.Direct 3659 native static _WaterFlowAttribute_enableScrollInteraction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3660 @ani.unsafe.Direct 3661 native static _WaterFlowAttribute_friction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3662 @ani.unsafe.Direct 3663 native static _WaterFlowAttribute_cachedCount0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3664 @ani.unsafe.Direct 3665 native static _WaterFlowAttribute_cachedCount1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3666 @ani.unsafe.Direct 3667 native static _WaterFlowAttribute_onReachStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3668 @ani.unsafe.Direct 3669 native static _WaterFlowAttribute_onReachEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3670 @ani.unsafe.Direct 3671 native static _WaterFlowAttribute_onScrollFrameBegin(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3672 @ani.unsafe.Direct 3673 native static _WaterFlowAttribute_onScrollIndex(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3674 @ani.unsafe.Direct 3675 native static _WaterFlowAttribute_onWillScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3676 @ani.unsafe.Quick 3677 native static _WaterFlowAttribute_onDidScroll(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3678 @ani.unsafe.Quick 3679 native static _UIExtensionComponent_construct(id: KInt, flags: KInt): KPointer 3680 @ani.unsafe.Direct 3681 native static _UIExtensionComponentInterface_setUIExtensionComponentOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3682 @ani.unsafe.Direct 3683 native static _UIExtensionComponentAttribute_onRemoteReady(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3684 @ani.unsafe.Direct 3685 native static _UIExtensionComponentAttribute_onReceive(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3686 @ani.unsafe.Direct 3687 native static _UIExtensionComponentAttribute_onResult(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3688 @ani.unsafe.Direct 3689 native static _UIExtensionComponentAttribute_onRelease(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3690 @ani.unsafe.Direct 3691 native static _UIExtensionComponentAttribute_onError(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3692 @ani.unsafe.Direct 3693 native static _UIExtensionComponentAttribute_onTerminated(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3694 @ani.unsafe.Direct 3695 native static _UIExtensionComponentAttribute_onDrawReady(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3696 @ani.unsafe.Direct 3697 native static _LinearIndicator_construct(id: KInt, flags: KInt): KPointer 3698 @ani.unsafe.Direct 3699 native static _LinearIndicatorInterface_setLinearIndicatorOptions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3700 @ani.unsafe.Direct 3701 native static _LinearIndicatorAttribute_indicatorStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3702 @ani.unsafe.Direct 3703 native static _LinearIndicatorAttribute_indicatorLoop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3704 @ani.unsafe.Direct 3705 native static _LinearIndicatorAttribute_onChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3706 @ani.unsafe.Direct 3707 native static _AnimationExtender_SetClipRect(node: KPointer, x: KFloat, y: KFloat, width: KFloat, height: KFloat): void 3708 @ani.unsafe.Direct 3709 native static _AnimationExtender_OpenImplicitAnimation(thisArray: KSerializerBuffer, thisLength: int32): void 3710 @ani.unsafe.Direct 3711 native static _AnimationExtender_CloseImplicitAnimation(): void 3712 @ani.unsafe.Direct 3713 native static _AnimationExtender_StartDoubleAnimation(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3714 @ani.unsafe.Direct 3715 native static _AnimationExtender_AnimationTranslate(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3716 @ani.unsafe.Direct 3717 native static _BaseContext_ctor(): KPointer 3718 @ani.unsafe.Direct 3719 native static _BaseContext_getFinalizer(): KPointer 3720 @ani.unsafe.Direct 3721 native static _BaseContext_getStageMode(ptr: KPointer): boolean 3722 @ani.unsafe.Direct 3723 native static _BaseContext_setStageMode(ptr: KPointer, stageMode: KInt): void 3724 @ani.unsafe.Direct 3725 native static _Context_ctor(): KPointer 3726 @ani.unsafe.Direct 3727 native static _Context_getFinalizer(): KPointer 3728 native static _Context_createBundleContext(ptr: KPointer, bundleName: KStringPtr): KPointer 3729 native static _Context_createModuleContext0(ptr: KPointer, moduleName: KStringPtr): KPointer 3730 native static _Context_createModuleContext1(ptr: KPointer, bundleName: KStringPtr, moduleName: KStringPtr): KPointer 3731 native static _Context_getGroupDir0(ptr: KPointer, dataGroupID: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): void 3732 native static _Context_getGroupDir1(ptr: KPointer, dataGroupID: KStringPtr): string 3733 @ani.unsafe.Quick 3734 native static _Context_getCacheDir(ptr: KPointer): string 3735 @ani.unsafe.Quick 3736 native static _Context_setCacheDir(ptr: KPointer, cacheDir: KStringPtr): void 3737 @ani.unsafe.Quick 3738 native static _Context_getTempDir(ptr: KPointer): string 3739 @ani.unsafe.Quick 3740 native static _Context_setTempDir(ptr: KPointer, tempDir: KStringPtr): void 3741 @ani.unsafe.Quick 3742 native static _Context_getFilesDir(ptr: KPointer): string 3743 @ani.unsafe.Quick 3744 native static _Context_setFilesDir(ptr: KPointer, filesDir: KStringPtr): void 3745 @ani.unsafe.Quick 3746 native static _Context_getDatabaseDir(ptr: KPointer): string 3747 @ani.unsafe.Quick 3748 native static _Context_setDatabaseDir(ptr: KPointer, databaseDir: KStringPtr): void 3749 @ani.unsafe.Quick 3750 native static _Context_getPreferencesDir(ptr: KPointer): string 3751 @ani.unsafe.Quick 3752 native static _Context_setPreferencesDir(ptr: KPointer, preferencesDir: KStringPtr): void 3753 @ani.unsafe.Quick 3754 native static _Context_getBundleCodeDir(ptr: KPointer): string 3755 @ani.unsafe.Quick 3756 native static _Context_setBundleCodeDir(ptr: KPointer, bundleCodeDir: KStringPtr): void 3757 @ani.unsafe.Quick 3758 native static _Context_getDistributedFilesDir(ptr: KPointer): string 3759 @ani.unsafe.Quick 3760 native static _Context_setDistributedFilesDir(ptr: KPointer, distributedFilesDir: KStringPtr): void 3761 @ani.unsafe.Quick 3762 native static _Context_getResourceDir(ptr: KPointer): string 3763 @ani.unsafe.Quick 3764 native static _Context_setResourceDir(ptr: KPointer, resourceDir: KStringPtr): void 3765 @ani.unsafe.Quick 3766 native static _Context_getCloudFileDir(ptr: KPointer): string 3767 @ani.unsafe.Quick 3768 native static _Context_setCloudFileDir(ptr: KPointer, cloudFileDir: KStringPtr): void 3769 @ani.unsafe.Direct 3770 native static _UnifiedData_ctor(): KPointer 3771 @ani.unsafe.Direct 3772 native static _UnifiedData_getFinalizer(): KPointer 3773 @ani.unsafe.Quick 3774 native static _UnifiedData_hasType(ptr: KPointer, UnifiedData_type: KStringPtr): boolean 3775 @ani.unsafe.Quick 3776 native static _UnifiedData_getTypes(ptr: KPointer): KInteropReturnBuffer 3777 @ani.unsafe.Direct 3778 native static _LazyForEachOps_NeedMoreElements(node: KPointer, mark: KPointer, direction: KInt): KPointer 3779 @ani.unsafe.Direct 3780 native static _LazyForEachOps_OnRangeUpdate(node: KPointer, totalCount: KInt, thisArray: KSerializerBuffer, thisLength: int32): void 3781 @ani.unsafe.Direct 3782 native static _LazyForEachOps_SetCurrentIndex(node: KPointer, index: KInt): void 3783 @ani.unsafe.Direct 3784 native static _LazyForEachOps_Prepare(node: KPointer, itemCount: KInt, offset: KInt): void 3785 @ani.unsafe.Direct 3786 native static _LazyForEachOps_NotifyChange(node: KPointer, startIndex: KInt, endIndex: KInt, count: KInt): void 3787 @ani.unsafe.Direct 3788 native static _LazyForEachOps_Sync(node: KPointer, totalCount: KInt, thisArray: KSerializerBuffer, thisLength: int32): void 3789 @ani.unsafe.Direct 3790 native static _SystemOps_StartFrame(): KPointer 3791 @ani.unsafe.Direct 3792 native static _SystemOps_EndFrame(root: KPointer): void 3793 @ani.unsafe.Direct 3794 native static _SystemOps_resourceManagerReset(): void 3795 @ani.unsafe.Direct 3796 native static _SystemOps_setFrameCallback(thisArray: KSerializerBuffer, thisLength: int32, delayTime: number): void 3797 @ani.unsafe.Quick 3798 native static _SystemOps_getResourceId(bundleName: KStringPtr, moduleName: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): int32 3799 @ani.unsafe.Direct 3800 native static _GestureOps_createTapGesture(fingers: number, count: number, distanceThreshold: number, isFingerCountLimited: KInt): KPointer 3801 @ani.unsafe.Direct 3802 native static _GestureOps_createLongPressGesture(fingers: number, repeat: KInt, duration: number, isFingerCountLimited: KInt): KPointer 3803 @ani.unsafe.Direct 3804 native static _GestureOps_createPanGesture(fingers: number, direction: KInt, distance: number, isFingerCountLimited: KInt): KPointer 3805 @ani.unsafe.Direct 3806 native static _GestureOps_createPanGestureWithPanGestureOptions(panGestureOptions: KPointer): KPointer 3807 @ani.unsafe.Direct 3808 native static _GestureOps_createPinchGesture(fingers: number, distance: number, isFingerCountLimited: KInt): KPointer 3809 @ani.unsafe.Direct 3810 native static _GestureOps_createRotationGesture(fingers: number, angle: number, isFingerCountLimited: KInt): KPointer 3811 @ani.unsafe.Direct 3812 native static _GestureOps_createSwipeGesture(fingers: number, direction: KInt, speed: number, isFingerCountLimited: KInt): KPointer 3813 @ani.unsafe.Direct 3814 native static _GestureOps_createGestureGroup(mode: KInt): KPointer 3815 @ani.unsafe.Direct 3816 native static _GestureOps_setOnAction(gesture: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3817 @ani.unsafe.Direct 3818 native static _GestureOps_setOnActionStart(gesture: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3819 @ani.unsafe.Direct 3820 native static _GestureOps_setOnActionUpdate(gesture: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3821 @ani.unsafe.Direct 3822 native static _GestureOps_setOnActionEnd(gesture: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3823 @ani.unsafe.Direct 3824 native static _GestureOps_setOnActionCancel(gesture: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3825 @ani.unsafe.Direct 3826 native static _GestureOps_setOnCancel(gesture: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3827 @ani.unsafe.Quick 3828 native static _GestureOps_setGestureTag(gesture: KPointer, tag: KStringPtr): void 3829 @ani.unsafe.Direct 3830 native static _GestureOps_setAllowedTypes(gesture: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3831 @ani.unsafe.Direct 3832 native static _GestureOps_addGestureToNode(node: KPointer, priority: number, mask: KInt, gesture: KPointer, isModifier: KInt): void 3833 @ani.unsafe.Direct 3834 native static _GestureOps_addGestureToGroup(group: KPointer, gesture: KPointer): void 3835 @ani.unsafe.Quick 3836 native static _GestureOps_removeGestureByTag(node: KPointer, tag: KStringPtr): void 3837 @ani.unsafe.Direct 3838 native static _GestureOps_clearGestures(node: KPointer): void 3839 @ani.unsafe.Quick 3840 native static _FocusController_requestFocus(key: KStringPtr): void 3841 @ani.unsafe.Direct 3842 native static _ComponentContent_ctor(): KPointer 3843 @ani.unsafe.Direct 3844 native static _ComponentContent_getFinalizer(): KPointer 3845 @ani.unsafe.Direct 3846 native static _ComponentContent_update(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3847 @ani.unsafe.Direct 3848 native static _ComponentContent_reuse(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3849 @ani.unsafe.Direct 3850 native static _ComponentContent_recycle(ptr: KPointer): void 3851 @ani.unsafe.Direct 3852 native static _ComponentContent_dispose(ptr: KPointer): void 3853 @ani.unsafe.Direct 3854 native static _ComponentContent_updateConfiguration(ptr: KPointer): void 3855 @ani.unsafe.Direct 3856 native static _Scene_ctor(): KPointer 3857 @ani.unsafe.Direct 3858 native static _Scene_getFinalizer(): KPointer 3859 @ani.unsafe.Direct 3860 native static _Scene_load(thisArray: KSerializerBuffer, thisLength: int32): KPointer 3861 @ani.unsafe.Direct 3862 native static _Scene_destroy(ptr: KPointer): void 3863 @ani.unsafe.Direct 3864 native static _WorkerEventListener_ctor(): KPointer 3865 @ani.unsafe.Direct 3866 native static _WorkerEventListener_getFinalizer(): KPointer 3867 @ani.unsafe.Direct 3868 native static _WorkerEventListener_invoke(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3869 @ani.unsafe.Quick 3870 native static _RestrictedWorker_ctor(scriptURL: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): KPointer 3871 @ani.unsafe.Direct 3872 native static _RestrictedWorker_getFinalizer(): KPointer 3873 native static _RestrictedWorker_postMessage0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3874 native static _RestrictedWorker_postMessage1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3875 native static _RestrictedWorker_postMessageWithSharedSendable(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3876 native static _RestrictedWorker_on(ptr: KPointer, Type: KStringPtr, listener: KPointer): void 3877 native static _RestrictedWorker_once(ptr: KPointer, Type: KStringPtr, listener: KPointer): void 3878 native static _RestrictedWorker_off(ptr: KPointer, Type: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): void 3879 native static _RestrictedWorker_terminate(ptr: KPointer): void 3880 native static _RestrictedWorker_addEventListener(ptr: KPointer, Type: KStringPtr, listener: KPointer): void 3881 native static _RestrictedWorker_dispatchEvent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): boolean 3882 native static _RestrictedWorker_removeEventListener(ptr: KPointer, Type: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): void 3883 native static _RestrictedWorker_removeAllListener(ptr: KPointer): void 3884 native static _RestrictedWorker_registerGlobalCallObject(ptr: KPointer, instanceName: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): void 3885 native static _RestrictedWorker_unregisterGlobalCallObject(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3886 @ani.unsafe.Quick 3887 native static _RestrictedWorker_getOnexit(ptr: KPointer): KInteropReturnBuffer 3888 @ani.unsafe.Direct 3889 native static _RestrictedWorker_setOnexit(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3890 @ani.unsafe.Quick 3891 native static _RestrictedWorker_getOnerror(ptr: KPointer): KInteropReturnBuffer 3892 @ani.unsafe.Direct 3893 native static _RestrictedWorker_setOnerror(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3894 @ani.unsafe.Quick 3895 native static _RestrictedWorker_getOnmessage(ptr: KPointer): KInteropReturnBuffer 3896 @ani.unsafe.Direct 3897 native static _RestrictedWorker_setOnmessage(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3898 @ani.unsafe.Quick 3899 native static _RestrictedWorker_getOnmessageerror(ptr: KPointer): KInteropReturnBuffer 3900 @ani.unsafe.Direct 3901 native static _RestrictedWorker_setOnmessageerror(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3902 @ani.unsafe.Direct 3903 native static _UIContext_ctor(): KPointer 3904 @ani.unsafe.Direct 3905 native static _UIContext_getFinalizer(): KPointer 3906 @ani.unsafe.Quick 3907 native static _UIContext_getFont(ptr: KPointer): KInteropReturnBuffer 3908 native static _UIContext_getFilteredInspectorTree(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): string 3909 native static _UIContext_getFilteredInspectorTreeById(ptr: KPointer, id: KStringPtr, depth: number, thisArray: KSerializerBuffer, thisLength: int32): string 3910 @ani.unsafe.Direct 3911 native static _UIContext_animateTo(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3912 @ani.unsafe.Direct 3913 native static _UIContext_showTextPickerDialog(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3914 @ani.unsafe.Direct 3915 native static _UIContext_runScopedTask(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3916 @ani.unsafe.Direct 3917 native static _UIContext_animateToImmediately(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3918 @ani.unsafe.Quick 3919 native static _UIContext_getFrameNodeById(ptr: KPointer, id: KStringPtr): KInteropReturnBuffer 3920 @ani.unsafe.Quick 3921 native static _UIContext_getAttachedFrameNodeById(ptr: KPointer, id: KStringPtr): KInteropReturnBuffer 3922 @ani.unsafe.Quick 3923 native static _UIContext_getFrameNodeByUniqueId(ptr: KPointer, id: number): KInteropReturnBuffer 3924 @ani.unsafe.Direct 3925 native static _UIContext_vp2px(ptr: KPointer, value: number): number 3926 @ani.unsafe.Direct 3927 native static _UIContext_px2vp(ptr: KPointer, value: number): number 3928 @ani.unsafe.Direct 3929 native static _UIContext_fp2px(ptr: KPointer, value: number): number 3930 @ani.unsafe.Direct 3931 native static _UIContext_px2fp(ptr: KPointer, value: number): number 3932 @ani.unsafe.Direct 3933 native static _UIContext_lpx2px(ptr: KPointer, value: number): number 3934 @ani.unsafe.Direct 3935 native static _UIContext_px2lpx(ptr: KPointer, value: number): number 3936 @ani.unsafe.Quick 3937 native static _UIContext_getHostContext(ptr: KPointer): KInteropReturnBuffer 3938 @ani.unsafe.Quick 3939 native static _UIContext_setDynamicDimming(ptr: KPointer, id: KStringPtr, value: number): void 3940 @ani.unsafe.Quick 3941 native static _UIContext_getWindowName(ptr: KPointer): KInteropReturnBuffer 3942 native static _UIContext_openBindSheet(ptr: KPointer, bindSheetContent: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3943 native static _UIContext_updateBindSheet(ptr: KPointer, bindSheetContent: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3944 native static _UIContext_closeBindSheet(ptr: KPointer, bindSheetContent: KPointer): void 3945 native static _UIContext_clearResourceCache(ptr: KPointer): void 3946 @ani.unsafe.Direct 3947 native static _UIContext_isFollowingSystemFontScale(ptr: KPointer): boolean 3948 @ani.unsafe.Direct 3949 native static _UIContext_getMaxFontScale(ptr: KPointer): number 3950 @ani.unsafe.Direct 3951 native static _StateStylesOps_onStateStyleChange(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 3952 @ani.unsafe.Quick 3953 native static _UIContextAtomicServiceBar_getBarRect(): KInteropReturnBuffer 3954 @ani.unsafe.Direct 3955 native static _UIContextDispatchKeyEvent_dispatchKeyEvent(thisArray: KSerializerBuffer, thisLength: int32, event: KPointer): boolean 3956 @ani.unsafe.Direct 3957 native static _DrawableDescriptor_ctor(): KPointer 3958 @ani.unsafe.Direct 3959 native static _DrawableDescriptor_getFinalizer(): KPointer 3960 @ani.unsafe.Direct 3961 native static _DrawableDescriptor_getPixelMap(ptr: KPointer): KPointer 3962 @ani.unsafe.Direct 3963 native static _LayeredDrawableDescriptor_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 3964 @ani.unsafe.Direct 3965 native static _LayeredDrawableDescriptor_getFinalizer(): KPointer 3966 @ani.unsafe.Direct 3967 native static _LayeredDrawableDescriptor_getForeground(ptr: KPointer): KPointer 3968 @ani.unsafe.Direct 3969 native static _LayeredDrawableDescriptor_getBackground(ptr: KPointer): KPointer 3970 @ani.unsafe.Direct 3971 native static _LayeredDrawableDescriptor_getMask(ptr: KPointer): KPointer 3972 @ani.unsafe.Quick 3973 native static _LayeredDrawableDescriptor_getMaskClipPath(): string 3974 @ani.unsafe.Direct 3975 native static _PixelMapDrawableDescriptor_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 3976 @ani.unsafe.Direct 3977 native static _PixelMapDrawableDescriptor_getFinalizer(): KPointer 3978 @ani.unsafe.Direct 3979 native static _AnimatedDrawableDescriptor_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 3980 @ani.unsafe.Direct 3981 native static _AnimatedDrawableDescriptor_getFinalizer(): KPointer 3982 @ani.unsafe.Direct 3983 native static _DrawingColorFilter_ctor(): KPointer 3984 @ani.unsafe.Direct 3985 native static _DrawingColorFilter_getFinalizer(): KPointer 3986 @ani.unsafe.Direct 3987 native static _DrawingColorFilter_createBlendModeColorFilter0(color: KInt, mode: KInt): KPointer 3988 @ani.unsafe.Direct 3989 native static _DrawingColorFilter_createBlendModeColorFilter1(color: number, mode: KInt): KPointer 3990 @ani.unsafe.Direct 3991 native static _DrawingColorFilter_createComposeColorFilter(outer: KPointer, inner: KPointer): KPointer 3992 @ani.unsafe.Direct 3993 native static _DrawingColorFilter_createLinearToSRGBGamma(): KPointer 3994 @ani.unsafe.Direct 3995 native static _DrawingColorFilter_createSRGBGammaToLinear(): KPointer 3996 @ani.unsafe.Direct 3997 native static _DrawingColorFilter_createLumaColorFilter(): KPointer 3998 @ani.unsafe.Direct 3999 native static _DrawingColorFilter_createMatrixColorFilter(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4000 @ani.unsafe.Direct 4001 native static _DrawingLattice_ctor(): KPointer 4002 @ani.unsafe.Direct 4003 native static _DrawingLattice_getFinalizer(): KPointer 4004 @ani.unsafe.Direct 4005 native static _DrawingLattice_createImageLattice(thisArray: KSerializerBuffer, thisLength: int32, fXCount: number, fYCount: number): KPointer 4006 @ani.unsafe.Direct 4007 native static _DrawingCanvas_ctor(pixelmap: KPointer): KPointer 4008 @ani.unsafe.Direct 4009 native static _DrawingCanvas_getFinalizer(): KPointer 4010 @ani.unsafe.Direct 4011 native static _DrawingCanvas_drawRect(ptr: KPointer, left: number, top: number, right: number, bottom: number): void 4012 @ani.unsafe.Direct 4013 native static _ColorMetrics_ctor(): KPointer 4014 @ani.unsafe.Direct 4015 native static _ColorMetrics_getFinalizer(): KPointer 4016 @ani.unsafe.Direct 4017 native static _ColorMetrics_numeric(value: number): KPointer 4018 @ani.unsafe.Direct 4019 native static _ColorMetrics_rgba(red: number, green: number, blue: number, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4020 @ani.unsafe.Direct 4021 native static _ColorMetrics_resourceColor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4022 @ani.unsafe.Direct 4023 native static _ColorMetrics_blendColor(ptr: KPointer, overlayColor: KPointer): KPointer 4024 @ani.unsafe.Quick 4025 native static _ColorMetrics_getColor(ptr: KPointer): string 4026 @ani.unsafe.Direct 4027 native static _ColorMetrics_getRed(ptr: KPointer): number 4028 @ani.unsafe.Direct 4029 native static _ColorMetrics_getGreen(ptr: KPointer): number 4030 @ani.unsafe.Direct 4031 native static _ColorMetrics_getBlue(ptr: KPointer): number 4032 @ani.unsafe.Direct 4033 native static _ColorMetrics_getAlpha(ptr: KPointer): number 4034 @ani.unsafe.Direct 4035 native static _WebviewController_ctor(): KPointer 4036 @ani.unsafe.Direct 4037 native static _WebviewController_getFinalizer(): KPointer 4038 @ani.unsafe.Direct 4039 native static _WebviewController_initializeWebEngine(): void 4040 @ani.unsafe.Direct 4041 native static _WebviewController_loadUrl(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4042 @ani.unsafe.Quick 4043 native static _GlobalScope_ohos_arkui_componentSnapshot_get(id: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): void 4044 @ani.unsafe.Quick 4045 native static _GlobalScope_ohos_arkui_performanceMonitor_begin(scene: KStringPtr, startInputType: KInt, thisArray: KSerializerBuffer, thisLength: int32): void 4046 @ani.unsafe.Quick 4047 native static _GlobalScope_ohos_arkui_performanceMonitor_end(scene: KStringPtr): void 4048 @ani.unsafe.Direct 4049 native static _GlobalScope_ohos_arkui_performanceMonitor_recordInputEventTime(actionType: KInt, sourceType: KInt, time: KLong): void 4050 @ani.unsafe.Direct 4051 native static _CommonShape_ctor(): KPointer 4052 @ani.unsafe.Direct 4053 native static _CommonShape_getFinalizer(): KPointer 4054 @ani.unsafe.Direct 4055 native static _CommonShape_offset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4056 @ani.unsafe.Direct 4057 native static _CommonShape_fill(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4058 @ani.unsafe.Direct 4059 native static _CommonShape_position(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4060 @ani.unsafe.Direct 4061 native static _BaseShape_ctor(): KPointer 4062 @ani.unsafe.Direct 4063 native static _BaseShape_getFinalizer(): KPointer 4064 @ani.unsafe.Quick 4065 native static _BaseShape_width(ptr: KPointer, width: Length): KPointer 4066 @ani.unsafe.Quick 4067 native static _BaseShape_height(ptr: KPointer, height: Length): KPointer 4068 @ani.unsafe.Direct 4069 native static _BaseShape_size(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4070 @ani.unsafe.Direct 4071 native static _RectShape_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4072 @ani.unsafe.Direct 4073 native static _RectShape_getFinalizer(): KPointer 4074 @ani.unsafe.Direct 4075 native static _RectShape_offset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4076 @ani.unsafe.Direct 4077 native static _RectShape_fill(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4078 @ani.unsafe.Direct 4079 native static _RectShape_position(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4080 @ani.unsafe.Quick 4081 native static _RectShape_width(ptr: KPointer, width: Length): KPointer 4082 @ani.unsafe.Quick 4083 native static _RectShape_height(ptr: KPointer, height: Length): KPointer 4084 @ani.unsafe.Direct 4085 native static _RectShape_size(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4086 @ani.unsafe.Direct 4087 native static _RectShape_radiusWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4088 @ani.unsafe.Direct 4089 native static _RectShape_radiusHeight(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4090 @ani.unsafe.Direct 4091 native static _RectShape_radius(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4092 @ani.unsafe.Direct 4093 native static _CircleShape_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4094 @ani.unsafe.Direct 4095 native static _CircleShape_getFinalizer(): KPointer 4096 @ani.unsafe.Direct 4097 native static _CircleShape_offset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4098 @ani.unsafe.Direct 4099 native static _CircleShape_fill(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4100 @ani.unsafe.Direct 4101 native static _CircleShape_position(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4102 @ani.unsafe.Quick 4103 native static _CircleShape_width(ptr: KPointer, width: Length): KPointer 4104 @ani.unsafe.Quick 4105 native static _CircleShape_height(ptr: KPointer, height: Length): KPointer 4106 @ani.unsafe.Direct 4107 native static _CircleShape_size(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4108 @ani.unsafe.Direct 4109 native static _EllipseShape_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4110 @ani.unsafe.Direct 4111 native static _EllipseShape_getFinalizer(): KPointer 4112 @ani.unsafe.Direct 4113 native static _EllipseShape_offset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4114 @ani.unsafe.Direct 4115 native static _EllipseShape_fill(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4116 @ani.unsafe.Direct 4117 native static _EllipseShape_position(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4118 @ani.unsafe.Quick 4119 native static _EllipseShape_width(ptr: KPointer, width: Length): KPointer 4120 @ani.unsafe.Quick 4121 native static _EllipseShape_height(ptr: KPointer, height: Length): KPointer 4122 @ani.unsafe.Direct 4123 native static _EllipseShape_size(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4124 @ani.unsafe.Direct 4125 native static _PathShape_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4126 @ani.unsafe.Direct 4127 native static _PathShape_getFinalizer(): KPointer 4128 @ani.unsafe.Direct 4129 native static _PathShape_offset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4130 @ani.unsafe.Direct 4131 native static _PathShape_fill(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4132 @ani.unsafe.Direct 4133 native static _PathShape_position(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4134 @ani.unsafe.Quick 4135 native static _PathShape_commands(ptr: KPointer, commands: KStringPtr): KPointer 4136 @ani.unsafe.Direct 4137 native static _GlobalScope_ohos_font_registerFont(thisArray: KSerializerBuffer, thisLength: int32): void 4138 @ani.unsafe.Quick 4139 native static _GlobalScope_ohos_font_getSystemFontList(): KInteropReturnBuffer 4140 @ani.unsafe.Quick 4141 native static _GlobalScope_ohos_font_getFontByName(fontName: KStringPtr): KInteropReturnBuffer 4142 @ani.unsafe.Direct 4143 native static _GlobalScope_ohos_measure_utils_measureText(thisArray: KSerializerBuffer, thisLength: int32): number 4144 @ani.unsafe.Quick 4145 native static _GlobalScope_ohos_measure_utils_measureTextSize(thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 4146 @ani.unsafe.Direct 4147 native static _SymbolEffect_ctor(): KPointer 4148 @ani.unsafe.Direct 4149 native static _SymbolEffect_getFinalizer(): KPointer 4150 @ani.unsafe.Direct 4151 native static _SymbolEffect_dummyForAccessorGenerate(ptr: KPointer): void 4152 @ani.unsafe.Direct 4153 native static _ScaleSymbolEffect_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4154 @ani.unsafe.Direct 4155 native static _ScaleSymbolEffect_getFinalizer(): KPointer 4156 @ani.unsafe.Quick 4157 native static _ScaleSymbolEffect_getScope(ptr: KPointer): KInteropReturnBuffer 4158 @ani.unsafe.Direct 4159 native static _ScaleSymbolEffect_setScope(ptr: KPointer, scope: KInt): void 4160 @ani.unsafe.Quick 4161 native static _ScaleSymbolEffect_getDirection(ptr: KPointer): KInteropReturnBuffer 4162 @ani.unsafe.Direct 4163 native static _ScaleSymbolEffect_setDirection(ptr: KPointer, direction: KInt): void 4164 @ani.unsafe.Direct 4165 native static _ReplaceSymbolEffect_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4166 @ani.unsafe.Direct 4167 native static _ReplaceSymbolEffect_getFinalizer(): KPointer 4168 @ani.unsafe.Quick 4169 native static _ReplaceSymbolEffect_getScope(ptr: KPointer): KInteropReturnBuffer 4170 @ani.unsafe.Direct 4171 native static _ReplaceSymbolEffect_setScope(ptr: KPointer, scope: KInt): void 4172 @ani.unsafe.Direct 4173 native static _FrameNode_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4174 @ani.unsafe.Direct 4175 native static _FrameNode_getFinalizer(): KPointer 4176 @ani.unsafe.Direct 4177 native static _FrameNode_isModifiable(ptr: KPointer): boolean 4178 @ani.unsafe.Direct 4179 native static _FrameNode_appendChild(ptr: KPointer, node: KPointer): void 4180 @ani.unsafe.Direct 4181 native static _FrameNode_insertChildAfter(ptr: KPointer, child: KPointer, sibling: KPointer): void 4182 @ani.unsafe.Direct 4183 native static _FrameNode_removeChild(ptr: KPointer, node: KPointer): void 4184 @ani.unsafe.Direct 4185 native static _FrameNode_clearChildren(ptr: KPointer): void 4186 @ani.unsafe.Direct 4187 native static _FrameNode_getChild(ptr: KPointer, index: number, expandMode: number): KPointer 4188 @ani.unsafe.Direct 4189 native static _FrameNode_getFirstChild(ptr: KPointer): KPointer 4190 @ani.unsafe.Direct 4191 native static _FrameNode_getNextSibling(ptr: KPointer): KPointer 4192 @ani.unsafe.Direct 4193 native static _FrameNode_getPreviousSibling(ptr: KPointer): KPointer 4194 @ani.unsafe.Direct 4195 native static _FrameNode_getParent(ptr: KPointer): KPointer 4196 @ani.unsafe.Direct 4197 native static _FrameNode_getChildrenCount(ptr: KPointer): int32 4198 @ani.unsafe.Direct 4199 native static _FrameNode_dispose(ptr: KPointer): void 4200 @ani.unsafe.Direct 4201 native static _FrameNode_getOpacity(ptr: KPointer): number 4202 @ani.unsafe.Quick 4203 native static _FrameNode_getPositionToWindowWithTransform(ptr: KPointer): KInteropReturnBuffer 4204 @ani.unsafe.Quick 4205 native static _FrameNode_getFrameNodeByKey(name: KStringPtr): KPointer 4206 @ani.unsafe.Direct 4207 native static _FrameNode_getIdByFrameNode(ptr: KPointer, node: KPointer): number 4208 @ani.unsafe.Direct 4209 native static _FrameNode_moveTo(ptr: KPointer, targetParent: KPointer, index: number): void 4210 @ani.unsafe.Direct 4211 native static _FrameNode_getFirstChildIndexWithoutExpand(ptr: KPointer): number 4212 @ani.unsafe.Direct 4213 native static _FrameNode_getLastChildIndexWithoutExpand(ptr: KPointer): number 4214 @ani.unsafe.Quick 4215 native static _FrameNode_getAttachedFrameNodeById(id: KStringPtr): KPointer 4216 @ani.unsafe.Direct 4217 native static _FrameNode_getFrameNodeById(id: number): KPointer 4218 @ani.unsafe.Direct 4219 native static _FrameNode_getFrameNodeByUniqueId(id: number): KPointer 4220 @ani.unsafe.Direct 4221 native static _FrameNode_reuse(ptr: KPointer): void 4222 @ani.unsafe.Direct 4223 native static _FrameNode_recycle(ptr: KPointer): void 4224 @ani.unsafe.Direct 4225 native static _FrameNode_getRenderNode(ptr: KPointer): KPointer 4226 @ani.unsafe.Direct 4227 native static _FrameNode_getFrameNodePtr(node: KPointer): KPointer 4228 @ani.unsafe.Quick 4229 native static _FrameNode_createTypedFrameNode(type: KStringPtr): KPointer 4230 @ani.unsafe.Quick 4231 native static _FrameNode_getNodeType(ptr: KPointer): string 4232 @ani.unsafe.Direct 4233 native static _FrameNode_applyAttributesFinish(ptr: KPointer): void 4234 @ani.unsafe.Direct 4235 native static _LengthMetrics_ctor(): KPointer 4236 @ani.unsafe.Direct 4237 native static _LengthMetrics_getFinalizer(): KPointer 4238 @ani.unsafe.Direct 4239 native static _LengthMetrics_px(value: number): KPointer 4240 @ani.unsafe.Direct 4241 native static _LengthMetrics_vp(value: number): KPointer 4242 @ani.unsafe.Direct 4243 native static _LengthMetrics_fp(value: number): KPointer 4244 @ani.unsafe.Direct 4245 native static _LengthMetrics_percent(value: number): KPointer 4246 @ani.unsafe.Direct 4247 native static _LengthMetrics_lpx(value: number): KPointer 4248 @ani.unsafe.Direct 4249 native static _LengthMetrics_resource(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4250 @ani.unsafe.Direct 4251 native static _LengthMetrics_getUnit(ptr: KPointer): int32 4252 @ani.unsafe.Direct 4253 native static _LengthMetrics_setUnit(ptr: KPointer, unit: KInt): void 4254 @ani.unsafe.Direct 4255 native static _LengthMetrics_getValue(ptr: KPointer): number 4256 @ani.unsafe.Direct 4257 native static _LengthMetrics_setValue(ptr: KPointer, value: number): void 4258 @ani.unsafe.Direct 4259 native static _ShapeMask_ctor(): KPointer 4260 @ani.unsafe.Direct 4261 native static _ShapeMask_getFinalizer(): KPointer 4262 @ani.unsafe.Direct 4263 native static _ShapeMask_setRectShape(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4264 @ani.unsafe.Direct 4265 native static _ShapeMask_setRoundRectShape(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4266 @ani.unsafe.Direct 4267 native static _ShapeMask_setCircleShape(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4268 @ani.unsafe.Direct 4269 native static _ShapeMask_setOvalShape(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4270 @ani.unsafe.Direct 4271 native static _ShapeMask_setCommandPath(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4272 @ani.unsafe.Direct 4273 native static _ShapeMask_getFillColor(ptr: KPointer): number 4274 @ani.unsafe.Direct 4275 native static _ShapeMask_setFillColor(ptr: KPointer, fillColor: number): void 4276 @ani.unsafe.Direct 4277 native static _ShapeMask_getStrokeColor(ptr: KPointer): number 4278 @ani.unsafe.Direct 4279 native static _ShapeMask_setStrokeColor(ptr: KPointer, strokeColor: number): void 4280 @ani.unsafe.Direct 4281 native static _ShapeMask_getStrokeWidth(ptr: KPointer): number 4282 @ani.unsafe.Direct 4283 native static _ShapeMask_setStrokeWidth(ptr: KPointer, strokeWidth: number): void 4284 @ani.unsafe.Direct 4285 native static _ShapeClip_ctor(): KPointer 4286 @ani.unsafe.Direct 4287 native static _ShapeClip_getFinalizer(): KPointer 4288 @ani.unsafe.Direct 4289 native static _ShapeClip_setRectShape(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4290 @ani.unsafe.Direct 4291 native static _ShapeClip_setRoundRectShape(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4292 @ani.unsafe.Direct 4293 native static _ShapeClip_setCircleShape(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4294 @ani.unsafe.Direct 4295 native static _ShapeClip_setOvalShape(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4296 @ani.unsafe.Direct 4297 native static _ShapeClip_setCommandPath(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4298 @ani.unsafe.Direct 4299 native static _Matrix4Transit_ctor(): KPointer 4300 @ani.unsafe.Direct 4301 native static _Matrix4Transit_getFinalizer(): KPointer 4302 @ani.unsafe.Direct 4303 native static _Matrix4Transit_copy(ptr: KPointer): KPointer 4304 @ani.unsafe.Direct 4305 native static _Matrix4Transit_invert(ptr: KPointer): KPointer 4306 @ani.unsafe.Direct 4307 native static _Matrix4Transit_combine(ptr: KPointer, options: KPointer): KPointer 4308 @ani.unsafe.Direct 4309 native static _Matrix4Transit_translate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4310 @ani.unsafe.Direct 4311 native static _Matrix4Transit_scale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4312 @ani.unsafe.Direct 4313 native static _Matrix4Transit_skew(ptr: KPointer, x: number, y: number): KPointer 4314 @ani.unsafe.Direct 4315 native static _Matrix4Transit_rotate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4316 @ani.unsafe.Quick 4317 native static _Matrix4Transit_transformPoint(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 4318 @ani.unsafe.Direct 4319 native static _Matrix4Transit_setPolyToPoly(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4320 @ani.unsafe.Direct 4321 native static _NodeContent_ctor(): KPointer 4322 @ani.unsafe.Direct 4323 native static _NodeContent_getFinalizer(): KPointer 4324 @ani.unsafe.Direct 4325 native static _NodeContent_addFrameNode(ptr: KPointer, node: KPointer): boolean 4326 @ani.unsafe.Direct 4327 native static _NodeContent_removeFrameNode(ptr: KPointer, node: KPointer): boolean 4328 @ani.unsafe.Direct 4329 native static _PixelMap_ctor(): KPointer 4330 @ani.unsafe.Direct 4331 native static _PixelMap_getFinalizer(): KPointer 4332 @ani.unsafe.Direct 4333 native static _PixelMap_readPixelsToBufferSync(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4334 @ani.unsafe.Direct 4335 native static _PixelMap_writeBufferToPixels(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4336 @ani.unsafe.Direct 4337 native static _PixelMap_getIsEditable(ptr: KPointer): boolean 4338 @ani.unsafe.Direct 4339 native static _PixelMap_getIsStrideAlignment(ptr: KPointer): boolean 4340 @ani.unsafe.Direct 4341 native static _RenderNode_ctor(id: int32, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4342 @ani.unsafe.Direct 4343 native static _RenderNode_getFinalizer(): KPointer 4344 @ani.unsafe.Direct 4345 native static _RenderNode_appendChild(ptr: KPointer, node: KPointer): void 4346 @ani.unsafe.Direct 4347 native static _RenderNode_insertChildAfter(ptr: KPointer, child: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4348 @ani.unsafe.Direct 4349 native static _RenderNode_removeChild(ptr: KPointer, node: KPointer): void 4350 @ani.unsafe.Direct 4351 native static _RenderNode_clearChildren(ptr: KPointer): void 4352 @ani.unsafe.Quick 4353 native static _RenderNode_getChild(ptr: KPointer, index: number): KInteropReturnBuffer 4354 @ani.unsafe.Quick 4355 native static _RenderNode_getFirstChild(ptr: KPointer): KInteropReturnBuffer 4356 @ani.unsafe.Quick 4357 native static _RenderNode_getNextSibling(ptr: KPointer): KInteropReturnBuffer 4358 @ani.unsafe.Quick 4359 native static _RenderNode_getPreviousSibling(ptr: KPointer): KInteropReturnBuffer 4360 @ani.unsafe.Direct 4361 native static _RenderNode_draw(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4362 @ani.unsafe.Direct 4363 native static _RenderNode_invalidate(ptr: KPointer): void 4364 @ani.unsafe.Direct 4365 native static _RenderNode_dispose(ptr: KPointer): void 4366 @ani.unsafe.Direct 4367 native static _RenderNode_setRectMask(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, fillColor: number, strokeColor: number, strokeWidth: number): void 4368 @ani.unsafe.Direct 4369 native static _RenderNode_setCircleMask(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, fillColor: number, strokeColor: number, strokeWidth: number): void 4370 @ani.unsafe.Direct 4371 native static _RenderNode_setRoundRectMask(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, fillColor: number, strokeColor: number, strokeWidth: number): void 4372 @ani.unsafe.Direct 4373 native static _RenderNode_setOvalMask(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, fillColor: number, strokeColor: number, strokeWidth: number): void 4374 @ani.unsafe.Direct 4375 native static _RenderNode_setPath(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, fillColor: number, strokeColor: number, strokeWidth: number): void 4376 @ani.unsafe.Direct 4377 native static _RenderNode_setRectClip(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4378 @ani.unsafe.Direct 4379 native static _RenderNode_setCircleClip(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4380 @ani.unsafe.Direct 4381 native static _RenderNode_setRoundRectClip(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4382 @ani.unsafe.Direct 4383 native static _RenderNode_setOvalClip(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4384 @ani.unsafe.Direct 4385 native static _RenderNode_setPathClip(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4386 @ani.unsafe.Direct 4387 native static _RenderNode_getBackgroundColor(ptr: KPointer): number 4388 @ani.unsafe.Direct 4389 native static _RenderNode_setBackgroundColor(ptr: KPointer, backgroundColor: number): void 4390 @ani.unsafe.Direct 4391 native static _RenderNode_getClipToFrame(ptr: KPointer): boolean 4392 @ani.unsafe.Direct 4393 native static _RenderNode_setClipToFrame(ptr: KPointer, clipToFrame: KInt): void 4394 @ani.unsafe.Direct 4395 native static _RenderNode_getOpacity(ptr: KPointer): number 4396 @ani.unsafe.Direct 4397 native static _RenderNode_setOpacity(ptr: KPointer, opacity: number): void 4398 @ani.unsafe.Quick 4399 native static _RenderNode_getSize(ptr: KPointer): KInteropReturnBuffer 4400 @ani.unsafe.Direct 4401 native static _RenderNode_setSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4402 @ani.unsafe.Quick 4403 native static _RenderNode_getPosition(ptr: KPointer): KInteropReturnBuffer 4404 @ani.unsafe.Direct 4405 native static _RenderNode_setPosition(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4406 @ani.unsafe.Quick 4407 native static _RenderNode_getFrame(ptr: KPointer): KInteropReturnBuffer 4408 @ani.unsafe.Direct 4409 native static _RenderNode_setFrame(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4410 @ani.unsafe.Quick 4411 native static _RenderNode_getPivot(ptr: KPointer): KInteropReturnBuffer 4412 @ani.unsafe.Direct 4413 native static _RenderNode_setPivot(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4414 @ani.unsafe.Quick 4415 native static _RenderNode_getScale(ptr: KPointer): KInteropReturnBuffer 4416 @ani.unsafe.Direct 4417 native static _RenderNode_setScale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4418 @ani.unsafe.Quick 4419 native static _RenderNode_getTranslation(ptr: KPointer): KInteropReturnBuffer 4420 @ani.unsafe.Direct 4421 native static _RenderNode_setTranslation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4422 @ani.unsafe.Quick 4423 native static _RenderNode_getRotation(ptr: KPointer): KInteropReturnBuffer 4424 @ani.unsafe.Direct 4425 native static _RenderNode_setRotation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4426 @ani.unsafe.Quick 4427 native static _RenderNode_getTransform(ptr: KPointer): KInteropReturnBuffer 4428 @ani.unsafe.Direct 4429 native static _RenderNode_setTransform(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4430 @ani.unsafe.Direct 4431 native static _RenderNode_getShadowColor(ptr: KPointer): number 4432 @ani.unsafe.Direct 4433 native static _RenderNode_setShadowColor(ptr: KPointer, shadowColor: number): void 4434 @ani.unsafe.Quick 4435 native static _RenderNode_getShadowOffset(ptr: KPointer): KInteropReturnBuffer 4436 @ani.unsafe.Direct 4437 native static _RenderNode_setShadowOffset(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4438 @ani.unsafe.Quick 4439 native static _RenderNode_getLabel(ptr: KPointer): string 4440 @ani.unsafe.Quick 4441 native static _RenderNode_setLabel(ptr: KPointer, label: KStringPtr): void 4442 @ani.unsafe.Direct 4443 native static _RenderNode_getShadowAlpha(ptr: KPointer): number 4444 @ani.unsafe.Direct 4445 native static _RenderNode_setShadowAlpha(ptr: KPointer, shadowAlpha: number): void 4446 @ani.unsafe.Direct 4447 native static _RenderNode_getShadowElevation(ptr: KPointer): number 4448 @ani.unsafe.Direct 4449 native static _RenderNode_setShadowElevation(ptr: KPointer, shadowElevation: number): void 4450 @ani.unsafe.Direct 4451 native static _RenderNode_getShadowRadius(ptr: KPointer): number 4452 @ani.unsafe.Direct 4453 native static _RenderNode_setShadowRadius(ptr: KPointer, shadowRadius: number): void 4454 @ani.unsafe.Quick 4455 native static _RenderNode_getBorderStyle(ptr: KPointer): KInteropReturnBuffer 4456 @ani.unsafe.Direct 4457 native static _RenderNode_setBorderStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4458 @ani.unsafe.Quick 4459 native static _RenderNode_getBorderWidth(ptr: KPointer): KInteropReturnBuffer 4460 @ani.unsafe.Direct 4461 native static _RenderNode_setBorderWidth(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4462 @ani.unsafe.Quick 4463 native static _RenderNode_getBorderColor(ptr: KPointer): KInteropReturnBuffer 4464 @ani.unsafe.Direct 4465 native static _RenderNode_setBorderColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4466 @ani.unsafe.Quick 4467 native static _RenderNode_getBorderRadius(ptr: KPointer): KInteropReturnBuffer 4468 @ani.unsafe.Direct 4469 native static _RenderNode_setBorderRadius(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4470 @ani.unsafe.Direct 4471 native static _RenderNode_getShapeMask(ptr: KPointer): KPointer 4472 @ani.unsafe.Direct 4473 native static _RenderNode_setShapeMask(ptr: KPointer, shapeMask: KPointer): void 4474 @ani.unsafe.Direct 4475 native static _RenderNode_getShapeClip(ptr: KPointer): KPointer 4476 @ani.unsafe.Direct 4477 native static _RenderNode_setShapeClip(ptr: KPointer, shapeClip: KPointer): void 4478 @ani.unsafe.Direct 4479 native static _RenderNode_getMarkNodeGroup(ptr: KPointer): boolean 4480 @ani.unsafe.Direct 4481 native static _RenderNode_setMarkNodeGroup(ptr: KPointer, markNodeGroup: KInt): void 4482 @ani.unsafe.Direct 4483 native static _RenderNode_getLengthMetricsUnit(ptr: KPointer): int32 4484 @ani.unsafe.Direct 4485 native static _RenderNode_setLengthMetricsUnit(ptr: KPointer, lengthMetricsUnit: KInt): void 4486 @ani.unsafe.Quick 4487 native static _UIContextImp_freezeUINode0(id: KStringPtr, isFrozen: KInt): void 4488 @ani.unsafe.Direct 4489 native static _UIContextImp_freezeUINode1(id: number, isFrozen: KInt): void 4490 @ani.unsafe.Direct 4491 native static _TabsOps_registerBarMode(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4492 @ani.unsafe.Direct 4493 native static _TabsOps_registerBarBackgroundBlurStyle(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4494 @ani.unsafe.Direct 4495 native static _GridItemOps_registerSelectedCallback(node: KPointer, value: KInt, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4496 @ani.unsafe.Direct 4497 native static _Filter_ctor(): KPointer 4498 @ani.unsafe.Direct 4499 native static _Filter_getFinalizer(): KPointer 4500 @ani.unsafe.Direct 4501 native static _Filter_pixelStretch(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, tileMode: KInt): KPointer 4502 @ani.unsafe.Direct 4503 native static _Filter_blur(ptr: KPointer, blurRadius: number): KPointer 4504 @ani.unsafe.Direct 4505 native static _Filter_waterRipple(ptr: KPointer, progress: number, waveCount: number, x: number, y: number, rippleMode: KInt): KPointer 4506 @ani.unsafe.Direct 4507 native static _Filter_flyInFlyOutEffect(ptr: KPointer, degree: number, flyMode: KInt): KPointer 4508 @ani.unsafe.Direct 4509 native static _Filter_distort(ptr: KPointer, distortionK: number): KPointer 4510 @ani.unsafe.Direct 4511 native static _VisualEffect_ctor(): KPointer 4512 @ani.unsafe.Direct 4513 native static _VisualEffect_getFinalizer(): KPointer 4514 @ani.unsafe.Direct 4515 native static _VisualEffect_backgroundColorBlender(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4516 @ani.unsafe.Direct 4517 native static _NavExtender_setUpdateStackCallback(peer: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4518 @ani.unsafe.Direct 4519 native static _NavExtender_syncStack(peer: KPointer): void 4520 @ani.unsafe.Direct 4521 native static _NavExtender_checkNeedCreate(navigation: KPointer, index: KInt): boolean 4522 @ani.unsafe.Direct 4523 native static _NavExtender_navigationCreate(peer: KInt, flag: KInt): KPointer 4524 @ani.unsafe.Direct 4525 native static _NavExtender_setNavigationOptions(navigation: KPointer, stack: KPointer): void 4526 @ani.unsafe.Direct 4527 native static _NavExtender_setNavDestinationNode(peer: KPointer, index: KInt, node: KPointer): void 4528 @ani.unsafe.Direct 4529 native static _NavExtender_setNavigationMode(navigation: KPointer, mode: KInt): void 4530 @ani.unsafe.Direct 4531 native static _NavExtender_hideTitleBar(navigation: KPointer, isHide: KInt, isAnimated: KInt): void 4532 @ani.unsafe.Direct 4533 native static _NavExtender_hideToolBar(navigation: KPointer, isHide: KInt, isAnimated: KInt): void 4534 @ani.unsafe.Direct 4535 native static _NavExtender_hideNavBar(navigation: KPointer, hide: KInt): void 4536 @ani.unsafe.Direct 4537 native static _NavExtender_hideBackButton(navigation: KPointer, hide: KInt): void 4538 @ani.unsafe.Direct 4539 native static _NavExtender_setNavBarStateChange(navigation: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4540 @ani.unsafe.Direct 4541 native static _NavExtender_setTitleModeChange(navigation: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4542 @ani.unsafe.Direct 4543 native static _NavExtender_setTitleMode(navigation: KPointer, titleMode: KInt): void 4544 @ani.unsafe.Quick 4545 native static _NavExtender_title(navigation: KPointer, title: KStringPtr, hasSubTitle: KInt): void 4546 @ani.unsafe.Quick 4547 native static _NavExtender_subTitle(navigation: KPointer, subTitle: KStringPtr): void 4548 @ani.unsafe.Quick 4549 native static _SearchOps_registerSearchValueCallback(node: KPointer, value: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4550 @ani.unsafe.Direct 4551 native static _NavExtender_pushPath(pathStack: KPointer, info: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4552 @ani.unsafe.Direct 4553 native static _NavExtender_replacePath(pathStack: KPointer, info: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4554 @ani.unsafe.Quick 4555 native static _NavExtender_pop(pathStack: KPointer, isAnimated: KInt): string 4556 @ani.unsafe.Quick 4557 native static _NavExtender_getIdByIndex(pathStack: KPointer, index: KInt): string 4558 @ani.unsafe.Quick 4559 native static _NavExtender_getIdByName(pathStack: KPointer, name: KStringPtr): KInteropReturnBuffer 4560 @ani.unsafe.Quick 4561 native static _NavExtender_getNavDestinationId(info: KPointer): string 4562 @ani.unsafe.Direct 4563 native static _NavExtender_setOnPopCallback(pathStack: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4564 @ani.unsafe.Direct 4565 native static _NavExtender_popToIndex(pathStack: KPointer, index: int32, animated: KInt): void 4566 @ani.unsafe.Quick 4567 native static _NavExtender_popToName(pathStack: KPointer, name: KStringPtr, animated: KInt): number 4568 @ani.unsafe.Direct 4569 native static _StepperOps_registerStepperIndexCallback(node: KPointer, value: number, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4570 @ani.unsafe.Direct 4571 native static _EventEmulator_emitClickEvent(node: KPointer, event: KPointer): void 4572 @ani.unsafe.Quick 4573 native static _EventEmulator_emitTextInputEvent(node: KPointer, text: KStringPtr): void 4574 @ani.unsafe.Direct 4575 native static _TextFieldOps_registerTextFieldValueCallback(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4576 @ani.unsafe.Direct 4577 native static _TextFieldOps_textFieldOpsSetWidth(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4578 @ani.unsafe.Direct 4579 native static _TextFieldOps_textFieldOpsSetHeight(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4580 @ani.unsafe.Direct 4581 native static _TextFieldOps_textFieldOpsSetPadding(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4582 @ani.unsafe.Direct 4583 native static _TextFieldOps_textFieldOpsSetMargin(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4584 @ani.unsafe.Direct 4585 native static _TextFieldOps_textFieldOpsSetBorder(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4586 @ani.unsafe.Direct 4587 native static _TextFieldOps_textFieldOpsSetBorderWidth(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4588 @ani.unsafe.Direct 4589 native static _TextFieldOps_textFieldOpsSetBorderColor(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4590 @ani.unsafe.Direct 4591 native static _TextFieldOps_textFieldOpsSetBorderStyle(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4592 @ani.unsafe.Direct 4593 native static _TextFieldOps_textFieldOpsSetBorderRadius(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4594 @ani.unsafe.Direct 4595 native static _TextFieldOps_textFieldOpsSetBackgroundColor(node: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4596 @ani.unsafe.Direct 4597 native static _ActionSheet_show(thisArray: KSerializerBuffer, thisLength: int32): undefined 4598 @ani.unsafe.Direct 4599 native static _AlertDialog_show(thisArray: KSerializerBuffer, thisLength: int32): undefined 4600 @ani.unsafe.Direct 4601 native static _PromptAction_showToast(thisArray: KSerializerBuffer, thisLength: int32): undefined 4602 @ani.unsafe.Direct 4603 native static _SpringProp_ctor(mass: number, stiffness: number, damping: number): KPointer 4604 @ani.unsafe.Direct 4605 native static _SpringProp_getFinalizer(): KPointer 4606 @ani.unsafe.Direct 4607 native static _SpringMotion_ctor(start: number, end: number, velocity: number, prop: KPointer): KPointer 4608 @ani.unsafe.Direct 4609 native static _SpringMotion_getFinalizer(): KPointer 4610 @ani.unsafe.Direct 4611 native static _FrictionMotion_ctor(friction: number, position: number, velocity: number): KPointer 4612 @ani.unsafe.Direct 4613 native static _FrictionMotion_getFinalizer(): KPointer 4614 @ani.unsafe.Direct 4615 native static _ScrollMotion_ctor(position: number, velocity: number, min: number, max: number, prop: KPointer): KPointer 4616 @ani.unsafe.Direct 4617 native static _ScrollMotion_getFinalizer(): KPointer 4618 @ani.unsafe.Direct 4619 native static _CalendarController_ctor(): KPointer 4620 @ani.unsafe.Direct 4621 native static _CalendarController_getFinalizer(): KPointer 4622 @ani.unsafe.Direct 4623 native static _CalendarController_backToToday(ptr: KPointer): undefined 4624 @ani.unsafe.Direct 4625 native static _CalendarController_goTo(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): undefined 4626 @ani.unsafe.Direct 4627 native static _CalendarPickerDialog_show(thisArray: KSerializerBuffer, thisLength: int32): void 4628 @ani.unsafe.Direct 4629 native static _ICurve_ctor(): KPointer 4630 @ani.unsafe.Direct 4631 native static _ICurve_getFinalizer(): KPointer 4632 @ani.unsafe.Direct 4633 native static _ICurve_interpolate(ptr: KPointer, fraction: number): number 4634 @ani.unsafe.Direct 4635 native static _DrawModifier_ctor(): KPointer 4636 @ani.unsafe.Direct 4637 native static _DrawModifier_getFinalizer(): KPointer 4638 @ani.unsafe.Direct 4639 native static _DrawModifier_drawBehind(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4640 @ani.unsafe.Direct 4641 native static _DrawModifier_drawContent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4642 @ani.unsafe.Direct 4643 native static _DrawModifier_drawFront(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4644 @ani.unsafe.Direct 4645 native static _DrawModifier_invalidate(ptr: KPointer): void 4646 @ani.unsafe.Quick 4647 native static _TransitionEffect_ctor(type: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4648 @ani.unsafe.Direct 4649 native static _TransitionEffect_getFinalizer(): KPointer 4650 @ani.unsafe.Direct 4651 native static _TransitionEffect_translate(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4652 @ani.unsafe.Direct 4653 native static _TransitionEffect_rotate(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4654 @ani.unsafe.Direct 4655 native static _TransitionEffect_scale(thisArray: KSerializerBuffer, thisLength: int32): KPointer 4656 @ani.unsafe.Direct 4657 native static _TransitionEffect_opacity(alpha: number): KPointer 4658 @ani.unsafe.Direct 4659 native static _TransitionEffect_move(edge: KInt): KPointer 4660 @ani.unsafe.Direct 4661 native static _TransitionEffect_asymmetric(appear: KPointer, disappear: KPointer): KPointer 4662 @ani.unsafe.Direct 4663 native static _TransitionEffect_animation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 4664 @ani.unsafe.Direct 4665 native static _TransitionEffect_combine(ptr: KPointer, transitionEffect: KPointer): KPointer 4666 @ani.unsafe.Direct 4667 native static _TransitionEffect_getIDENTITY(): KPointer 4668 @ani.unsafe.Direct 4669 native static _TransitionEffect_getOPACITY(): KPointer 4670 @ani.unsafe.Direct 4671 native static _TransitionEffect_getSLIDE(): KPointer 4672 @ani.unsafe.Direct 4673 native static _TransitionEffect_getSLIDE_SWITCH(): KPointer 4674 @ani.unsafe.Direct 4675 native static _BaseEvent_ctor(): KPointer 4676 @ani.unsafe.Direct 4677 native static _BaseEvent_getFinalizer(): KPointer 4678 native static _BaseEvent_getModifierKeyState(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): boolean 4679 @ani.unsafe.Quick 4680 native static _BaseEvent_getTarget(ptr: KPointer): KInteropReturnBuffer 4681 @ani.unsafe.Direct 4682 native static _BaseEvent_setTarget(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4683 @ani.unsafe.Direct 4684 native static _BaseEvent_getTimestamp(ptr: KPointer): int64 4685 @ani.unsafe.Direct 4686 native static _BaseEvent_setTimestamp(ptr: KPointer, timestamp: KLong): void 4687 @ani.unsafe.Direct 4688 native static _BaseEvent_getSource(ptr: KPointer): int32 4689 @ani.unsafe.Direct 4690 native static _BaseEvent_setSource(ptr: KPointer, source: KInt): void 4691 @ani.unsafe.Quick 4692 native static _BaseEvent_getAxisHorizontal(ptr: KPointer): KInteropReturnBuffer 4693 @ani.unsafe.Direct 4694 native static _BaseEvent_setAxisHorizontal(ptr: KPointer, axisHorizontal: number): void 4695 @ani.unsafe.Quick 4696 native static _BaseEvent_getAxisVertical(ptr: KPointer): KInteropReturnBuffer 4697 @ani.unsafe.Direct 4698 native static _BaseEvent_setAxisVertical(ptr: KPointer, axisVertical: number): void 4699 @ani.unsafe.Direct 4700 native static _BaseEvent_getPressure(ptr: KPointer): number 4701 @ani.unsafe.Direct 4702 native static _BaseEvent_setPressure(ptr: KPointer, pressure: number): void 4703 @ani.unsafe.Direct 4704 native static _BaseEvent_getTiltX(ptr: KPointer): number 4705 @ani.unsafe.Direct 4706 native static _BaseEvent_setTiltX(ptr: KPointer, tiltX: number): void 4707 @ani.unsafe.Direct 4708 native static _BaseEvent_getTiltY(ptr: KPointer): number 4709 @ani.unsafe.Direct 4710 native static _BaseEvent_setTiltY(ptr: KPointer, tiltY: number): void 4711 @ani.unsafe.Quick 4712 native static _BaseEvent_getRollAngle(ptr: KPointer): KInteropReturnBuffer 4713 @ani.unsafe.Direct 4714 native static _BaseEvent_setRollAngle(ptr: KPointer, rollAngle: number): void 4715 @ani.unsafe.Direct 4716 native static _BaseEvent_getSourceTool(ptr: KPointer): int32 4717 @ani.unsafe.Direct 4718 native static _BaseEvent_setSourceTool(ptr: KPointer, sourceTool: KInt): void 4719 @ani.unsafe.Quick 4720 native static _BaseEvent_getDeviceId(ptr: KPointer): KInteropReturnBuffer 4721 @ani.unsafe.Direct 4722 native static _BaseEvent_setDeviceId(ptr: KPointer, deviceId: number): void 4723 @ani.unsafe.Quick 4724 native static _BaseEvent_getTargetDisplayId(ptr: KPointer): KInteropReturnBuffer 4725 @ani.unsafe.Direct 4726 native static _BaseEvent_setTargetDisplayId(ptr: KPointer, targetDisplayId: number): void 4727 @ani.unsafe.Direct 4728 native static _ClickEvent_ctor(): KPointer 4729 @ani.unsafe.Direct 4730 native static _ClickEvent_getFinalizer(): KPointer 4731 @ani.unsafe.Direct 4732 native static _ClickEvent_getDisplayX(ptr: KPointer): number 4733 @ani.unsafe.Direct 4734 native static _ClickEvent_setDisplayX(ptr: KPointer, displayX: number): void 4735 @ani.unsafe.Direct 4736 native static _ClickEvent_getDisplayY(ptr: KPointer): number 4737 @ani.unsafe.Direct 4738 native static _ClickEvent_setDisplayY(ptr: KPointer, displayY: number): void 4739 @ani.unsafe.Direct 4740 native static _ClickEvent_getWindowX(ptr: KPointer): number 4741 @ani.unsafe.Direct 4742 native static _ClickEvent_setWindowX(ptr: KPointer, windowX: number): void 4743 @ani.unsafe.Direct 4744 native static _ClickEvent_getWindowY(ptr: KPointer): number 4745 @ani.unsafe.Direct 4746 native static _ClickEvent_setWindowY(ptr: KPointer, windowY: number): void 4747 @ani.unsafe.Direct 4748 native static _ClickEvent_getScreenX(ptr: KPointer): number 4749 @ani.unsafe.Direct 4750 native static _ClickEvent_setScreenX(ptr: KPointer, screenX: number): void 4751 @ani.unsafe.Direct 4752 native static _ClickEvent_getScreenY(ptr: KPointer): number 4753 @ani.unsafe.Direct 4754 native static _ClickEvent_setScreenY(ptr: KPointer, screenY: number): void 4755 @ani.unsafe.Direct 4756 native static _ClickEvent_getX(ptr: KPointer): number 4757 @ani.unsafe.Direct 4758 native static _ClickEvent_setX(ptr: KPointer, x: number): void 4759 @ani.unsafe.Direct 4760 native static _ClickEvent_getY(ptr: KPointer): number 4761 @ani.unsafe.Direct 4762 native static _ClickEvent_setY(ptr: KPointer, y: number): void 4763 @ani.unsafe.Quick 4764 native static _ClickEvent_getHand(ptr: KPointer): KInteropReturnBuffer 4765 @ani.unsafe.Direct 4766 native static _ClickEvent_setHand(ptr: KPointer, hand: KInt): void 4767 @ani.unsafe.Quick 4768 native static _ClickEvent_getPreventDefault(ptr: KPointer): KInteropReturnBuffer 4769 @ani.unsafe.Direct 4770 native static _ClickEvent_setPreventDefault(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4771 @ani.unsafe.Direct 4772 native static _HoverEvent_ctor(): KPointer 4773 @ani.unsafe.Direct 4774 native static _HoverEvent_getFinalizer(): KPointer 4775 @ani.unsafe.Quick 4776 native static _HoverEvent_getX(ptr: KPointer): KInteropReturnBuffer 4777 @ani.unsafe.Direct 4778 native static _HoverEvent_setX(ptr: KPointer, x: number): void 4779 @ani.unsafe.Quick 4780 native static _HoverEvent_getY(ptr: KPointer): KInteropReturnBuffer 4781 @ani.unsafe.Direct 4782 native static _HoverEvent_setY(ptr: KPointer, y: number): void 4783 @ani.unsafe.Quick 4784 native static _HoverEvent_getWindowX(ptr: KPointer): KInteropReturnBuffer 4785 @ani.unsafe.Direct 4786 native static _HoverEvent_setWindowX(ptr: KPointer, windowX: number): void 4787 @ani.unsafe.Quick 4788 native static _HoverEvent_getWindowY(ptr: KPointer): KInteropReturnBuffer 4789 @ani.unsafe.Direct 4790 native static _HoverEvent_setWindowY(ptr: KPointer, windowY: number): void 4791 @ani.unsafe.Quick 4792 native static _HoverEvent_getDisplayX(ptr: KPointer): KInteropReturnBuffer 4793 @ani.unsafe.Direct 4794 native static _HoverEvent_setDisplayX(ptr: KPointer, displayX: number): void 4795 @ani.unsafe.Quick 4796 native static _HoverEvent_getDisplayY(ptr: KPointer): KInteropReturnBuffer 4797 @ani.unsafe.Direct 4798 native static _HoverEvent_setDisplayY(ptr: KPointer, displayY: number): void 4799 @ani.unsafe.Direct 4800 native static _HoverEvent_getStopPropagation(ptr: KPointer): KPointer 4801 @ani.unsafe.Direct 4802 native static _HoverEvent_setStopPropagation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4803 @ani.unsafe.Direct 4804 native static _MouseEvent_ctor(): KPointer 4805 @ani.unsafe.Direct 4806 native static _MouseEvent_getFinalizer(): KPointer 4807 @ani.unsafe.Direct 4808 native static _MouseEvent_getButton(ptr: KPointer): int32 4809 @ani.unsafe.Direct 4810 native static _MouseEvent_setButton(ptr: KPointer, button: KInt): void 4811 @ani.unsafe.Direct 4812 native static _MouseEvent_getAction(ptr: KPointer): int32 4813 @ani.unsafe.Direct 4814 native static _MouseEvent_setAction(ptr: KPointer, action: KInt): void 4815 @ani.unsafe.Direct 4816 native static _MouseEvent_getDisplayX(ptr: KPointer): number 4817 @ani.unsafe.Direct 4818 native static _MouseEvent_setDisplayX(ptr: KPointer, displayX: number): void 4819 @ani.unsafe.Direct 4820 native static _MouseEvent_getDisplayY(ptr: KPointer): number 4821 @ani.unsafe.Direct 4822 native static _MouseEvent_setDisplayY(ptr: KPointer, displayY: number): void 4823 @ani.unsafe.Direct 4824 native static _MouseEvent_getWindowX(ptr: KPointer): number 4825 @ani.unsafe.Direct 4826 native static _MouseEvent_setWindowX(ptr: KPointer, windowX: number): void 4827 @ani.unsafe.Direct 4828 native static _MouseEvent_getWindowY(ptr: KPointer): number 4829 @ani.unsafe.Direct 4830 native static _MouseEvent_setWindowY(ptr: KPointer, windowY: number): void 4831 @ani.unsafe.Direct 4832 native static _MouseEvent_getScreenX(ptr: KPointer): number 4833 @ani.unsafe.Direct 4834 native static _MouseEvent_setScreenX(ptr: KPointer, screenX: number): void 4835 @ani.unsafe.Direct 4836 native static _MouseEvent_getScreenY(ptr: KPointer): number 4837 @ani.unsafe.Direct 4838 native static _MouseEvent_setScreenY(ptr: KPointer, screenY: number): void 4839 @ani.unsafe.Direct 4840 native static _MouseEvent_getX(ptr: KPointer): number 4841 @ani.unsafe.Direct 4842 native static _MouseEvent_setX(ptr: KPointer, x: number): void 4843 @ani.unsafe.Direct 4844 native static _MouseEvent_getY(ptr: KPointer): number 4845 @ani.unsafe.Direct 4846 native static _MouseEvent_setY(ptr: KPointer, y: number): void 4847 @ani.unsafe.Direct 4848 native static _MouseEvent_getStopPropagation(ptr: KPointer): KPointer 4849 @ani.unsafe.Direct 4850 native static _MouseEvent_setStopPropagation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4851 @ani.unsafe.Quick 4852 native static _MouseEvent_getRawDeltaX(ptr: KPointer): KInteropReturnBuffer 4853 @ani.unsafe.Direct 4854 native static _MouseEvent_setRawDeltaX(ptr: KPointer, rawDeltaX: number): void 4855 @ani.unsafe.Quick 4856 native static _MouseEvent_getRawDeltaY(ptr: KPointer): KInteropReturnBuffer 4857 @ani.unsafe.Direct 4858 native static _MouseEvent_setRawDeltaY(ptr: KPointer, rawDeltaY: number): void 4859 @ani.unsafe.Quick 4860 native static _MouseEvent_getPressedButtons(ptr: KPointer): KInteropReturnBuffer 4861 @ani.unsafe.Direct 4862 native static _MouseEvent_setPressedButtons(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4863 @ani.unsafe.Direct 4864 native static _AccessibilityHoverEvent_ctor(): KPointer 4865 @ani.unsafe.Direct 4866 native static _AccessibilityHoverEvent_getFinalizer(): KPointer 4867 @ani.unsafe.Direct 4868 native static _AccessibilityHoverEvent_getType(ptr: KPointer): int32 4869 @ani.unsafe.Direct 4870 native static _AccessibilityHoverEvent_setType(ptr: KPointer, type: KInt): void 4871 @ani.unsafe.Direct 4872 native static _AccessibilityHoverEvent_getX(ptr: KPointer): number 4873 @ani.unsafe.Direct 4874 native static _AccessibilityHoverEvent_setX(ptr: KPointer, x: number): void 4875 @ani.unsafe.Direct 4876 native static _AccessibilityHoverEvent_getY(ptr: KPointer): number 4877 @ani.unsafe.Direct 4878 native static _AccessibilityHoverEvent_setY(ptr: KPointer, y: number): void 4879 @ani.unsafe.Direct 4880 native static _AccessibilityHoverEvent_getDisplayX(ptr: KPointer): number 4881 @ani.unsafe.Direct 4882 native static _AccessibilityHoverEvent_setDisplayX(ptr: KPointer, displayX: number): void 4883 @ani.unsafe.Direct 4884 native static _AccessibilityHoverEvent_getDisplayY(ptr: KPointer): number 4885 @ani.unsafe.Direct 4886 native static _AccessibilityHoverEvent_setDisplayY(ptr: KPointer, displayY: number): void 4887 @ani.unsafe.Direct 4888 native static _AccessibilityHoverEvent_getWindowX(ptr: KPointer): number 4889 @ani.unsafe.Direct 4890 native static _AccessibilityHoverEvent_setWindowX(ptr: KPointer, windowX: number): void 4891 @ani.unsafe.Direct 4892 native static _AccessibilityHoverEvent_getWindowY(ptr: KPointer): number 4893 @ani.unsafe.Direct 4894 native static _AccessibilityHoverEvent_setWindowY(ptr: KPointer, windowY: number): void 4895 @ani.unsafe.Direct 4896 native static _TouchEvent_ctor(): KPointer 4897 @ani.unsafe.Direct 4898 native static _TouchEvent_getFinalizer(): KPointer 4899 @ani.unsafe.Quick 4900 native static _TouchEvent_getHistoricalPoints(ptr: KPointer): KInteropReturnBuffer 4901 @ani.unsafe.Direct 4902 native static _TouchEvent_getType(ptr: KPointer): int32 4903 @ani.unsafe.Direct 4904 native static _TouchEvent_setType(ptr: KPointer, type: KInt): void 4905 @ani.unsafe.Quick 4906 native static _TouchEvent_getTouches(ptr: KPointer): KInteropReturnBuffer 4907 @ani.unsafe.Direct 4908 native static _TouchEvent_setTouches(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4909 @ani.unsafe.Quick 4910 native static _TouchEvent_getChangedTouches(ptr: KPointer): KInteropReturnBuffer 4911 @ani.unsafe.Direct 4912 native static _TouchEvent_setChangedTouches(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4913 @ani.unsafe.Quick 4914 native static _TouchEvent_getStopPropagation(ptr: KPointer): KInteropReturnBuffer 4915 @ani.unsafe.Direct 4916 native static _TouchEvent_setStopPropagation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4917 @ani.unsafe.Direct 4918 native static _TouchEvent_getPreventDefault(ptr: KPointer): KPointer 4919 @ani.unsafe.Direct 4920 native static _TouchEvent_setPreventDefault(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4921 @ani.unsafe.Direct 4922 native static _AxisEvent_ctor(): KPointer 4923 @ani.unsafe.Direct 4924 native static _AxisEvent_getFinalizer(): KPointer 4925 @ani.unsafe.Direct 4926 native static _AxisEvent_getHorizontalAxisValue(ptr: KPointer): number 4927 @ani.unsafe.Direct 4928 native static _AxisEvent_getVerticalAxisValue(ptr: KPointer): number 4929 @ani.unsafe.Direct 4930 native static _AxisEvent_getAction(ptr: KPointer): int32 4931 @ani.unsafe.Direct 4932 native static _AxisEvent_setAction(ptr: KPointer, action: KInt): void 4933 @ani.unsafe.Direct 4934 native static _AxisEvent_getDisplayX(ptr: KPointer): number 4935 @ani.unsafe.Direct 4936 native static _AxisEvent_setDisplayX(ptr: KPointer, displayX: number): void 4937 @ani.unsafe.Direct 4938 native static _AxisEvent_getDisplayY(ptr: KPointer): number 4939 @ani.unsafe.Direct 4940 native static _AxisEvent_setDisplayY(ptr: KPointer, displayY: number): void 4941 @ani.unsafe.Direct 4942 native static _AxisEvent_getWindowX(ptr: KPointer): number 4943 @ani.unsafe.Direct 4944 native static _AxisEvent_setWindowX(ptr: KPointer, windowX: number): void 4945 @ani.unsafe.Direct 4946 native static _AxisEvent_getWindowY(ptr: KPointer): number 4947 @ani.unsafe.Direct 4948 native static _AxisEvent_setWindowY(ptr: KPointer, windowY: number): void 4949 @ani.unsafe.Direct 4950 native static _AxisEvent_getX(ptr: KPointer): number 4951 @ani.unsafe.Direct 4952 native static _AxisEvent_setX(ptr: KPointer, x: number): void 4953 @ani.unsafe.Direct 4954 native static _AxisEvent_getY(ptr: KPointer): number 4955 @ani.unsafe.Direct 4956 native static _AxisEvent_setY(ptr: KPointer, y: number): void 4957 @ani.unsafe.Quick 4958 native static _AxisEvent_getScrollStep(ptr: KPointer): KInteropReturnBuffer 4959 @ani.unsafe.Direct 4960 native static _AxisEvent_setScrollStep(ptr: KPointer, scrollStep: number): void 4961 @ani.unsafe.Quick 4962 native static _AxisEvent_getPropagation(ptr: KPointer): KInteropReturnBuffer 4963 @ani.unsafe.Direct 4964 native static _AxisEvent_setPropagation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 4965 @ani.unsafe.Direct 4966 native static _PixelMapMock_ctor(): KPointer 4967 @ani.unsafe.Direct 4968 native static _PixelMapMock_getFinalizer(): KPointer 4969 @ani.unsafe.Direct 4970 native static _PixelMapMock_release(ptr: KPointer): void 4971 @ani.unsafe.Direct 4972 native static _DragEvent_ctor(): KPointer 4973 @ani.unsafe.Direct 4974 native static _DragEvent_getFinalizer(): KPointer 4975 @ani.unsafe.Direct 4976 native static _DragEvent_getDisplayX(ptr: KPointer): number 4977 @ani.unsafe.Direct 4978 native static _DragEvent_getDisplayY(ptr: KPointer): number 4979 @ani.unsafe.Direct 4980 native static _DragEvent_getWindowX(ptr: KPointer): number 4981 @ani.unsafe.Direct 4982 native static _DragEvent_getWindowY(ptr: KPointer): number 4983 @ani.unsafe.Direct 4984 native static _DragEvent_getX(ptr: KPointer): number 4985 @ani.unsafe.Direct 4986 native static _DragEvent_getY(ptr: KPointer): number 4987 @ani.unsafe.Direct 4988 native static _DragEvent_setData(ptr: KPointer, unifiedData: KPointer): void 4989 native static _DragEvent_getData(ptr: KPointer): KPointer 4990 @ani.unsafe.Quick 4991 native static _DragEvent_getSummary(ptr: KPointer): KInteropReturnBuffer 4992 @ani.unsafe.Direct 4993 native static _DragEvent_setResult(ptr: KPointer, dragResult: KInt): void 4994 @ani.unsafe.Direct 4995 native static _DragEvent_getResult(ptr: KPointer): int32 4996 @ani.unsafe.Quick 4997 native static _DragEvent_getPreviewRect(ptr: KPointer): KInteropReturnBuffer 4998 @ani.unsafe.Direct 4999 native static _DragEvent_getVelocityX(ptr: KPointer): number 5000 @ani.unsafe.Direct 5001 native static _DragEvent_getVelocityY(ptr: KPointer): number 5002 @ani.unsafe.Direct 5003 native static _DragEvent_getVelocity(ptr: KPointer): number 5004 native static _DragEvent_getModifierKeyState(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): boolean 5005 @ani.unsafe.Direct 5006 native static _DragEvent_executeDropAnimation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5007 native static _DragEvent_startDataLoading(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): string 5008 @ani.unsafe.Direct 5009 native static _DragEvent_getDragBehavior(ptr: KPointer): int32 5010 @ani.unsafe.Direct 5011 native static _DragEvent_setDragBehavior(ptr: KPointer, dragBehavior: KInt): void 5012 @ani.unsafe.Direct 5013 native static _DragEvent_getUseCustomDropAnimation(ptr: KPointer): boolean 5014 @ani.unsafe.Direct 5015 native static _DragEvent_setUseCustomDropAnimation(ptr: KPointer, useCustomDropAnimation: KInt): void 5016 @ani.unsafe.Direct 5017 native static _KeyEvent_ctor(): KPointer 5018 @ani.unsafe.Direct 5019 native static _KeyEvent_getFinalizer(): KPointer 5020 native static _KeyEvent_getModifierKeyState(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): boolean 5021 @ani.unsafe.Direct 5022 native static _KeyEvent_getType(ptr: KPointer): int32 5023 @ani.unsafe.Direct 5024 native static _KeyEvent_setType(ptr: KPointer, type: KInt): void 5025 @ani.unsafe.Direct 5026 native static _KeyEvent_getKeyCode(ptr: KPointer): number 5027 @ani.unsafe.Direct 5028 native static _KeyEvent_setKeyCode(ptr: KPointer, keyCode: number): void 5029 @ani.unsafe.Quick 5030 native static _KeyEvent_getKeyText(ptr: KPointer): string 5031 @ani.unsafe.Quick 5032 native static _KeyEvent_setKeyText(ptr: KPointer, keyText: KStringPtr): void 5033 @ani.unsafe.Direct 5034 native static _KeyEvent_getKeySource(ptr: KPointer): int32 5035 @ani.unsafe.Direct 5036 native static _KeyEvent_setKeySource(ptr: KPointer, keySource: KInt): void 5037 @ani.unsafe.Direct 5038 native static _KeyEvent_getDeviceId(ptr: KPointer): number 5039 @ani.unsafe.Direct 5040 native static _KeyEvent_setDeviceId(ptr: KPointer, deviceId: number): void 5041 @ani.unsafe.Direct 5042 native static _KeyEvent_getMetaKey(ptr: KPointer): number 5043 @ani.unsafe.Direct 5044 native static _KeyEvent_setMetaKey(ptr: KPointer, metaKey: number): void 5045 @ani.unsafe.Direct 5046 native static _KeyEvent_getTimestamp(ptr: KPointer): int64 5047 @ani.unsafe.Direct 5048 native static _KeyEvent_setTimestamp(ptr: KPointer, timestamp: KLong): void 5049 @ani.unsafe.Quick 5050 native static _KeyEvent_getStopPropagation(ptr: KPointer): KInteropReturnBuffer 5051 @ani.unsafe.Direct 5052 native static _KeyEvent_setStopPropagation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5053 @ani.unsafe.Direct 5054 native static _KeyEvent_getIntentionCode(ptr: KPointer): int32 5055 @ani.unsafe.Direct 5056 native static _KeyEvent_setIntentionCode(ptr: KPointer, intentionCode: KInt): void 5057 @ani.unsafe.Quick 5058 native static _KeyEvent_getUnicode(ptr: KPointer): KInteropReturnBuffer 5059 @ani.unsafe.Direct 5060 native static _KeyEvent_setUnicode(ptr: KPointer, unicode: number): void 5061 @ani.unsafe.Direct 5062 native static _FocusAxisEvent_ctor(): KPointer 5063 @ani.unsafe.Direct 5064 native static _FocusAxisEvent_getFinalizer(): KPointer 5065 @ani.unsafe.Quick 5066 native static _FocusAxisEvent_getAxisMap(ptr: KPointer): KInteropReturnBuffer 5067 @ani.unsafe.Direct 5068 native static _FocusAxisEvent_setAxisMap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5069 @ani.unsafe.Direct 5070 native static _FocusAxisEvent_getStopPropagation(ptr: KPointer): KPointer 5071 @ani.unsafe.Direct 5072 native static _FocusAxisEvent_setStopPropagation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5073 @ani.unsafe.Direct 5074 native static _ProgressMask_ctor(value: number, total: number, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5075 @ani.unsafe.Direct 5076 native static _ProgressMask_getFinalizer(): KPointer 5077 @ani.unsafe.Direct 5078 native static _ProgressMask_updateProgress(ptr: KPointer, value: number): void 5079 @ani.unsafe.Direct 5080 native static _ProgressMask_updateColor(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5081 @ani.unsafe.Direct 5082 native static _ProgressMask_enableBreathingAnimation(ptr: KPointer, value: KInt): void 5083 @ani.unsafe.Direct 5084 native static _Measurable_ctor(): KPointer 5085 @ani.unsafe.Direct 5086 native static _Measurable_getFinalizer(): KPointer 5087 @ani.unsafe.Quick 5088 native static _Measurable_measure(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 5089 @ani.unsafe.Quick 5090 native static _Measurable_getMargin(ptr: KPointer): KInteropReturnBuffer 5091 @ani.unsafe.Quick 5092 native static _Measurable_getPadding(ptr: KPointer): KInteropReturnBuffer 5093 @ani.unsafe.Quick 5094 native static _Measurable_getBorderWidth(ptr: KPointer): KInteropReturnBuffer 5095 @ani.unsafe.Quick 5096 native static _Measurable_getUniqueId(ptr: KPointer): KInteropReturnBuffer 5097 @ani.unsafe.Direct 5098 native static _Measurable_setUniqueId(ptr: KPointer, uniqueId: number): void 5099 @ani.unsafe.Direct 5100 native static _View_ctor(): KPointer 5101 @ani.unsafe.Direct 5102 native static _View_getFinalizer(): KPointer 5103 @ani.unsafe.Direct 5104 native static _View_create(ptr: KPointer, value: KPointer): KPointer 5105 @ani.unsafe.Direct 5106 native static _TextContentControllerBase_ctor(): KPointer 5107 @ani.unsafe.Direct 5108 native static _TextContentControllerBase_getFinalizer(): KPointer 5109 @ani.unsafe.Quick 5110 native static _TextContentControllerBase_getCaretOffset(ptr: KPointer): KInteropReturnBuffer 5111 @ani.unsafe.Quick 5112 native static _TextContentControllerBase_getTextContentRect(ptr: KPointer): KInteropReturnBuffer 5113 @ani.unsafe.Direct 5114 native static _TextContentControllerBase_getTextContentLineCount(ptr: KPointer): number 5115 @ani.unsafe.Quick 5116 native static _TextContentControllerBase_addText(ptr: KPointer, text: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): number 5117 @ani.unsafe.Direct 5118 native static _TextContentControllerBase_deleteText(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5119 @ani.unsafe.Quick 5120 native static _TextContentControllerBase_getSelection(ptr: KPointer): KInteropReturnBuffer 5121 @ani.unsafe.Direct 5122 native static _TextContentControllerBase_clearPreviewText(ptr: KPointer): void 5123 @ani.unsafe.Quick 5124 native static _TextContentControllerBase_getText(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): string 5125 @ani.unsafe.Direct 5126 native static _ChildrenMainSize_ctor(childDefaultSize: number): KPointer 5127 @ani.unsafe.Direct 5128 native static _ChildrenMainSize_getFinalizer(): KPointer 5129 native static _ChildrenMainSize_splice(ptr: KPointer, start: number, thisArray: KSerializerBuffer, thisLength: int32): void 5130 native static _ChildrenMainSize_update(ptr: KPointer, index: number, childSize: number): void 5131 @ani.unsafe.Direct 5132 native static _ChildrenMainSize_getChildDefaultSize(ptr: KPointer): number 5133 @ani.unsafe.Direct 5134 native static _ChildrenMainSize_setChildDefaultSize(ptr: KPointer, childDefaultSize: number): void 5135 @ani.unsafe.Direct 5136 native static _UICommonEvent_ctor(): KPointer 5137 @ani.unsafe.Direct 5138 native static _UICommonEvent_getFinalizer(): KPointer 5139 @ani.unsafe.Direct 5140 native static _UICommonEvent_setOnClick(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5141 @ani.unsafe.Direct 5142 native static _UICommonEvent_setOnTouch(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5143 @ani.unsafe.Direct 5144 native static _UICommonEvent_setOnAppear(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5145 @ani.unsafe.Direct 5146 native static _UICommonEvent_setOnDisappear(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5147 @ani.unsafe.Direct 5148 native static _UICommonEvent_setOnKeyEvent(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5149 @ani.unsafe.Direct 5150 native static _UICommonEvent_setOnFocus(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5151 @ani.unsafe.Direct 5152 native static _UICommonEvent_setOnBlur(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5153 @ani.unsafe.Direct 5154 native static _UICommonEvent_setOnHover(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5155 @ani.unsafe.Direct 5156 native static _UICommonEvent_setOnMouse(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5157 @ani.unsafe.Direct 5158 native static _UICommonEvent_setOnSizeChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5159 @ani.unsafe.Direct 5160 native static _UICommonEvent_setOnVisibleAreaApproximateChange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5161 @ani.unsafe.Direct 5162 native static _GestureModifier_ctor(): KPointer 5163 @ani.unsafe.Direct 5164 native static _GestureModifier_getFinalizer(): KPointer 5165 @ani.unsafe.Direct 5166 native static _GestureModifier_applyGesture(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5167 @ani.unsafe.Quick 5168 native static _NavPathInfo_ctor(name: KStringPtr, isEntry: KInt): KPointer 5169 @ani.unsafe.Direct 5170 native static _NavPathInfo_getFinalizer(): KPointer 5171 @ani.unsafe.Quick 5172 native static _NavPathInfo_getName(ptr: KPointer): string 5173 @ani.unsafe.Quick 5174 native static _NavPathInfo_setName(ptr: KPointer, name: KStringPtr): void 5175 @ani.unsafe.Quick 5176 native static _NavPathInfo_getParam(ptr: KPointer): KInteropReturnBuffer 5177 @ani.unsafe.Direct 5178 native static _NavPathInfo_setParam(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5179 @ani.unsafe.Quick 5180 native static _NavPathInfo_getOnPop(ptr: KPointer): KInteropReturnBuffer 5181 @ani.unsafe.Direct 5182 native static _NavPathInfo_setOnPop(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5183 @ani.unsafe.Quick 5184 native static _NavPathInfo_getIsEntry(ptr: KPointer): boolean 5185 @ani.unsafe.Direct 5186 native static _NavPathInfo_setIsEntry(ptr: KPointer, isEntry: KInt): void 5187 @ani.unsafe.Quick 5188 native static _NavPathInfo_getNavDestinationId(ptr: KPointer): string 5189 @ani.unsafe.Quick 5190 native static _NavPathInfo_setNavDestinationId(ptr: KPointer, navDestinationId: KStringPtr): void 5191 @ani.unsafe.Direct 5192 native static _NavPathStack_ctor(): KPointer 5193 @ani.unsafe.Direct 5194 native static _NavPathStack_getFinalizer(): KPointer 5195 @ani.unsafe.Direct 5196 native static _NavPathStack_pushPath0(ptr: KPointer, info: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5197 @ani.unsafe.Direct 5198 native static _NavPathStack_pushPath1(ptr: KPointer, info: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5199 native static _NavPathStack_pushDestination0(ptr: KPointer, info: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5200 native static _NavPathStack_pushDestination1(ptr: KPointer, info: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5201 @ani.unsafe.Quick 5202 native static _NavPathStack_pushPathByName0(ptr: KPointer, name: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): void 5203 @ani.unsafe.Quick 5204 native static _NavPathStack_pushPathByName1(ptr: KPointer, name: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): void 5205 native static _NavPathStack_pushDestinationByName0(ptr: KPointer, name: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5206 native static _NavPathStack_pushDestinationByName1(ptr: KPointer, name: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5207 @ani.unsafe.Direct 5208 native static _NavPathStack_replacePath0(ptr: KPointer, info: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5209 @ani.unsafe.Direct 5210 native static _NavPathStack_replacePath1(ptr: KPointer, info: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5211 native static _NavPathStack_replaceDestination(ptr: KPointer, info: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5212 @ani.unsafe.Quick 5213 native static _NavPathStack_replacePathByName(ptr: KPointer, name: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): void 5214 @ani.unsafe.Direct 5215 native static _NavPathStack_removeByIndexes(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): number 5216 @ani.unsafe.Quick 5217 native static _NavPathStack_removeByName(ptr: KPointer, name: KStringPtr): number 5218 @ani.unsafe.Quick 5219 native static _NavPathStack_removeByNavDestinationId(ptr: KPointer, navDestinationId: KStringPtr): boolean 5220 @ani.unsafe.Quick 5221 native static _NavPathStack_pop0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 5222 @ani.unsafe.Quick 5223 native static _NavPathStack_pop1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 5224 @ani.unsafe.Quick 5225 native static _NavPathStack_popToName0(ptr: KPointer, name: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): number 5226 @ani.unsafe.Quick 5227 native static _NavPathStack_popToName1(ptr: KPointer, name: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): number 5228 @ani.unsafe.Direct 5229 native static _NavPathStack_popToIndex0(ptr: KPointer, index: number, thisArray: KSerializerBuffer, thisLength: int32): void 5230 @ani.unsafe.Direct 5231 native static _NavPathStack_popToIndex1(ptr: KPointer, index: number, thisArray: KSerializerBuffer, thisLength: int32): void 5232 @ani.unsafe.Quick 5233 native static _NavPathStack_moveToTop(ptr: KPointer, name: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): number 5234 @ani.unsafe.Direct 5235 native static _NavPathStack_moveIndexToTop(ptr: KPointer, index: number, thisArray: KSerializerBuffer, thisLength: int32): void 5236 @ani.unsafe.Direct 5237 native static _NavPathStack_clear(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5238 @ani.unsafe.Quick 5239 native static _NavPathStack_getAllPathName(ptr: KPointer): KInteropReturnBuffer 5240 @ani.unsafe.Quick 5241 native static _NavPathStack_getParamByIndex(ptr: KPointer, index: number): KInteropReturnBuffer 5242 @ani.unsafe.Quick 5243 native static _NavPathStack_getParamByName(ptr: KPointer, name: KStringPtr): KInteropReturnBuffer 5244 @ani.unsafe.Quick 5245 native static _NavPathStack_getIndexByName(ptr: KPointer, name: KStringPtr): KInteropReturnBuffer 5246 @ani.unsafe.Quick 5247 native static _NavPathStack_getParent(ptr: KPointer): KInteropReturnBuffer 5248 @ani.unsafe.Direct 5249 native static _NavPathStack_size(ptr: KPointer): number 5250 @ani.unsafe.Direct 5251 native static _NavPathStack_disableAnimation(ptr: KPointer, value: KInt): void 5252 @ani.unsafe.Direct 5253 native static _NavPathStack_setInterception(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5254 @ani.unsafe.Quick 5255 native static _NavPathStack_getPathStack(ptr: KPointer): KInteropReturnBuffer 5256 @ani.unsafe.Direct 5257 native static _NavPathStack_setPathStack(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5258 @ani.unsafe.Direct 5259 native static _NavigationTransitionProxy_ctor(): KPointer 5260 @ani.unsafe.Direct 5261 native static _NavigationTransitionProxy_getFinalizer(): KPointer 5262 @ani.unsafe.Direct 5263 native static _NavigationTransitionProxy_finishTransition(ptr: KPointer): void 5264 @ani.unsafe.Direct 5265 native static _NavigationTransitionProxy_cancelTransition(ptr: KPointer): void 5266 @ani.unsafe.Direct 5267 native static _NavigationTransitionProxy_updateTransition(ptr: KPointer, progress: number): void 5268 @ani.unsafe.Quick 5269 native static _NavigationTransitionProxy_getFrom(ptr: KPointer): KInteropReturnBuffer 5270 @ani.unsafe.Direct 5271 native static _NavigationTransitionProxy_setFrom(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5272 @ani.unsafe.Quick 5273 native static _NavigationTransitionProxy_getTo(ptr: KPointer): KInteropReturnBuffer 5274 @ani.unsafe.Direct 5275 native static _NavigationTransitionProxy_setTo(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5276 @ani.unsafe.Quick 5277 native static _NavigationTransitionProxy_getIsInteractive(ptr: KPointer): KInteropReturnBuffer 5278 @ani.unsafe.Direct 5279 native static _NavigationTransitionProxy_setIsInteractive(ptr: KPointer, isInteractive: KInt): void 5280 @ani.unsafe.Direct 5281 native static _CanvasGradient_ctor(): KPointer 5282 @ani.unsafe.Direct 5283 native static _CanvasGradient_getFinalizer(): KPointer 5284 @ani.unsafe.Quick 5285 native static _CanvasGradient_addColorStop(ptr: KPointer, offset: number, color: KStringPtr): void 5286 @ani.unsafe.Direct 5287 native static _CanvasPath_ctor(): KPointer 5288 @ani.unsafe.Direct 5289 native static _CanvasPath_getFinalizer(): KPointer 5290 @ani.unsafe.Direct 5291 native static _CanvasPath_arc(ptr: KPointer, x: number, y: number, radius: number, startAngle: number, endAngle: number, thisArray: KSerializerBuffer, thisLength: int32): void 5292 @ani.unsafe.Direct 5293 native static _CanvasPath_arcTo(ptr: KPointer, x1: number, y1: number, x2: number, y2: number, radius: number): void 5294 @ani.unsafe.Direct 5295 native static _CanvasPath_bezierCurveTo(ptr: KPointer, cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void 5296 @ani.unsafe.Direct 5297 native static _CanvasPath_closePath(ptr: KPointer): void 5298 @ani.unsafe.Direct 5299 native static _CanvasPath_ellipse(ptr: KPointer, x: number, y: number, radiusX: number, radiusY: number, rotation: number, startAngle: number, endAngle: number, thisArray: KSerializerBuffer, thisLength: int32): void 5300 @ani.unsafe.Direct 5301 native static _CanvasPath_lineTo(ptr: KPointer, x: number, y: number): void 5302 @ani.unsafe.Direct 5303 native static _CanvasPath_moveTo(ptr: KPointer, x: number, y: number): void 5304 @ani.unsafe.Direct 5305 native static _CanvasPath_quadraticCurveTo(ptr: KPointer, cpx: number, cpy: number, x: number, y: number): void 5306 @ani.unsafe.Direct 5307 native static _CanvasPath_rect(ptr: KPointer, x: number, y: number, w: number, h: number): void 5308 @ani.unsafe.Direct 5309 native static _Path2D_ctor(): KPointer 5310 @ani.unsafe.Direct 5311 native static _Path2D_getFinalizer(): KPointer 5312 @ani.unsafe.Direct 5313 native static _Path2D_addPath(ptr: KPointer, path: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5314 @ani.unsafe.Direct 5315 native static _CanvasPattern_ctor(): KPointer 5316 @ani.unsafe.Direct 5317 native static _CanvasPattern_getFinalizer(): KPointer 5318 @ani.unsafe.Direct 5319 native static _CanvasPattern_setTransform(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5320 @ani.unsafe.Quick 5321 native static _ImageBitmap_ctor(src: KStringPtr): KPointer 5322 @ani.unsafe.Direct 5323 native static _ImageBitmap_getFinalizer(): KPointer 5324 @ani.unsafe.Direct 5325 native static _ImageBitmap_close(ptr: KPointer): void 5326 @ani.unsafe.Direct 5327 native static _ImageBitmap_getHeight(ptr: KPointer): number 5328 @ani.unsafe.Direct 5329 native static _ImageBitmap_getWidth(ptr: KPointer): number 5330 @ani.unsafe.Direct 5331 native static _ImageData_ctor(width: number, height: number, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5332 @ani.unsafe.Direct 5333 native static _ImageData_getFinalizer(): KPointer 5334 @ani.unsafe.Quick 5335 native static _ImageData_getData(ptr: KPointer): KInteropReturnBuffer 5336 @ani.unsafe.Direct 5337 native static _ImageData_getHeight(ptr: KPointer): number 5338 @ani.unsafe.Direct 5339 native static _ImageData_getWidth(ptr: KPointer): number 5340 @ani.unsafe.Direct 5341 native static _RenderingContextSettings_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5342 @ani.unsafe.Direct 5343 native static _RenderingContextSettings_getFinalizer(): KPointer 5344 @ani.unsafe.Quick 5345 native static _RenderingContextSettings_getAntialias(ptr: KPointer): KInteropReturnBuffer 5346 @ani.unsafe.Direct 5347 native static _RenderingContextSettings_setAntialias(ptr: KPointer, antialias: KInt): void 5348 @ani.unsafe.Direct 5349 native static _CanvasRenderer_ctor(): KPointer 5350 @ani.unsafe.Direct 5351 native static _CanvasRenderer_getFinalizer(): KPointer 5352 @ani.unsafe.Direct 5353 native static _CanvasRenderer_drawImage0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, dx: number, dy: number): void 5354 @ani.unsafe.Direct 5355 native static _CanvasRenderer_drawImage1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, dx: number, dy: number, dw: number, dh: number): void 5356 @ani.unsafe.Direct 5357 native static _CanvasRenderer_drawImage2(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, sx: number, sy: number, sw: number, sh: number, dx: number, dy: number, dw: number, dh: number): void 5358 @ani.unsafe.Direct 5359 native static _CanvasRenderer_beginPath(ptr: KPointer): void 5360 @ani.unsafe.Direct 5361 native static _CanvasRenderer_clip0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5362 @ani.unsafe.Direct 5363 native static _CanvasRenderer_clip1(ptr: KPointer, path: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5364 @ani.unsafe.Direct 5365 native static _CanvasRenderer_fill0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5366 @ani.unsafe.Direct 5367 native static _CanvasRenderer_fill1(ptr: KPointer, path: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5368 @ani.unsafe.Direct 5369 native static _CanvasRenderer_stroke0(ptr: KPointer): void 5370 @ani.unsafe.Direct 5371 native static _CanvasRenderer_stroke1(ptr: KPointer, path: KPointer): void 5372 @ani.unsafe.Direct 5373 native static _CanvasRenderer_createLinearGradient(ptr: KPointer, x0: number, y0: number, x1: number, y1: number): KPointer 5374 @ani.unsafe.Quick 5375 native static _CanvasRenderer_createPattern(ptr: KPointer, image: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 5376 @ani.unsafe.Direct 5377 native static _CanvasRenderer_createRadialGradient(ptr: KPointer, x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): KPointer 5378 @ani.unsafe.Direct 5379 native static _CanvasRenderer_createConicGradient(ptr: KPointer, startAngle: number, x: number, y: number): KPointer 5380 @ani.unsafe.Direct 5381 native static _CanvasRenderer_createImageData0(ptr: KPointer, sw: number, sh: number): KPointer 5382 @ani.unsafe.Direct 5383 native static _CanvasRenderer_createImageData1(ptr: KPointer, imagedata: KPointer): KPointer 5384 @ani.unsafe.Direct 5385 native static _CanvasRenderer_getImageData(ptr: KPointer, sx: number, sy: number, sw: number, sh: number): KPointer 5386 @ani.unsafe.Direct 5387 native static _CanvasRenderer_getPixelMap(ptr: KPointer, sx: number, sy: number, sw: number, sh: number): KPointer 5388 @ani.unsafe.Direct 5389 native static _CanvasRenderer_putImageData0(ptr: KPointer, imagedata: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5390 @ani.unsafe.Direct 5391 native static _CanvasRenderer_putImageData1(ptr: KPointer, imagedata: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5392 @ani.unsafe.Quick 5393 native static _CanvasRenderer_getLineDash(ptr: KPointer): KInteropReturnBuffer 5394 @ani.unsafe.Direct 5395 native static _CanvasRenderer_setLineDash(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5396 @ani.unsafe.Direct 5397 native static _CanvasRenderer_clearRect(ptr: KPointer, x: number, y: number, w: number, h: number): void 5398 @ani.unsafe.Direct 5399 native static _CanvasRenderer_fillRect(ptr: KPointer, x: number, y: number, w: number, h: number): void 5400 @ani.unsafe.Direct 5401 native static _CanvasRenderer_strokeRect(ptr: KPointer, x: number, y: number, w: number, h: number): void 5402 @ani.unsafe.Direct 5403 native static _CanvasRenderer_restore(ptr: KPointer): void 5404 @ani.unsafe.Direct 5405 native static _CanvasRenderer_save(ptr: KPointer): void 5406 @ani.unsafe.Quick 5407 native static _CanvasRenderer_fillText(ptr: KPointer, text: KStringPtr, x: number, y: number, thisArray: KSerializerBuffer, thisLength: int32): void 5408 @ani.unsafe.Quick 5409 native static _CanvasRenderer_measureText(ptr: KPointer, text: KStringPtr): KInteropReturnBuffer 5410 @ani.unsafe.Quick 5411 native static _CanvasRenderer_strokeText(ptr: KPointer, text: KStringPtr, x: number, y: number, thisArray: KSerializerBuffer, thisLength: int32): void 5412 @ani.unsafe.Direct 5413 native static _CanvasRenderer_getTransform(ptr: KPointer): KPointer 5414 @ani.unsafe.Direct 5415 native static _CanvasRenderer_resetTransform(ptr: KPointer): void 5416 @ani.unsafe.Direct 5417 native static _CanvasRenderer_rotate(ptr: KPointer, angle: number): void 5418 @ani.unsafe.Direct 5419 native static _CanvasRenderer_scale(ptr: KPointer, x: number, y: number): void 5420 @ani.unsafe.Direct 5421 native static _CanvasRenderer_setTransform0(ptr: KPointer, a: number, b: number, c: number, d: number, e: number, f: number): void 5422 @ani.unsafe.Direct 5423 native static _CanvasRenderer_setTransform1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5424 @ani.unsafe.Direct 5425 native static _CanvasRenderer_transform(ptr: KPointer, a: number, b: number, c: number, d: number, e: number, f: number): void 5426 @ani.unsafe.Direct 5427 native static _CanvasRenderer_translate(ptr: KPointer, x: number, y: number): void 5428 @ani.unsafe.Direct 5429 native static _CanvasRenderer_setPixelMap(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5430 @ani.unsafe.Direct 5431 native static _CanvasRenderer_transferFromImageBitmap(ptr: KPointer, bitmap: KPointer): void 5432 @ani.unsafe.Direct 5433 native static _CanvasRenderer_saveLayer(ptr: KPointer): void 5434 @ani.unsafe.Direct 5435 native static _CanvasRenderer_restoreLayer(ptr: KPointer): void 5436 @ani.unsafe.Direct 5437 native static _CanvasRenderer_reset(ptr: KPointer): void 5438 @ani.unsafe.Quick 5439 native static _CanvasRenderer_getLetterSpacing(ptr: KPointer): KInteropReturnBuffer 5440 @ani.unsafe.Direct 5441 native static _CanvasRenderer_setLetterSpacing(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5442 @ani.unsafe.Direct 5443 native static _CanvasRenderer_getGlobalAlpha(ptr: KPointer): number 5444 @ani.unsafe.Direct 5445 native static _CanvasRenderer_setGlobalAlpha(ptr: KPointer, globalAlpha: number): void 5446 @ani.unsafe.Quick 5447 native static _CanvasRenderer_getGlobalCompositeOperation(ptr: KPointer): string 5448 @ani.unsafe.Quick 5449 native static _CanvasRenderer_setGlobalCompositeOperation(ptr: KPointer, globalCompositeOperation: KStringPtr): void 5450 @ani.unsafe.Quick 5451 native static _CanvasRenderer_getFillStyle(ptr: KPointer): KInteropReturnBuffer 5452 @ani.unsafe.Direct 5453 native static _CanvasRenderer_setFillStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5454 @ani.unsafe.Quick 5455 native static _CanvasRenderer_getStrokeStyle(ptr: KPointer): KInteropReturnBuffer 5456 @ani.unsafe.Direct 5457 native static _CanvasRenderer_setStrokeStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5458 @ani.unsafe.Quick 5459 native static _CanvasRenderer_getFilter(ptr: KPointer): string 5460 @ani.unsafe.Quick 5461 native static _CanvasRenderer_setFilter(ptr: KPointer, filter: KStringPtr): void 5462 @ani.unsafe.Direct 5463 native static _CanvasRenderer_getImageSmoothingEnabled(ptr: KPointer): boolean 5464 @ani.unsafe.Direct 5465 native static _CanvasRenderer_setImageSmoothingEnabled(ptr: KPointer, imageSmoothingEnabled: KInt): void 5466 @ani.unsafe.Direct 5467 native static _CanvasRenderer_getImageSmoothingQuality(ptr: KPointer): KPointer 5468 @ani.unsafe.Quick 5469 native static _CanvasRenderer_setImageSmoothingQuality(ptr: KPointer, imageSmoothingQuality: KStringPtr): void 5470 @ani.unsafe.Direct 5471 native static _CanvasRenderer_getLineCap(ptr: KPointer): KPointer 5472 @ani.unsafe.Quick 5473 native static _CanvasRenderer_setLineCap(ptr: KPointer, lineCap: KStringPtr): void 5474 @ani.unsafe.Direct 5475 native static _CanvasRenderer_getLineDashOffset(ptr: KPointer): number 5476 @ani.unsafe.Direct 5477 native static _CanvasRenderer_setLineDashOffset(ptr: KPointer, lineDashOffset: number): void 5478 @ani.unsafe.Direct 5479 native static _CanvasRenderer_getLineJoin(ptr: KPointer): KPointer 5480 @ani.unsafe.Quick 5481 native static _CanvasRenderer_setLineJoin(ptr: KPointer, lineJoin: KStringPtr): void 5482 @ani.unsafe.Direct 5483 native static _CanvasRenderer_getLineWidth(ptr: KPointer): number 5484 @ani.unsafe.Direct 5485 native static _CanvasRenderer_setLineWidth(ptr: KPointer, lineWidth: number): void 5486 @ani.unsafe.Direct 5487 native static _CanvasRenderer_getMiterLimit(ptr: KPointer): number 5488 @ani.unsafe.Direct 5489 native static _CanvasRenderer_setMiterLimit(ptr: KPointer, miterLimit: number): void 5490 @ani.unsafe.Direct 5491 native static _CanvasRenderer_getShadowBlur(ptr: KPointer): number 5492 @ani.unsafe.Direct 5493 native static _CanvasRenderer_setShadowBlur(ptr: KPointer, shadowBlur: number): void 5494 @ani.unsafe.Quick 5495 native static _CanvasRenderer_getShadowColor(ptr: KPointer): string 5496 @ani.unsafe.Quick 5497 native static _CanvasRenderer_setShadowColor(ptr: KPointer, shadowColor: KStringPtr): void 5498 @ani.unsafe.Direct 5499 native static _CanvasRenderer_getShadowOffsetX(ptr: KPointer): number 5500 @ani.unsafe.Direct 5501 native static _CanvasRenderer_setShadowOffsetX(ptr: KPointer, shadowOffsetX: number): void 5502 @ani.unsafe.Direct 5503 native static _CanvasRenderer_getShadowOffsetY(ptr: KPointer): number 5504 @ani.unsafe.Direct 5505 native static _CanvasRenderer_setShadowOffsetY(ptr: KPointer, shadowOffsetY: number): void 5506 @ani.unsafe.Direct 5507 native static _CanvasRenderer_getDirection(ptr: KPointer): KPointer 5508 @ani.unsafe.Quick 5509 native static _CanvasRenderer_setDirection(ptr: KPointer, direction: KStringPtr): void 5510 @ani.unsafe.Quick 5511 native static _CanvasRenderer_getFont(ptr: KPointer): string 5512 @ani.unsafe.Quick 5513 native static _CanvasRenderer_setFont(ptr: KPointer, font: KStringPtr): void 5514 @ani.unsafe.Direct 5515 native static _CanvasRenderer_getTextAlign(ptr: KPointer): KPointer 5516 @ani.unsafe.Quick 5517 native static _CanvasRenderer_setTextAlign(ptr: KPointer, textAlign: KStringPtr): void 5518 @ani.unsafe.Direct 5519 native static _CanvasRenderer_getTextBaseline(ptr: KPointer): KPointer 5520 @ani.unsafe.Quick 5521 native static _CanvasRenderer_setTextBaseline(ptr: KPointer, textBaseline: KStringPtr): void 5522 @ani.unsafe.Direct 5523 native static _CanvasRenderingContext2D_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5524 @ani.unsafe.Direct 5525 native static _CanvasRenderingContext2D_getFinalizer(): KPointer 5526 @ani.unsafe.Quick 5527 native static _CanvasRenderingContext2D_toDataURL(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): string 5528 native static _CanvasRenderingContext2D_startImageAnalyzer(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5529 @ani.unsafe.Direct 5530 native static _CanvasRenderingContext2D_stopImageAnalyzer(ptr: KPointer): void 5531 native static _CanvasRenderingContext2D_onOnAttach(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5532 native static _CanvasRenderingContext2D_onOnDetach(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5533 native static _CanvasRenderingContext2D_offOnAttach(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5534 native static _CanvasRenderingContext2D_offOnDetach(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5535 @ani.unsafe.Direct 5536 native static _CanvasRenderingContext2D_getHeight(ptr: KPointer): number 5537 @ani.unsafe.Direct 5538 native static _CanvasRenderingContext2D_getWidth(ptr: KPointer): number 5539 @ani.unsafe.Direct 5540 native static _CanvasRenderingContext2D_getCanvas(ptr: KPointer): KPointer 5541 @ani.unsafe.Direct 5542 native static _OffscreenCanvasRenderingContext2D_ctor(width: number, height: number, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5543 @ani.unsafe.Direct 5544 native static _OffscreenCanvasRenderingContext2D_getFinalizer(): KPointer 5545 @ani.unsafe.Quick 5546 native static _OffscreenCanvasRenderingContext2D_toDataURL(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): string 5547 @ani.unsafe.Direct 5548 native static _OffscreenCanvasRenderingContext2D_transferToImageBitmap(ptr: KPointer): KPointer 5549 @ani.unsafe.Direct 5550 native static _OffscreenCanvas_ctor(width: number, height: number): KPointer 5551 @ani.unsafe.Direct 5552 native static _OffscreenCanvas_getFinalizer(): KPointer 5553 @ani.unsafe.Direct 5554 native static _OffscreenCanvas_transferToImageBitmap(ptr: KPointer): KPointer 5555 @ani.unsafe.Direct 5556 native static _OffscreenCanvas_getContext2d(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5557 @ani.unsafe.Direct 5558 native static _OffscreenCanvas_getHeight(ptr: KPointer): number 5559 @ani.unsafe.Direct 5560 native static _OffscreenCanvas_setHeight(ptr: KPointer, height: number): void 5561 @ani.unsafe.Direct 5562 native static _OffscreenCanvas_getWidth(ptr: KPointer): number 5563 @ani.unsafe.Direct 5564 native static _OffscreenCanvas_setWidth(ptr: KPointer, width: number): void 5565 @ani.unsafe.Direct 5566 native static _DrawingRenderingContext_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5567 @ani.unsafe.Direct 5568 native static _DrawingRenderingContext_getFinalizer(): KPointer 5569 @ani.unsafe.Direct 5570 native static _DrawingRenderingContext_invalidate(ptr: KPointer): void 5571 @ani.unsafe.Quick 5572 native static _DrawingRenderingContext_getSize(ptr: KPointer): KInteropReturnBuffer 5573 @ani.unsafe.Direct 5574 native static _DrawingRenderingContext_getCanvas(ptr: KPointer): KPointer 5575 @ani.unsafe.Direct 5576 native static _ContextMenu_close(): undefined 5577 @ani.unsafe.Direct 5578 native static _CustomDialogController_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5579 @ani.unsafe.Direct 5580 native static _CustomDialogController_getFinalizer(): KPointer 5581 @ani.unsafe.Direct 5582 native static _CustomDialogController_open(ptr: KPointer): undefined 5583 @ani.unsafe.Direct 5584 native static _CustomDialogController_close(ptr: KPointer): undefined 5585 @ani.unsafe.Direct 5586 native static _LinearGradient_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5587 @ani.unsafe.Direct 5588 native static _LinearGradient_getFinalizer(): KPointer 5589 @ani.unsafe.Direct 5590 native static _DatePickerDialog_show(thisArray: KSerializerBuffer, thisLength: int32): undefined 5591 @ani.unsafe.Direct 5592 native static _BaseGestureEvent_ctor(): KPointer 5593 @ani.unsafe.Direct 5594 native static _BaseGestureEvent_getFinalizer(): KPointer 5595 @ani.unsafe.Quick 5596 native static _BaseGestureEvent_getFingerList(ptr: KPointer): KInteropReturnBuffer 5597 @ani.unsafe.Direct 5598 native static _BaseGestureEvent_setFingerList(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5599 @ani.unsafe.Direct 5600 native static _TapGestureEvent_ctor(): KPointer 5601 @ani.unsafe.Direct 5602 native static _TapGestureEvent_getFinalizer(): KPointer 5603 @ani.unsafe.Direct 5604 native static _LongPressGestureEvent_ctor(): KPointer 5605 @ani.unsafe.Direct 5606 native static _LongPressGestureEvent_getFinalizer(): KPointer 5607 @ani.unsafe.Direct 5608 native static _LongPressGestureEvent_getRepeat(ptr: KPointer): boolean 5609 @ani.unsafe.Direct 5610 native static _LongPressGestureEvent_setRepeat(ptr: KPointer, repeat: KInt): void 5611 @ani.unsafe.Direct 5612 native static _PanGestureEvent_ctor(): KPointer 5613 @ani.unsafe.Direct 5614 native static _PanGestureEvent_getFinalizer(): KPointer 5615 @ani.unsafe.Direct 5616 native static _PanGestureEvent_getOffsetX(ptr: KPointer): number 5617 @ani.unsafe.Direct 5618 native static _PanGestureEvent_setOffsetX(ptr: KPointer, offsetX: number): void 5619 @ani.unsafe.Direct 5620 native static _PanGestureEvent_getOffsetY(ptr: KPointer): number 5621 @ani.unsafe.Direct 5622 native static _PanGestureEvent_setOffsetY(ptr: KPointer, offsetY: number): void 5623 @ani.unsafe.Direct 5624 native static _PanGestureEvent_getVelocityX(ptr: KPointer): number 5625 @ani.unsafe.Direct 5626 native static _PanGestureEvent_setVelocityX(ptr: KPointer, velocityX: number): void 5627 @ani.unsafe.Direct 5628 native static _PanGestureEvent_getVelocityY(ptr: KPointer): number 5629 @ani.unsafe.Direct 5630 native static _PanGestureEvent_setVelocityY(ptr: KPointer, velocityY: number): void 5631 @ani.unsafe.Direct 5632 native static _PanGestureEvent_getVelocity(ptr: KPointer): number 5633 @ani.unsafe.Direct 5634 native static _PanGestureEvent_setVelocity(ptr: KPointer, velocity: number): void 5635 @ani.unsafe.Direct 5636 native static _PinchGestureEvent_ctor(): KPointer 5637 @ani.unsafe.Direct 5638 native static _PinchGestureEvent_getFinalizer(): KPointer 5639 @ani.unsafe.Direct 5640 native static _PinchGestureEvent_getScale(ptr: KPointer): number 5641 @ani.unsafe.Direct 5642 native static _PinchGestureEvent_setScale(ptr: KPointer, scale: number): void 5643 @ani.unsafe.Direct 5644 native static _PinchGestureEvent_getPinchCenterX(ptr: KPointer): number 5645 @ani.unsafe.Direct 5646 native static _PinchGestureEvent_setPinchCenterX(ptr: KPointer, pinchCenterX: number): void 5647 @ani.unsafe.Direct 5648 native static _PinchGestureEvent_getPinchCenterY(ptr: KPointer): number 5649 @ani.unsafe.Direct 5650 native static _PinchGestureEvent_setPinchCenterY(ptr: KPointer, pinchCenterY: number): void 5651 @ani.unsafe.Direct 5652 native static _RotationGestureEvent_ctor(): KPointer 5653 @ani.unsafe.Direct 5654 native static _RotationGestureEvent_getFinalizer(): KPointer 5655 @ani.unsafe.Direct 5656 native static _RotationGestureEvent_getAngle(ptr: KPointer): number 5657 @ani.unsafe.Direct 5658 native static _RotationGestureEvent_setAngle(ptr: KPointer, angle: number): void 5659 @ani.unsafe.Direct 5660 native static _SwipeGestureEvent_ctor(): KPointer 5661 @ani.unsafe.Direct 5662 native static _SwipeGestureEvent_getFinalizer(): KPointer 5663 @ani.unsafe.Direct 5664 native static _SwipeGestureEvent_getAngle(ptr: KPointer): number 5665 @ani.unsafe.Direct 5666 native static _SwipeGestureEvent_setAngle(ptr: KPointer, angle: number): void 5667 @ani.unsafe.Direct 5668 native static _SwipeGestureEvent_getSpeed(ptr: KPointer): number 5669 @ani.unsafe.Direct 5670 native static _SwipeGestureEvent_setSpeed(ptr: KPointer, speed: number): void 5671 @ani.unsafe.Direct 5672 native static _GestureEvent_ctor(): KPointer 5673 @ani.unsafe.Direct 5674 native static _GestureEvent_getFinalizer(): KPointer 5675 @ani.unsafe.Direct 5676 native static _GestureEvent_getRepeat(ptr: KPointer): boolean 5677 @ani.unsafe.Direct 5678 native static _GestureEvent_setRepeat(ptr: KPointer, repeat: KInt): void 5679 @ani.unsafe.Quick 5680 native static _GestureEvent_getFingerList(ptr: KPointer): KInteropReturnBuffer 5681 @ani.unsafe.Direct 5682 native static _GestureEvent_setFingerList(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5683 @ani.unsafe.Direct 5684 native static _GestureEvent_getOffsetX(ptr: KPointer): number 5685 @ani.unsafe.Direct 5686 native static _GestureEvent_setOffsetX(ptr: KPointer, offsetX: number): void 5687 @ani.unsafe.Direct 5688 native static _GestureEvent_getOffsetY(ptr: KPointer): number 5689 @ani.unsafe.Direct 5690 native static _GestureEvent_setOffsetY(ptr: KPointer, offsetY: number): void 5691 @ani.unsafe.Direct 5692 native static _GestureEvent_getAngle(ptr: KPointer): number 5693 @ani.unsafe.Direct 5694 native static _GestureEvent_setAngle(ptr: KPointer, angle: number): void 5695 @ani.unsafe.Direct 5696 native static _GestureEvent_getSpeed(ptr: KPointer): number 5697 @ani.unsafe.Direct 5698 native static _GestureEvent_setSpeed(ptr: KPointer, speed: number): void 5699 @ani.unsafe.Direct 5700 native static _GestureEvent_getScale(ptr: KPointer): number 5701 @ani.unsafe.Direct 5702 native static _GestureEvent_setScale(ptr: KPointer, scale: number): void 5703 @ani.unsafe.Direct 5704 native static _GestureEvent_getPinchCenterX(ptr: KPointer): number 5705 @ani.unsafe.Direct 5706 native static _GestureEvent_setPinchCenterX(ptr: KPointer, pinchCenterX: number): void 5707 @ani.unsafe.Direct 5708 native static _GestureEvent_getPinchCenterY(ptr: KPointer): number 5709 @ani.unsafe.Direct 5710 native static _GestureEvent_setPinchCenterY(ptr: KPointer, pinchCenterY: number): void 5711 @ani.unsafe.Direct 5712 native static _GestureEvent_getVelocityX(ptr: KPointer): number 5713 @ani.unsafe.Direct 5714 native static _GestureEvent_setVelocityX(ptr: KPointer, velocityX: number): void 5715 @ani.unsafe.Direct 5716 native static _GestureEvent_getVelocityY(ptr: KPointer): number 5717 @ani.unsafe.Direct 5718 native static _GestureEvent_setVelocityY(ptr: KPointer, velocityY: number): void 5719 @ani.unsafe.Direct 5720 native static _GestureEvent_getVelocity(ptr: KPointer): number 5721 @ani.unsafe.Direct 5722 native static _GestureEvent_setVelocity(ptr: KPointer, velocity: number): void 5723 @ani.unsafe.Direct 5724 native static _TapGestureInterface_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5725 @ani.unsafe.Direct 5726 native static _TapGestureInterface_getFinalizer(): KPointer 5727 @ani.unsafe.Direct 5728 native static _TapGestureInterface_onAction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5729 @ani.unsafe.Direct 5730 native static _LongPressGestureInterface_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5731 @ani.unsafe.Direct 5732 native static _LongPressGestureInterface_getFinalizer(): KPointer 5733 @ani.unsafe.Direct 5734 native static _LongPressGestureInterface_onAction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5735 @ani.unsafe.Direct 5736 native static _LongPressGestureInterface_onActionEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5737 @ani.unsafe.Direct 5738 native static _LongPressGestureInterface_onActionCancel0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5739 @ani.unsafe.Direct 5740 native static _LongPressGestureInterface_onActionCancel1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5741 @ani.unsafe.Direct 5742 native static _PanGestureOptions_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5743 @ani.unsafe.Direct 5744 native static _PanGestureOptions_getFinalizer(): KPointer 5745 @ani.unsafe.Direct 5746 native static _PanGestureOptions_setDirection(ptr: KPointer, value: KInt): undefined 5747 @ani.unsafe.Direct 5748 native static _PanGestureOptions_setDistance(ptr: KPointer, value: number): undefined 5749 @ani.unsafe.Direct 5750 native static _PanGestureOptions_setFingers(ptr: KPointer, value: number): undefined 5751 @ani.unsafe.Direct 5752 native static _PanGestureOptions_getDirection(ptr: KPointer): int32 5753 @ani.unsafe.Direct 5754 native static _PanGestureOptions_getDistance(ptr: KPointer): number 5755 @ani.unsafe.Direct 5756 native static _PanGestureInterface_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5757 @ani.unsafe.Direct 5758 native static _PanGestureInterface_getFinalizer(): KPointer 5759 @ani.unsafe.Direct 5760 native static _PanGestureInterface_onActionStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5761 @ani.unsafe.Direct 5762 native static _PanGestureInterface_onActionUpdate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5763 @ani.unsafe.Direct 5764 native static _PanGestureInterface_onActionEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5765 @ani.unsafe.Direct 5766 native static _PanGestureInterface_onActionCancel0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5767 @ani.unsafe.Direct 5768 native static _PanGestureInterface_onActionCancel1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5769 @ani.unsafe.Direct 5770 native static _SwipeGestureInterface_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5771 @ani.unsafe.Direct 5772 native static _SwipeGestureInterface_getFinalizer(): KPointer 5773 @ani.unsafe.Direct 5774 native static _SwipeGestureInterface_onAction(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5775 @ani.unsafe.Direct 5776 native static _PinchGestureInterface_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5777 @ani.unsafe.Direct 5778 native static _PinchGestureInterface_getFinalizer(): KPointer 5779 @ani.unsafe.Direct 5780 native static _PinchGestureInterface_onActionStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5781 @ani.unsafe.Direct 5782 native static _PinchGestureInterface_onActionUpdate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5783 @ani.unsafe.Direct 5784 native static _PinchGestureInterface_onActionEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5785 @ani.unsafe.Direct 5786 native static _PinchGestureInterface_onActionCancel0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5787 @ani.unsafe.Direct 5788 native static _PinchGestureInterface_onActionCancel1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5789 @ani.unsafe.Direct 5790 native static _RotationGestureInterface_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 5791 @ani.unsafe.Direct 5792 native static _RotationGestureInterface_getFinalizer(): KPointer 5793 @ani.unsafe.Direct 5794 native static _RotationGestureInterface_onActionStart(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5795 @ani.unsafe.Direct 5796 native static _RotationGestureInterface_onActionUpdate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5797 @ani.unsafe.Direct 5798 native static _RotationGestureInterface_onActionEnd(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5799 @ani.unsafe.Direct 5800 native static _RotationGestureInterface_onActionCancel0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5801 @ani.unsafe.Direct 5802 native static _RotationGestureInterface_onActionCancel1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5803 @ani.unsafe.Direct 5804 native static _GestureGroupInterface_ctor(mode: KInt, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5805 @ani.unsafe.Direct 5806 native static _GestureGroupInterface_getFinalizer(): KPointer 5807 @ani.unsafe.Direct 5808 native static _GestureGroupInterface_onCancel(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5809 @ani.unsafe.Direct 5810 native static _ScrollableTargetInfo_ctor(): KPointer 5811 @ani.unsafe.Direct 5812 native static _ScrollableTargetInfo_getFinalizer(): KPointer 5813 @ani.unsafe.Direct 5814 native static _ScrollableTargetInfo_isBegin(ptr: KPointer): boolean 5815 @ani.unsafe.Direct 5816 native static _ScrollableTargetInfo_isEnd(ptr: KPointer): boolean 5817 @ani.unsafe.Direct 5818 native static _EventTargetInfo_ctor(): KPointer 5819 @ani.unsafe.Direct 5820 native static _EventTargetInfo_getFinalizer(): KPointer 5821 @ani.unsafe.Quick 5822 native static _EventTargetInfo_getId(ptr: KPointer): string 5823 @ani.unsafe.Direct 5824 native static _GestureRecognizer_ctor(): KPointer 5825 @ani.unsafe.Direct 5826 native static _GestureRecognizer_getFinalizer(): KPointer 5827 @ani.unsafe.Quick 5828 native static _GestureRecognizer_getTag(ptr: KPointer): string 5829 @ani.unsafe.Direct 5830 native static _GestureRecognizer_getType(ptr: KPointer): int32 5831 @ani.unsafe.Direct 5832 native static _GestureRecognizer_isBuiltIn(ptr: KPointer): boolean 5833 @ani.unsafe.Direct 5834 native static _GestureRecognizer_setEnabled(ptr: KPointer, isEnabled: KInt): void 5835 @ani.unsafe.Direct 5836 native static _GestureRecognizer_isEnabled(ptr: KPointer): boolean 5837 @ani.unsafe.Direct 5838 native static _GestureRecognizer_getState(ptr: KPointer): int32 5839 @ani.unsafe.Direct 5840 native static _GestureRecognizer_getEventTargetInfo(ptr: KPointer): KPointer 5841 @ani.unsafe.Direct 5842 native static _GestureRecognizer_isValid(ptr: KPointer): boolean 5843 @ani.unsafe.Direct 5844 native static _GestureRecognizer_getFingerCount(ptr: KPointer): number 5845 @ani.unsafe.Direct 5846 native static _GestureRecognizer_isFingerCountLimit(ptr: KPointer): boolean 5847 @ani.unsafe.Direct 5848 native static _TapRecognizer_ctor(): KPointer 5849 @ani.unsafe.Direct 5850 native static _TapRecognizer_getFinalizer(): KPointer 5851 @ani.unsafe.Direct 5852 native static _TapRecognizer_getTapCount(ptr: KPointer): number 5853 @ani.unsafe.Direct 5854 native static _LongPressRecognizer_ctor(): KPointer 5855 @ani.unsafe.Direct 5856 native static _LongPressRecognizer_getFinalizer(): KPointer 5857 @ani.unsafe.Direct 5858 native static _LongPressRecognizer_isRepeat(ptr: KPointer): boolean 5859 @ani.unsafe.Direct 5860 native static _LongPressRecognizer_getDuration(ptr: KPointer): number 5861 @ani.unsafe.Direct 5862 native static _SwipeRecognizer_ctor(): KPointer 5863 @ani.unsafe.Direct 5864 native static _SwipeRecognizer_getFinalizer(): KPointer 5865 @ani.unsafe.Direct 5866 native static _SwipeRecognizer_getVelocityThreshold(ptr: KPointer): number 5867 @ani.unsafe.Direct 5868 native static _SwipeRecognizer_getDirection(ptr: KPointer): int32 5869 @ani.unsafe.Direct 5870 native static _PinchRecognizer_ctor(): KPointer 5871 @ani.unsafe.Direct 5872 native static _PinchRecognizer_getFinalizer(): KPointer 5873 @ani.unsafe.Direct 5874 native static _PinchRecognizer_getDistance(ptr: KPointer): number 5875 @ani.unsafe.Direct 5876 native static _RotationRecognizer_ctor(): KPointer 5877 @ani.unsafe.Direct 5878 native static _RotationRecognizer_getFinalizer(): KPointer 5879 @ani.unsafe.Direct 5880 native static _RotationRecognizer_getAngle(ptr: KPointer): number 5881 @ani.unsafe.Direct 5882 native static _PanRecognizer_ctor(): KPointer 5883 @ani.unsafe.Direct 5884 native static _PanRecognizer_getFinalizer(): KPointer 5885 @ani.unsafe.Direct 5886 native static _PanRecognizer_getPanGestureOptions(ptr: KPointer): KPointer 5887 @ani.unsafe.Direct 5888 native static _ImageAnalyzerController_ctor(): KPointer 5889 @ani.unsafe.Direct 5890 native static _ImageAnalyzerController_getFinalizer(): KPointer 5891 @ani.unsafe.Quick 5892 native static _ImageAnalyzerController_getImageAnalyzerSupportTypes(ptr: KPointer): KInteropReturnBuffer 5893 @ani.unsafe.Direct 5894 native static _ListScroller_ctor(): KPointer 5895 @ani.unsafe.Direct 5896 native static _ListScroller_getFinalizer(): KPointer 5897 native static _ListScroller_getItemRectInGroup(ptr: KPointer, index: number, indexInGroup: number): KInteropReturnBuffer 5898 native static _ListScroller_scrollToItemInGroup(ptr: KPointer, index: number, indexInGroup: number, thisArray: KSerializerBuffer, thisLength: int32): void 5899 native static _ListScroller_closeAllSwipeActions(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5900 native static _ListScroller_getVisibleListContentInfo(ptr: KPointer, x: number, y: number): KInteropReturnBuffer 5901 @ani.unsafe.Direct 5902 native static _Matrix2D_ctor(): KPointer 5903 @ani.unsafe.Direct 5904 native static _Matrix2D_getFinalizer(): KPointer 5905 @ani.unsafe.Direct 5906 native static _Matrix2D_identity(ptr: KPointer): KPointer 5907 @ani.unsafe.Direct 5908 native static _Matrix2D_invert(ptr: KPointer): KPointer 5909 @ani.unsafe.Direct 5910 native static _Matrix2D_multiply(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5911 @ani.unsafe.Direct 5912 native static _Matrix2D_rotate0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5913 @ani.unsafe.Direct 5914 native static _Matrix2D_rotate1(ptr: KPointer, degree: number, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5915 @ani.unsafe.Direct 5916 native static _Matrix2D_translate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5917 @ani.unsafe.Direct 5918 native static _Matrix2D_scale(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 5919 @ani.unsafe.Quick 5920 native static _Matrix2D_getScaleX(ptr: KPointer): KInteropReturnBuffer 5921 @ani.unsafe.Direct 5922 native static _Matrix2D_setScaleX(ptr: KPointer, scaleX: number): void 5923 @ani.unsafe.Quick 5924 native static _Matrix2D_getRotateY(ptr: KPointer): KInteropReturnBuffer 5925 @ani.unsafe.Direct 5926 native static _Matrix2D_setRotateY(ptr: KPointer, rotateY: number): void 5927 @ani.unsafe.Quick 5928 native static _Matrix2D_getRotateX(ptr: KPointer): KInteropReturnBuffer 5929 @ani.unsafe.Direct 5930 native static _Matrix2D_setRotateX(ptr: KPointer, rotateX: number): void 5931 @ani.unsafe.Quick 5932 native static _Matrix2D_getScaleY(ptr: KPointer): KInteropReturnBuffer 5933 @ani.unsafe.Direct 5934 native static _Matrix2D_setScaleY(ptr: KPointer, scaleY: number): void 5935 @ani.unsafe.Quick 5936 native static _Matrix2D_getTranslateX(ptr: KPointer): KInteropReturnBuffer 5937 @ani.unsafe.Direct 5938 native static _Matrix2D_setTranslateX(ptr: KPointer, translateX: number): void 5939 @ani.unsafe.Quick 5940 native static _Matrix2D_getTranslateY(ptr: KPointer): KInteropReturnBuffer 5941 @ani.unsafe.Direct 5942 native static _Matrix2D_setTranslateY(ptr: KPointer, translateY: number): void 5943 @ani.unsafe.Direct 5944 native static _NavDestinationContext_ctor(): KPointer 5945 @ani.unsafe.Direct 5946 native static _NavDestinationContext_getFinalizer(): KPointer 5947 @ani.unsafe.Quick 5948 native static _NavDestinationContext_getConfigInRouteMap(ptr: KPointer): KInteropReturnBuffer 5949 @ani.unsafe.Direct 5950 native static _NavDestinationContext_getPathInfo(ptr: KPointer): KPointer 5951 @ani.unsafe.Direct 5952 native static _NavDestinationContext_setPathInfo(ptr: KPointer, pathInfo: KPointer): void 5953 @ani.unsafe.Direct 5954 native static _NavDestinationContext_getPathStack(ptr: KPointer): KPointer 5955 @ani.unsafe.Direct 5956 native static _NavDestinationContext_setPathStack(ptr: KPointer, pathStack: KPointer): void 5957 @ani.unsafe.Quick 5958 native static _NavDestinationContext_getNavDestinationId(ptr: KPointer): string 5959 @ani.unsafe.Quick 5960 native static _NavDestinationContext_setNavDestinationId(ptr: KPointer, navDestinationId: KStringPtr): void 5961 @ani.unsafe.Direct 5962 native static _PatternLockController_ctor(): KPointer 5963 @ani.unsafe.Direct 5964 native static _PatternLockController_getFinalizer(): KPointer 5965 @ani.unsafe.Direct 5966 native static _PatternLockController_reset(ptr: KPointer): undefined 5967 @ani.unsafe.Direct 5968 native static _PatternLockController_setChallengeResult(ptr: KPointer, result: KInt): void 5969 @ani.unsafe.Direct 5970 native static _VirtualScrollOptions_ctor(): KPointer 5971 @ani.unsafe.Direct 5972 native static _VirtualScrollOptions_getFinalizer(): KPointer 5973 @ani.unsafe.Direct 5974 native static _VirtualScrollOptions_onLazyLoading(ptr: KPointer, index: number): void 5975 @ani.unsafe.Direct 5976 native static _VirtualScrollOptions_onTotalCount(ptr: KPointer): number 5977 @ani.unsafe.Quick 5978 native static _VirtualScrollOptions_getTotalCount(ptr: KPointer): KInteropReturnBuffer 5979 @ani.unsafe.Direct 5980 native static _VirtualScrollOptions_setTotalCount(ptr: KPointer, totalCount: number): void 5981 @ani.unsafe.Quick 5982 native static _VirtualScrollOptions_getReusable(ptr: KPointer): KInteropReturnBuffer 5983 @ani.unsafe.Direct 5984 native static _VirtualScrollOptions_setReusable(ptr: KPointer, reusable: KInt): void 5985 @ani.unsafe.Direct 5986 native static _RichEditorBaseController_ctor(): KPointer 5987 @ani.unsafe.Direct 5988 native static _RichEditorBaseController_getFinalizer(): KPointer 5989 @ani.unsafe.Direct 5990 native static _RichEditorBaseController_getCaretOffset(ptr: KPointer): number 5991 @ani.unsafe.Direct 5992 native static _RichEditorBaseController_setCaretOffset(ptr: KPointer, offset: number): boolean 5993 @ani.unsafe.Direct 5994 native static _RichEditorBaseController_closeSelectionMenu(ptr: KPointer): void 5995 @ani.unsafe.Quick 5996 native static _RichEditorBaseController_getTypingStyle(ptr: KPointer): KInteropReturnBuffer 5997 @ani.unsafe.Direct 5998 native static _RichEditorBaseController_setTypingStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 5999 @ani.unsafe.Direct 6000 native static _RichEditorBaseController_setSelection(ptr: KPointer, selectionStart: number, selectionEnd: number, thisArray: KSerializerBuffer, thisLength: int32): void 6001 @ani.unsafe.Direct 6002 native static _RichEditorBaseController_isEditing(ptr: KPointer): boolean 6003 @ani.unsafe.Direct 6004 native static _RichEditorBaseController_stopEditing(ptr: KPointer): void 6005 @ani.unsafe.Direct 6006 native static _RichEditorBaseController_getLayoutManager(ptr: KPointer): KPointer 6007 @ani.unsafe.Quick 6008 native static _RichEditorBaseController_getPreviewText(ptr: KPointer): KInteropReturnBuffer 6009 @ani.unsafe.Quick 6010 native static _RichEditorBaseController_getCaretRect(ptr: KPointer): KInteropReturnBuffer 6011 @ani.unsafe.Direct 6012 native static _RichEditorController_ctor(): KPointer 6013 @ani.unsafe.Direct 6014 native static _RichEditorController_getFinalizer(): KPointer 6015 @ani.unsafe.Quick 6016 native static _RichEditorController_addTextSpan(ptr: KPointer, value: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): number 6017 @ani.unsafe.Direct 6018 native static _RichEditorController_addImageSpan(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): number 6019 @ani.unsafe.Direct 6020 native static _RichEditorController_addBuilderSpan(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): number 6021 @ani.unsafe.Direct 6022 native static _RichEditorController_addSymbolSpan(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): number 6023 @ani.unsafe.Direct 6024 native static _RichEditorController_updateSpanStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6025 @ani.unsafe.Direct 6026 native static _RichEditorController_updateParagraphStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6027 @ani.unsafe.Direct 6028 native static _RichEditorController_deleteSpans(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6029 @ani.unsafe.Quick 6030 native static _RichEditorController_getSpans(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 6031 @ani.unsafe.Quick 6032 native static _RichEditorController_getParagraphs(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 6033 @ani.unsafe.Quick 6034 native static _RichEditorController_getSelection(ptr: KPointer): KInteropReturnBuffer 6035 native static _RichEditorController_fromStyledString(ptr: KPointer, value: KPointer): KInteropReturnBuffer 6036 native static _RichEditorController_toStyledString(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 6037 @ani.unsafe.Direct 6038 native static _RichEditorStyledStringController_ctor(): KPointer 6039 @ani.unsafe.Direct 6040 native static _RichEditorStyledStringController_getFinalizer(): KPointer 6041 @ani.unsafe.Direct 6042 native static _RichEditorStyledStringController_setStyledString(ptr: KPointer, styledString: KPointer): void 6043 @ani.unsafe.Direct 6044 native static _RichEditorStyledStringController_getStyledString(ptr: KPointer): KPointer 6045 @ani.unsafe.Quick 6046 native static _RichEditorStyledStringController_getSelection(ptr: KPointer): KInteropReturnBuffer 6047 @ani.unsafe.Direct 6048 native static _RichEditorStyledStringController_onContentChanged(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6049 @ani.unsafe.Direct 6050 native static _Scroller_ctor(): KPointer 6051 @ani.unsafe.Direct 6052 native static _Scroller_getFinalizer(): KPointer 6053 @ani.unsafe.Direct 6054 native static _Scroller_scrollTo(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): undefined 6055 @ani.unsafe.Direct 6056 native static _Scroller_scrollEdge(ptr: KPointer, value: KInt, thisArray: KSerializerBuffer, thisLength: int32): undefined 6057 native static _Scroller_fling(ptr: KPointer, velocity: number): void 6058 @ani.unsafe.Direct 6059 native static _Scroller_scrollPage0(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): undefined 6060 @ani.unsafe.Direct 6061 native static _Scroller_scrollPage1(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): undefined 6062 @ani.unsafe.Quick 6063 native static _Scroller_currentOffset(ptr: KPointer): KInteropReturnBuffer 6064 @ani.unsafe.Direct 6065 native static _Scroller_scrollToIndex(ptr: KPointer, value: number, thisArray: KSerializerBuffer, thisLength: int32): undefined 6066 @ani.unsafe.Direct 6067 native static _Scroller_scrollBy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): undefined 6068 @ani.unsafe.Direct 6069 native static _Scroller_isAtEnd(ptr: KPointer): boolean 6070 native static _Scroller_getItemRect(ptr: KPointer, index: number): KInteropReturnBuffer 6071 native static _Scroller_getItemIndex(ptr: KPointer, x: number, y: number): number 6072 @ani.unsafe.Direct 6073 native static _SearchController_ctor(): KPointer 6074 @ani.unsafe.Direct 6075 native static _SearchController_getFinalizer(): KPointer 6076 @ani.unsafe.Direct 6077 native static _SearchController_caretPosition(ptr: KPointer, value: number): void 6078 @ani.unsafe.Direct 6079 native static _SearchController_stopEditing(ptr: KPointer): void 6080 @ani.unsafe.Direct 6081 native static _SearchController_setTextSelection(ptr: KPointer, selectionStart: number, selectionEnd: number, thisArray: KSerializerBuffer, thisLength: int32): void 6082 @ani.unsafe.Direct 6083 native static _MenuItemConfiguration_ctor(): KPointer 6084 @ani.unsafe.Direct 6085 native static _MenuItemConfiguration_getFinalizer(): KPointer 6086 @ani.unsafe.Quick 6087 native static _MenuItemConfiguration_triggerSelect(ptr: KPointer, index: number, value: KStringPtr): void 6088 @ani.unsafe.Direct 6089 native static _MenuItemConfiguration_getEnabled(ptr: KPointer): boolean 6090 @ani.unsafe.Direct 6091 native static _MenuItemConfiguration_setEnabled(ptr: KPointer, enabled: KInt): void 6092 @ani.unsafe.Quick 6093 native static _MenuItemConfiguration_getContentModifier(ptr: KPointer): KInteropReturnBuffer 6094 @ani.unsafe.Direct 6095 native static _MenuItemConfiguration_setContentModifier(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6096 @ani.unsafe.Direct 6097 native static _MenuItemConfiguration_getValue(ptr: KPointer): KPointer 6098 @ani.unsafe.Direct 6099 native static _MenuItemConfiguration_setValue(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6100 @ani.unsafe.Quick 6101 native static _MenuItemConfiguration_getIcon(ptr: KPointer): KInteropReturnBuffer 6102 @ani.unsafe.Direct 6103 native static _MenuItemConfiguration_setIcon(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6104 @ani.unsafe.Quick 6105 native static _MenuItemConfiguration_getSymbolIcon(ptr: KPointer): KInteropReturnBuffer 6106 @ani.unsafe.Direct 6107 native static _MenuItemConfiguration_setSymbolIcon(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6108 @ani.unsafe.Direct 6109 native static _MenuItemConfiguration_getSelected(ptr: KPointer): boolean 6110 @ani.unsafe.Direct 6111 native static _MenuItemConfiguration_setSelected(ptr: KPointer, selected: KInt): void 6112 @ani.unsafe.Direct 6113 native static _MenuItemConfiguration_getIndex(ptr: KPointer): number 6114 @ani.unsafe.Direct 6115 native static _MenuItemConfiguration_setIndex(ptr: KPointer, index: number): void 6116 @ani.unsafe.Direct 6117 native static _SwiperController_ctor(): KPointer 6118 @ani.unsafe.Direct 6119 native static _SwiperController_getFinalizer(): KPointer 6120 @ani.unsafe.Direct 6121 native static _SwiperController_showNext(ptr: KPointer): undefined 6122 @ani.unsafe.Direct 6123 native static _SwiperController_showPrevious(ptr: KPointer): undefined 6124 @ani.unsafe.Direct 6125 native static _SwiperController_changeIndex0(ptr: KPointer, index: number, thisArray: KSerializerBuffer, thisLength: int32): undefined 6126 @ani.unsafe.Direct 6127 native static _SwiperController_changeIndex1(ptr: KPointer, index: number, thisArray: KSerializerBuffer, thisLength: int32): undefined 6128 @ani.unsafe.Direct 6129 native static _SwiperController_finishAnimation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): undefined 6130 native static _SwiperController_preloadItems(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 6131 @ani.unsafe.Direct 6132 native static _SwiperContentTransitionProxy_ctor(): KPointer 6133 @ani.unsafe.Direct 6134 native static _SwiperContentTransitionProxy_getFinalizer(): KPointer 6135 @ani.unsafe.Direct 6136 native static _SwiperContentTransitionProxy_finishTransition(ptr: KPointer): void 6137 @ani.unsafe.Direct 6138 native static _SwiperContentTransitionProxy_getSelectedIndex(ptr: KPointer): number 6139 @ani.unsafe.Direct 6140 native static _SwiperContentTransitionProxy_setSelectedIndex(ptr: KPointer, selectedIndex: number): void 6141 @ani.unsafe.Direct 6142 native static _SwiperContentTransitionProxy_getIndex(ptr: KPointer): number 6143 @ani.unsafe.Direct 6144 native static _SwiperContentTransitionProxy_setIndex(ptr: KPointer, index: number): void 6145 @ani.unsafe.Direct 6146 native static _SwiperContentTransitionProxy_getPosition(ptr: KPointer): number 6147 @ani.unsafe.Direct 6148 native static _SwiperContentTransitionProxy_setPosition(ptr: KPointer, position: number): void 6149 @ani.unsafe.Direct 6150 native static _SwiperContentTransitionProxy_getMainAxisLength(ptr: KPointer): number 6151 @ani.unsafe.Direct 6152 native static _SwiperContentTransitionProxy_setMainAxisLength(ptr: KPointer, mainAxisLength: number): void 6153 @ani.unsafe.Direct 6154 native static _IndicatorComponentController_ctor(): KPointer 6155 @ani.unsafe.Direct 6156 native static _IndicatorComponentController_getFinalizer(): KPointer 6157 @ani.unsafe.Direct 6158 native static _IndicatorComponentController_showNext(ptr: KPointer): void 6159 @ani.unsafe.Direct 6160 native static _IndicatorComponentController_showPrevious(ptr: KPointer): void 6161 @ani.unsafe.Direct 6162 native static _IndicatorComponentController_changeIndex(ptr: KPointer, index: number, thisArray: KSerializerBuffer, thisLength: int32): void 6163 @ani.unsafe.Direct 6164 native static _HierarchicalSymbolEffect_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6165 @ani.unsafe.Direct 6166 native static _HierarchicalSymbolEffect_getFinalizer(): KPointer 6167 @ani.unsafe.Quick 6168 native static _HierarchicalSymbolEffect_getFillStyle(ptr: KPointer): KInteropReturnBuffer 6169 @ani.unsafe.Direct 6170 native static _HierarchicalSymbolEffect_setFillStyle(ptr: KPointer, fillStyle: KInt): void 6171 @ani.unsafe.Direct 6172 native static _AppearSymbolEffect_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6173 @ani.unsafe.Direct 6174 native static _AppearSymbolEffect_getFinalizer(): KPointer 6175 @ani.unsafe.Quick 6176 native static _AppearSymbolEffect_getScope(ptr: KPointer): KInteropReturnBuffer 6177 @ani.unsafe.Direct 6178 native static _AppearSymbolEffect_setScope(ptr: KPointer, scope: KInt): void 6179 @ani.unsafe.Direct 6180 native static _DisappearSymbolEffect_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6181 @ani.unsafe.Direct 6182 native static _DisappearSymbolEffect_getFinalizer(): KPointer 6183 @ani.unsafe.Quick 6184 native static _DisappearSymbolEffect_getScope(ptr: KPointer): KInteropReturnBuffer 6185 @ani.unsafe.Direct 6186 native static _DisappearSymbolEffect_setScope(ptr: KPointer, scope: KInt): void 6187 @ani.unsafe.Direct 6188 native static _BounceSymbolEffect_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6189 @ani.unsafe.Direct 6190 native static _BounceSymbolEffect_getFinalizer(): KPointer 6191 @ani.unsafe.Quick 6192 native static _BounceSymbolEffect_getScope(ptr: KPointer): KInteropReturnBuffer 6193 @ani.unsafe.Direct 6194 native static _BounceSymbolEffect_setScope(ptr: KPointer, scope: KInt): void 6195 @ani.unsafe.Quick 6196 native static _BounceSymbolEffect_getDirection(ptr: KPointer): KInteropReturnBuffer 6197 @ani.unsafe.Direct 6198 native static _BounceSymbolEffect_setDirection(ptr: KPointer, direction: KInt): void 6199 @ani.unsafe.Direct 6200 native static _PulseSymbolEffect_ctor(): KPointer 6201 @ani.unsafe.Direct 6202 native static _PulseSymbolEffect_getFinalizer(): KPointer 6203 @ani.unsafe.Direct 6204 native static _TabsController_ctor(): KPointer 6205 @ani.unsafe.Direct 6206 native static _TabsController_getFinalizer(): KPointer 6207 @ani.unsafe.Direct 6208 native static _TabsController_changeIndex(ptr: KPointer, value: number): void 6209 native static _TabsController_preloadItems(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 6210 @ani.unsafe.Direct 6211 native static _TabsController_setTabBarTranslate(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6212 @ani.unsafe.Direct 6213 native static _TabsController_setTabBarOpacity(ptr: KPointer, opacity: number): void 6214 @ani.unsafe.Direct 6215 native static _TabContentTransitionProxy_ctor(): KPointer 6216 @ani.unsafe.Direct 6217 native static _TabContentTransitionProxy_getFinalizer(): KPointer 6218 @ani.unsafe.Direct 6219 native static _TabContentTransitionProxy_finishTransition(ptr: KPointer): void 6220 @ani.unsafe.Direct 6221 native static _TabContentTransitionProxy_getFrom(ptr: KPointer): number 6222 @ani.unsafe.Direct 6223 native static _TabContentTransitionProxy_setFrom(ptr: KPointer, from: number): void 6224 @ani.unsafe.Direct 6225 native static _TabContentTransitionProxy_getTo(ptr: KPointer): number 6226 @ani.unsafe.Direct 6227 native static _TabContentTransitionProxy_setTo(ptr: KPointer, to: number): void 6228 @ani.unsafe.Direct 6229 native static _TextController_ctor(): KPointer 6230 @ani.unsafe.Direct 6231 native static _TextController_getFinalizer(): KPointer 6232 @ani.unsafe.Direct 6233 native static _TextController_closeSelectionMenu(ptr: KPointer): void 6234 @ani.unsafe.Direct 6235 native static _TextController_setStyledString(ptr: KPointer, value: KPointer): void 6236 @ani.unsafe.Direct 6237 native static _TextController_getLayoutManager(ptr: KPointer): KPointer 6238 @ani.unsafe.Direct 6239 native static _TextAreaController_ctor(): KPointer 6240 @ani.unsafe.Direct 6241 native static _TextAreaController_getFinalizer(): KPointer 6242 @ani.unsafe.Direct 6243 native static _TextAreaController_caretPosition(ptr: KPointer, value: number): void 6244 @ani.unsafe.Direct 6245 native static _TextAreaController_setTextSelection(ptr: KPointer, selectionStart: number, selectionEnd: number, thisArray: KSerializerBuffer, thisLength: int32): void 6246 @ani.unsafe.Direct 6247 native static _TextAreaController_stopEditing(ptr: KPointer): void 6248 @ani.unsafe.Direct 6249 native static _TextClockController_ctor(): KPointer 6250 @ani.unsafe.Direct 6251 native static _TextClockController_getFinalizer(): KPointer 6252 @ani.unsafe.Direct 6253 native static _TextClockController_start(ptr: KPointer): undefined 6254 @ani.unsafe.Direct 6255 native static _TextClockController_stop(ptr: KPointer): undefined 6256 @ani.unsafe.Direct 6257 native static _TextBaseController_ctor(): KPointer 6258 @ani.unsafe.Direct 6259 native static _TextBaseController_getFinalizer(): KPointer 6260 @ani.unsafe.Direct 6261 native static _TextBaseController_setSelection(ptr: KPointer, selectionStart: number, selectionEnd: number, thisArray: KSerializerBuffer, thisLength: int32): void 6262 @ani.unsafe.Direct 6263 native static _TextBaseController_closeSelectionMenu(ptr: KPointer): void 6264 @ani.unsafe.Direct 6265 native static _TextBaseController_getLayoutManager(ptr: KPointer): KPointer 6266 @ani.unsafe.Direct 6267 native static _TextEditControllerEx_ctor(): KPointer 6268 @ani.unsafe.Direct 6269 native static _TextEditControllerEx_getFinalizer(): KPointer 6270 @ani.unsafe.Direct 6271 native static _TextEditControllerEx_isEditing(ptr: KPointer): boolean 6272 @ani.unsafe.Direct 6273 native static _TextEditControllerEx_stopEditing(ptr: KPointer): void 6274 @ani.unsafe.Direct 6275 native static _TextEditControllerEx_setCaretOffset(ptr: KPointer, offset: number): boolean 6276 @ani.unsafe.Direct 6277 native static _TextEditControllerEx_getCaretOffset(ptr: KPointer): number 6278 @ani.unsafe.Quick 6279 native static _TextEditControllerEx_getPreviewText(ptr: KPointer): KInteropReturnBuffer 6280 @ani.unsafe.Direct 6281 native static _StyledStringController_ctor(): KPointer 6282 @ani.unsafe.Direct 6283 native static _StyledStringController_getFinalizer(): KPointer 6284 @ani.unsafe.Direct 6285 native static _StyledStringController_setStyledString(ptr: KPointer, styledString: KPointer): void 6286 @ani.unsafe.Direct 6287 native static _StyledStringController_getStyledString(ptr: KPointer): KPointer 6288 @ani.unsafe.Direct 6289 native static _LayoutManager_ctor(): KPointer 6290 @ani.unsafe.Direct 6291 native static _LayoutManager_getFinalizer(): KPointer 6292 @ani.unsafe.Direct 6293 native static _LayoutManager_getLineCount(ptr: KPointer): number 6294 @ani.unsafe.Quick 6295 native static _LayoutManager_getGlyphPositionAtCoordinate(ptr: KPointer, x: number, y: number): KInteropReturnBuffer 6296 @ani.unsafe.Quick 6297 native static _LayoutManager_getLineMetrics(ptr: KPointer, lineNumber: number): KInteropReturnBuffer 6298 @ani.unsafe.Quick 6299 native static _LayoutManager_getRectsForRange(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32, widthStyle: KInt, heightStyle: KInt): KInteropReturnBuffer 6300 @ani.unsafe.Direct 6301 native static _TextMenuItemId_ctor(): KPointer 6302 @ani.unsafe.Direct 6303 native static _TextMenuItemId_getFinalizer(): KPointer 6304 @ani.unsafe.Direct 6305 native static _TextMenuItemId_of(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6306 @ani.unsafe.Direct 6307 native static _TextMenuItemId_equals(ptr: KPointer, id: KPointer): boolean 6308 @ani.unsafe.Direct 6309 native static _TextMenuItemId_getCUT(): KPointer 6310 @ani.unsafe.Direct 6311 native static _TextMenuItemId_getCOPY(): KPointer 6312 @ani.unsafe.Direct 6313 native static _TextMenuItemId_getPASTE(): KPointer 6314 @ani.unsafe.Direct 6315 native static _TextMenuItemId_getSELECT_ALL(): KPointer 6316 @ani.unsafe.Direct 6317 native static _TextMenuItemId_getCOLLABORATION_SERVICE(): KPointer 6318 @ani.unsafe.Direct 6319 native static _TextMenuItemId_getCAMERA_INPUT(): KPointer 6320 @ani.unsafe.Direct 6321 native static _TextMenuItemId_getAI_WRITER(): KPointer 6322 @ani.unsafe.Direct 6323 native static _TextMenuItemId_getTRANSLATE(): KPointer 6324 @ani.unsafe.Direct 6325 native static _TextMenuItemId_getSEARCH(): KPointer 6326 @ani.unsafe.Direct 6327 native static _TextMenuItemId_getSHARE(): KPointer 6328 @ani.unsafe.Direct 6329 native static _SubmitEvent_ctor(): KPointer 6330 @ani.unsafe.Direct 6331 native static _SubmitEvent_getFinalizer(): KPointer 6332 @ani.unsafe.Direct 6333 native static _SubmitEvent_keepEditableState(ptr: KPointer): void 6334 @ani.unsafe.Quick 6335 native static _SubmitEvent_getText(ptr: KPointer): string 6336 @ani.unsafe.Quick 6337 native static _SubmitEvent_setText(ptr: KPointer, text: KStringPtr): void 6338 @ani.unsafe.Direct 6339 native static _TextInputController_ctor(): KPointer 6340 @ani.unsafe.Direct 6341 native static _TextInputController_getFinalizer(): KPointer 6342 @ani.unsafe.Direct 6343 native static _TextInputController_caretPosition(ptr: KPointer, value: number): void 6344 @ani.unsafe.Direct 6345 native static _TextInputController_setTextSelection(ptr: KPointer, selectionStart: number, selectionEnd: number, thisArray: KSerializerBuffer, thisLength: int32): void 6346 @ani.unsafe.Direct 6347 native static _TextInputController_stopEditing(ptr: KPointer): void 6348 @ani.unsafe.Direct 6349 native static _TextPickerDialog_show(thisArray: KSerializerBuffer, thisLength: int32): undefined 6350 @ani.unsafe.Direct 6351 native static _TextTimerController_ctor(): KPointer 6352 @ani.unsafe.Direct 6353 native static _TextTimerController_getFinalizer(): KPointer 6354 @ani.unsafe.Direct 6355 native static _TextTimerController_start(ptr: KPointer): undefined 6356 @ani.unsafe.Direct 6357 native static _TextTimerController_pause(ptr: KPointer): undefined 6358 @ani.unsafe.Direct 6359 native static _TextTimerController_reset(ptr: KPointer): undefined 6360 @ani.unsafe.Direct 6361 native static _TimePickerDialog_show(thisArray: KSerializerBuffer, thisLength: int32): undefined 6362 @ani.unsafe.Direct 6363 native static _ColorFilter_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6364 @ani.unsafe.Direct 6365 native static _ColorFilter_getFinalizer(): KPointer 6366 @ani.unsafe.Direct 6367 native static _VideoController_ctor(): KPointer 6368 @ani.unsafe.Direct 6369 native static _VideoController_getFinalizer(): KPointer 6370 @ani.unsafe.Direct 6371 native static _VideoController_start(ptr: KPointer): undefined 6372 @ani.unsafe.Direct 6373 native static _VideoController_pause(ptr: KPointer): undefined 6374 @ani.unsafe.Direct 6375 native static _VideoController_stop(ptr: KPointer): undefined 6376 @ani.unsafe.Direct 6377 native static _VideoController_setCurrentTime0(ptr: KPointer, value: number): undefined 6378 @ani.unsafe.Direct 6379 native static _VideoController_setCurrentTime1(ptr: KPointer, value: number, seekMode: KInt): undefined 6380 @ani.unsafe.Direct 6381 native static _VideoController_requestFullscreen(ptr: KPointer, value: KInt): undefined 6382 @ani.unsafe.Direct 6383 native static _VideoController_exitFullscreen(ptr: KPointer): undefined 6384 @ani.unsafe.Direct 6385 native static _VideoController_reset(ptr: KPointer): void 6386 @ani.unsafe.Direct 6387 native static _WebKeyboardController_ctor(): KPointer 6388 @ani.unsafe.Direct 6389 native static _WebKeyboardController_getFinalizer(): KPointer 6390 @ani.unsafe.Quick 6391 native static _WebKeyboardController_insertText(ptr: KPointer, text: KStringPtr): void 6392 @ani.unsafe.Direct 6393 native static _WebKeyboardController_deleteForward(ptr: KPointer, length: number): void 6394 @ani.unsafe.Direct 6395 native static _WebKeyboardController_deleteBackward(ptr: KPointer, length: number): void 6396 @ani.unsafe.Direct 6397 native static _WebKeyboardController_sendFunctionKey(ptr: KPointer, key: number): void 6398 @ani.unsafe.Direct 6399 native static _WebKeyboardController_close(ptr: KPointer): void 6400 @ani.unsafe.Direct 6401 native static _FullScreenExitHandler_ctor(): KPointer 6402 @ani.unsafe.Direct 6403 native static _FullScreenExitHandler_getFinalizer(): KPointer 6404 @ani.unsafe.Direct 6405 native static _FullScreenExitHandler_exitFullScreen(ptr: KPointer): void 6406 @ani.unsafe.Direct 6407 native static _FileSelectorParam_ctor(): KPointer 6408 @ani.unsafe.Direct 6409 native static _FileSelectorParam_getFinalizer(): KPointer 6410 @ani.unsafe.Quick 6411 native static _FileSelectorParam_getTitle(ptr: KPointer): string 6412 @ani.unsafe.Direct 6413 native static _FileSelectorParam_getMode(ptr: KPointer): int32 6414 @ani.unsafe.Quick 6415 native static _FileSelectorParam_getAcceptType(ptr: KPointer): KInteropReturnBuffer 6416 @ani.unsafe.Direct 6417 native static _FileSelectorParam_isCapture(ptr: KPointer): boolean 6418 @ani.unsafe.Quick 6419 native static _FileSelectorParam_getMimeTypes(ptr: KPointer): KInteropReturnBuffer 6420 @ani.unsafe.Direct 6421 native static _JsResult_ctor(): KPointer 6422 @ani.unsafe.Direct 6423 native static _JsResult_getFinalizer(): KPointer 6424 @ani.unsafe.Direct 6425 native static _JsResult_handleCancel(ptr: KPointer): void 6426 @ani.unsafe.Direct 6427 native static _JsResult_handleConfirm(ptr: KPointer): void 6428 @ani.unsafe.Quick 6429 native static _JsResult_handlePromptConfirm(ptr: KPointer, result: KStringPtr): void 6430 @ani.unsafe.Direct 6431 native static _FileSelectorResult_ctor(): KPointer 6432 @ani.unsafe.Direct 6433 native static _FileSelectorResult_getFinalizer(): KPointer 6434 @ani.unsafe.Direct 6435 native static _FileSelectorResult_handleFileList(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6436 @ani.unsafe.Direct 6437 native static _HttpAuthHandler_ctor(): KPointer 6438 @ani.unsafe.Direct 6439 native static _HttpAuthHandler_getFinalizer(): KPointer 6440 @ani.unsafe.Quick 6441 native static _HttpAuthHandler_confirm(ptr: KPointer, userName: KStringPtr, password: KStringPtr): boolean 6442 @ani.unsafe.Direct 6443 native static _HttpAuthHandler_cancel(ptr: KPointer): void 6444 @ani.unsafe.Direct 6445 native static _HttpAuthHandler_isHttpAuthInfoSaved(ptr: KPointer): boolean 6446 @ani.unsafe.Direct 6447 native static _SslErrorHandler_ctor(): KPointer 6448 @ani.unsafe.Direct 6449 native static _SslErrorHandler_getFinalizer(): KPointer 6450 @ani.unsafe.Direct 6451 native static _SslErrorHandler_handleConfirm(ptr: KPointer): void 6452 @ani.unsafe.Direct 6453 native static _SslErrorHandler_handleCancel(ptr: KPointer): void 6454 @ani.unsafe.Direct 6455 native static _ClientAuthenticationHandler_ctor(): KPointer 6456 @ani.unsafe.Direct 6457 native static _ClientAuthenticationHandler_getFinalizer(): KPointer 6458 @ani.unsafe.Quick 6459 native static _ClientAuthenticationHandler_confirm0(ptr: KPointer, priKeyFile: KStringPtr, certChainFile: KStringPtr): void 6460 @ani.unsafe.Quick 6461 native static _ClientAuthenticationHandler_confirm1(ptr: KPointer, authUri: KStringPtr): void 6462 @ani.unsafe.Direct 6463 native static _ClientAuthenticationHandler_cancel(ptr: KPointer): void 6464 @ani.unsafe.Direct 6465 native static _ClientAuthenticationHandler_ignore(ptr: KPointer): void 6466 @ani.unsafe.Direct 6467 native static _PermissionRequest_ctor(): KPointer 6468 @ani.unsafe.Direct 6469 native static _PermissionRequest_getFinalizer(): KPointer 6470 @ani.unsafe.Direct 6471 native static _PermissionRequest_deny(ptr: KPointer): void 6472 @ani.unsafe.Quick 6473 native static _PermissionRequest_getOrigin(ptr: KPointer): string 6474 @ani.unsafe.Quick 6475 native static _PermissionRequest_getAccessibleResource(ptr: KPointer): KInteropReturnBuffer 6476 @ani.unsafe.Direct 6477 native static _PermissionRequest_grant(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6478 @ani.unsafe.Direct 6479 native static _ScreenCaptureHandler_ctor(): KPointer 6480 @ani.unsafe.Direct 6481 native static _ScreenCaptureHandler_getFinalizer(): KPointer 6482 @ani.unsafe.Quick 6483 native static _ScreenCaptureHandler_getOrigin(ptr: KPointer): string 6484 @ani.unsafe.Direct 6485 native static _ScreenCaptureHandler_grant(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6486 @ani.unsafe.Direct 6487 native static _ScreenCaptureHandler_deny(ptr: KPointer): void 6488 @ani.unsafe.Direct 6489 native static _DataResubmissionHandler_ctor(): KPointer 6490 @ani.unsafe.Direct 6491 native static _DataResubmissionHandler_getFinalizer(): KPointer 6492 @ani.unsafe.Direct 6493 native static _DataResubmissionHandler_resend(ptr: KPointer): void 6494 @ani.unsafe.Direct 6495 native static _DataResubmissionHandler_cancel(ptr: KPointer): void 6496 @ani.unsafe.Direct 6497 native static _ControllerHandler_ctor(): KPointer 6498 @ani.unsafe.Direct 6499 native static _ControllerHandler_getFinalizer(): KPointer 6500 @ani.unsafe.Direct 6501 native static _ControllerHandler_setWebController(ptr: KPointer, controller: KPointer): void 6502 @ani.unsafe.Direct 6503 native static _WebContextMenuParam_ctor(): KPointer 6504 @ani.unsafe.Direct 6505 native static _WebContextMenuParam_getFinalizer(): KPointer 6506 @ani.unsafe.Direct 6507 native static _WebContextMenuParam_x(ptr: KPointer): number 6508 @ani.unsafe.Direct 6509 native static _WebContextMenuParam_y(ptr: KPointer): number 6510 @ani.unsafe.Quick 6511 native static _WebContextMenuParam_getLinkUrl(ptr: KPointer): string 6512 @ani.unsafe.Quick 6513 native static _WebContextMenuParam_getUnfilteredLinkUrl(ptr: KPointer): string 6514 @ani.unsafe.Quick 6515 native static _WebContextMenuParam_getSourceUrl(ptr: KPointer): string 6516 @ani.unsafe.Direct 6517 native static _WebContextMenuParam_existsImageContents(ptr: KPointer): boolean 6518 @ani.unsafe.Direct 6519 native static _WebContextMenuParam_getMediaType(ptr: KPointer): int32 6520 @ani.unsafe.Quick 6521 native static _WebContextMenuParam_getSelectionText(ptr: KPointer): string 6522 @ani.unsafe.Direct 6523 native static _WebContextMenuParam_getSourceType(ptr: KPointer): int32 6524 @ani.unsafe.Direct 6525 native static _WebContextMenuParam_getInputFieldType(ptr: KPointer): int32 6526 @ani.unsafe.Direct 6527 native static _WebContextMenuParam_isEditable(ptr: KPointer): boolean 6528 @ani.unsafe.Direct 6529 native static _WebContextMenuParam_getEditStateFlags(ptr: KPointer): number 6530 @ani.unsafe.Direct 6531 native static _WebContextMenuParam_getPreviewWidth(ptr: KPointer): number 6532 @ani.unsafe.Direct 6533 native static _WebContextMenuParam_getPreviewHeight(ptr: KPointer): number 6534 @ani.unsafe.Direct 6535 native static _WebContextMenuResult_ctor(): KPointer 6536 @ani.unsafe.Direct 6537 native static _WebContextMenuResult_getFinalizer(): KPointer 6538 @ani.unsafe.Direct 6539 native static _WebContextMenuResult_closeContextMenu(ptr: KPointer): void 6540 @ani.unsafe.Direct 6541 native static _WebContextMenuResult_copyImage(ptr: KPointer): void 6542 @ani.unsafe.Direct 6543 native static _WebContextMenuResult_copy(ptr: KPointer): void 6544 @ani.unsafe.Direct 6545 native static _WebContextMenuResult_paste(ptr: KPointer): void 6546 @ani.unsafe.Direct 6547 native static _WebContextMenuResult_cut(ptr: KPointer): void 6548 @ani.unsafe.Direct 6549 native static _WebContextMenuResult_selectAll(ptr: KPointer): void 6550 @ani.unsafe.Quick 6551 native static _ConsoleMessage_ctor(message: KStringPtr, sourceId: KStringPtr, lineNumber: number, messageLevel: KInt): KPointer 6552 @ani.unsafe.Direct 6553 native static _ConsoleMessage_getFinalizer(): KPointer 6554 @ani.unsafe.Quick 6555 native static _ConsoleMessage_getMessage(ptr: KPointer): string 6556 @ani.unsafe.Quick 6557 native static _ConsoleMessage_getSourceId(ptr: KPointer): string 6558 @ani.unsafe.Direct 6559 native static _ConsoleMessage_getLineNumber(ptr: KPointer): number 6560 @ani.unsafe.Direct 6561 native static _ConsoleMessage_getMessageLevel(ptr: KPointer): int32 6562 @ani.unsafe.Direct 6563 native static _WebResourceRequest_ctor(): KPointer 6564 @ani.unsafe.Direct 6565 native static _WebResourceRequest_getFinalizer(): KPointer 6566 @ani.unsafe.Quick 6567 native static _WebResourceRequest_getRequestHeader(ptr: KPointer): KInteropReturnBuffer 6568 @ani.unsafe.Quick 6569 native static _WebResourceRequest_getRequestUrl(ptr: KPointer): string 6570 @ani.unsafe.Direct 6571 native static _WebResourceRequest_isRequestGesture(ptr: KPointer): boolean 6572 @ani.unsafe.Direct 6573 native static _WebResourceRequest_isMainFrame(ptr: KPointer): boolean 6574 @ani.unsafe.Direct 6575 native static _WebResourceRequest_isRedirect(ptr: KPointer): boolean 6576 @ani.unsafe.Quick 6577 native static _WebResourceRequest_getRequestMethod(ptr: KPointer): string 6578 @ani.unsafe.Direct 6579 native static _WebResourceResponse_ctor(): KPointer 6580 @ani.unsafe.Direct 6581 native static _WebResourceResponse_getFinalizer(): KPointer 6582 @ani.unsafe.Quick 6583 native static _WebResourceResponse_getResponseData(ptr: KPointer): string 6584 @ani.unsafe.Quick 6585 native static _WebResourceResponse_getResponseDataEx(ptr: KPointer): KInteropReturnBuffer 6586 @ani.unsafe.Quick 6587 native static _WebResourceResponse_getResponseEncoding(ptr: KPointer): string 6588 @ani.unsafe.Quick 6589 native static _WebResourceResponse_getResponseMimeType(ptr: KPointer): string 6590 @ani.unsafe.Quick 6591 native static _WebResourceResponse_getReasonMessage(ptr: KPointer): string 6592 @ani.unsafe.Quick 6593 native static _WebResourceResponse_getResponseHeader(ptr: KPointer): KInteropReturnBuffer 6594 @ani.unsafe.Direct 6595 native static _WebResourceResponse_getResponseCode(ptr: KPointer): number 6596 @ani.unsafe.Direct 6597 native static _WebResourceResponse_setResponseData(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6598 @ani.unsafe.Quick 6599 native static _WebResourceResponse_setResponseEncoding(ptr: KPointer, encoding: KStringPtr): void 6600 @ani.unsafe.Quick 6601 native static _WebResourceResponse_setResponseMimeType(ptr: KPointer, mimeType: KStringPtr): void 6602 @ani.unsafe.Quick 6603 native static _WebResourceResponse_setReasonMessage(ptr: KPointer, reason: KStringPtr): void 6604 @ani.unsafe.Direct 6605 native static _WebResourceResponse_setResponseHeader(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6606 @ani.unsafe.Direct 6607 native static _WebResourceResponse_setResponseCode(ptr: KPointer, code: number): void 6608 @ani.unsafe.Direct 6609 native static _WebResourceResponse_setResponseIsReady(ptr: KPointer, IsReady: KInt): void 6610 @ani.unsafe.Direct 6611 native static _WebResourceResponse_getResponseIsReady(ptr: KPointer): boolean 6612 @ani.unsafe.Direct 6613 native static _WebResourceError_ctor(): KPointer 6614 @ani.unsafe.Direct 6615 native static _WebResourceError_getFinalizer(): KPointer 6616 @ani.unsafe.Quick 6617 native static _WebResourceError_getErrorInfo(ptr: KPointer): string 6618 @ani.unsafe.Direct 6619 native static _WebResourceError_getErrorCode(ptr: KPointer): number 6620 @ani.unsafe.Direct 6621 native static _JsGeolocation_ctor(): KPointer 6622 @ani.unsafe.Direct 6623 native static _JsGeolocation_getFinalizer(): KPointer 6624 @ani.unsafe.Quick 6625 native static _JsGeolocation_invoke(ptr: KPointer, origin: KStringPtr, allow: KInt, retain: KInt): void 6626 @ani.unsafe.Direct 6627 native static _WebCookie_ctor(): KPointer 6628 @ani.unsafe.Direct 6629 native static _WebCookie_getFinalizer(): KPointer 6630 @ani.unsafe.Direct 6631 native static _WebCookie_setCookie(ptr: KPointer): undefined 6632 @ani.unsafe.Direct 6633 native static _WebCookie_saveCookie(ptr: KPointer): undefined 6634 @ani.unsafe.Direct 6635 native static _EventResult_ctor(): KPointer 6636 @ani.unsafe.Direct 6637 native static _EventResult_getFinalizer(): KPointer 6638 @ani.unsafe.Direct 6639 native static _EventResult_setGestureEventResult0(ptr: KPointer, result: KInt): void 6640 @ani.unsafe.Direct 6641 native static _EventResult_setGestureEventResult1(ptr: KPointer, result: KInt, stopPropagation: KInt): void 6642 @ani.unsafe.Direct 6643 native static _WebController_ctor(): KPointer 6644 @ani.unsafe.Direct 6645 native static _WebController_getFinalizer(): KPointer 6646 @ani.unsafe.Direct 6647 native static _WebController_onInactive(ptr: KPointer): void 6648 @ani.unsafe.Direct 6649 native static _WebController_onActive(ptr: KPointer): void 6650 @ani.unsafe.Direct 6651 native static _WebController_zoom(ptr: KPointer, factor: number): void 6652 @ani.unsafe.Direct 6653 native static _WebController_clearHistory(ptr: KPointer): void 6654 @ani.unsafe.Direct 6655 native static _WebController_runJavaScript(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): undefined 6656 @ani.unsafe.Direct 6657 native static _WebController_loadData(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): undefined 6658 @ani.unsafe.Direct 6659 native static _WebController_loadUrl(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): undefined 6660 @ani.unsafe.Direct 6661 native static _WebController_refresh(ptr: KPointer): undefined 6662 @ani.unsafe.Direct 6663 native static _WebController_stop(ptr: KPointer): undefined 6664 @ani.unsafe.Direct 6665 native static _WebController_registerJavaScriptProxy(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): undefined 6666 @ani.unsafe.Quick 6667 native static _WebController_deleteJavaScriptRegister(ptr: KPointer, name: KStringPtr): undefined 6668 @ani.unsafe.Direct 6669 native static _WebController_getHitTest(ptr: KPointer): int32 6670 @ani.unsafe.Direct 6671 native static _WebController_requestFocus(ptr: KPointer): undefined 6672 @ani.unsafe.Direct 6673 native static _WebController_accessBackward(ptr: KPointer): boolean 6674 @ani.unsafe.Direct 6675 native static _WebController_accessForward(ptr: KPointer): boolean 6676 @ani.unsafe.Direct 6677 native static _WebController_accessStep(ptr: KPointer, step: number): boolean 6678 @ani.unsafe.Direct 6679 native static _WebController_backward(ptr: KPointer): undefined 6680 @ani.unsafe.Direct 6681 native static _WebController_forward(ptr: KPointer): undefined 6682 @ani.unsafe.Direct 6683 native static _WebController_getCookieManager(ptr: KPointer): KPointer 6684 @ani.unsafe.Direct 6685 native static _XComponentController_ctor(): KPointer 6686 @ani.unsafe.Direct 6687 native static _XComponentController_getFinalizer(): KPointer 6688 @ani.unsafe.Quick 6689 native static _XComponentController_getXComponentSurfaceId(ptr: KPointer): string 6690 @ani.unsafe.Direct 6691 native static _XComponentController_getXComponentContext(ptr: KPointer): KPointer 6692 @ani.unsafe.Direct 6693 native static _XComponentController_setXComponentSurfaceSize(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6694 @ani.unsafe.Direct 6695 native static _XComponentController_setXComponentSurfaceRect(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6696 @ani.unsafe.Quick 6697 native static _XComponentController_getXComponentSurfaceRect(ptr: KPointer): KInteropReturnBuffer 6698 @ani.unsafe.Direct 6699 native static _XComponentController_setXComponentSurfaceRotation(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6700 @ani.unsafe.Quick 6701 native static _XComponentController_getXComponentSurfaceRotation(ptr: KPointer): KInteropReturnBuffer 6702 @ani.unsafe.Quick 6703 native static _XComponentController_onSurfaceCreated(ptr: KPointer, surfaceId: KStringPtr): void 6704 @ani.unsafe.Quick 6705 native static _XComponentController_onSurfaceChanged(ptr: KPointer, surfaceId: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): void 6706 @ani.unsafe.Quick 6707 native static _XComponentController_onSurfaceDestroyed(ptr: KPointer, surfaceId: KStringPtr): void 6708 native static _XComponentController_startImageAnalyzer(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KPointer 6709 @ani.unsafe.Direct 6710 native static _XComponentController_stopImageAnalyzer(ptr: KPointer): void 6711 @ani.unsafe.Direct 6712 native static _XComponentController_setOnSurfaceCreatedCallback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6713 @ani.unsafe.Direct 6714 native static _XComponentController_setOnSurfaceChangedCallback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6715 @ani.unsafe.Direct 6716 native static _XComponentController_setOnSurfaceDestroyedCallback(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6717 @ani.unsafe.Direct 6718 native static _WaterFlowSections_ctor(): KPointer 6719 @ani.unsafe.Direct 6720 native static _WaterFlowSections_getFinalizer(): KPointer 6721 @ani.unsafe.Direct 6722 native static _WaterFlowSections_splice(ptr: KPointer, start: number, thisArray: KSerializerBuffer, thisLength: int32): boolean 6723 @ani.unsafe.Direct 6724 native static _WaterFlowSections_push(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): boolean 6725 @ani.unsafe.Direct 6726 native static _WaterFlowSections_update(ptr: KPointer, sectionIndex: number, thisArray: KSerializerBuffer, thisLength: int32): boolean 6727 @ani.unsafe.Quick 6728 native static _WaterFlowSections_values(ptr: KPointer): KInteropReturnBuffer 6729 @ani.unsafe.Direct 6730 native static _WaterFlowSections_length(ptr: KPointer): number 6731 @ani.unsafe.Direct 6732 native static _UIExtensionProxy_ctor(): KPointer 6733 @ani.unsafe.Direct 6734 native static _UIExtensionProxy_getFinalizer(): KPointer 6735 @ani.unsafe.Direct 6736 native static _UIExtensionProxy_send(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6737 native static _UIExtensionProxy_sendSync(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 6738 @ani.unsafe.Direct 6739 native static _UIExtensionProxy_onAsyncReceiverRegister(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6740 @ani.unsafe.Direct 6741 native static _UIExtensionProxy_onSyncReceiverRegister(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6742 @ani.unsafe.Direct 6743 native static _UIExtensionProxy_offAsyncReceiverRegister(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6744 @ani.unsafe.Direct 6745 native static _UIExtensionProxy_offSyncReceiverRegister(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6746 @ani.unsafe.Direct 6747 native static _StyledString_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6748 @ani.unsafe.Direct 6749 native static _StyledString_getFinalizer(): KPointer 6750 @ani.unsafe.Quick 6751 native static _StyledString_getString(ptr: KPointer): string 6752 native static _StyledString_getStyles(ptr: KPointer, start: number, length: number, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 6753 @ani.unsafe.Direct 6754 native static _StyledString_equals(ptr: KPointer, other: KPointer): boolean 6755 native static _StyledString_subStyledString(ptr: KPointer, start: number, thisArray: KSerializerBuffer, thisLength: int32): KPointer 6756 native static _StyledString_fromHtml(html: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): KPointer 6757 native static _StyledString_toHtml(styledString: KPointer): string 6758 @ani.unsafe.Quick 6759 native static _StyledString_marshalling0(styledString: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 6760 @ani.unsafe.Quick 6761 native static _StyledString_marshalling1(styledString: KPointer): KInteropReturnBuffer 6762 native static _StyledString_unmarshalling0(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6763 native static _StyledString_unmarshalling1(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6764 @ani.unsafe.Direct 6765 native static _StyledString_getLength(ptr: KPointer): number 6766 @ani.unsafe.Direct 6767 native static _TextStyle_styled_string_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6768 @ani.unsafe.Direct 6769 native static _TextStyle_styled_string_getFinalizer(): KPointer 6770 @ani.unsafe.Quick 6771 native static _TextStyle_styled_string_getFontColor(ptr: KPointer): KInteropReturnBuffer 6772 @ani.unsafe.Quick 6773 native static _TextStyle_styled_string_getFontFamily(ptr: KPointer): KInteropReturnBuffer 6774 @ani.unsafe.Quick 6775 native static _TextStyle_styled_string_getFontSize(ptr: KPointer): KInteropReturnBuffer 6776 @ani.unsafe.Quick 6777 native static _TextStyle_styled_string_getFontWeight(ptr: KPointer): KInteropReturnBuffer 6778 @ani.unsafe.Quick 6779 native static _TextStyle_styled_string_getFontStyle(ptr: KPointer): KInteropReturnBuffer 6780 @ani.unsafe.Direct 6781 native static _DecorationStyle_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6782 @ani.unsafe.Direct 6783 native static _DecorationStyle_getFinalizer(): KPointer 6784 @ani.unsafe.Direct 6785 native static _DecorationStyle_getType(ptr: KPointer): int32 6786 @ani.unsafe.Quick 6787 native static _DecorationStyle_getColor(ptr: KPointer): KInteropReturnBuffer 6788 @ani.unsafe.Quick 6789 native static _DecorationStyle_getStyle(ptr: KPointer): KInteropReturnBuffer 6790 @ani.unsafe.Direct 6791 native static _BaselineOffsetStyle_ctor(value: KPointer): KPointer 6792 @ani.unsafe.Direct 6793 native static _BaselineOffsetStyle_getFinalizer(): KPointer 6794 @ani.unsafe.Direct 6795 native static _BaselineOffsetStyle_getBaselineOffset(ptr: KPointer): number 6796 @ani.unsafe.Direct 6797 native static _LetterSpacingStyle_ctor(value: KPointer): KPointer 6798 @ani.unsafe.Direct 6799 native static _LetterSpacingStyle_getFinalizer(): KPointer 6800 @ani.unsafe.Direct 6801 native static _LetterSpacingStyle_getLetterSpacing(ptr: KPointer): number 6802 @ani.unsafe.Direct 6803 native static _TextShadowStyle_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6804 @ani.unsafe.Direct 6805 native static _TextShadowStyle_getFinalizer(): KPointer 6806 @ani.unsafe.Quick 6807 native static _TextShadowStyle_getTextShadow(ptr: KPointer): KInteropReturnBuffer 6808 @ani.unsafe.Direct 6809 native static _BackgroundColorStyle_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6810 @ani.unsafe.Direct 6811 native static _BackgroundColorStyle_getFinalizer(): KPointer 6812 @ani.unsafe.Quick 6813 native static _BackgroundColorStyle_getTextBackgroundStyle(ptr: KPointer): KInteropReturnBuffer 6814 @ani.unsafe.Direct 6815 native static _GestureStyle_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6816 @ani.unsafe.Direct 6817 native static _GestureStyle_getFinalizer(): KPointer 6818 @ani.unsafe.Direct 6819 native static _ParagraphStyle_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6820 @ani.unsafe.Direct 6821 native static _ParagraphStyle_getFinalizer(): KPointer 6822 @ani.unsafe.Quick 6823 native static _ParagraphStyle_getTextAlign(ptr: KPointer): KInteropReturnBuffer 6824 @ani.unsafe.Quick 6825 native static _ParagraphStyle_getTextIndent(ptr: KPointer): KInteropReturnBuffer 6826 @ani.unsafe.Quick 6827 native static _ParagraphStyle_getMaxLines(ptr: KPointer): KInteropReturnBuffer 6828 @ani.unsafe.Quick 6829 native static _ParagraphStyle_getOverflow(ptr: KPointer): KInteropReturnBuffer 6830 @ani.unsafe.Quick 6831 native static _ParagraphStyle_getWordBreak(ptr: KPointer): KInteropReturnBuffer 6832 @ani.unsafe.Quick 6833 native static _ParagraphStyle_getLeadingMargin(ptr: KPointer): KInteropReturnBuffer 6834 @ani.unsafe.Quick 6835 native static _ParagraphStyle_getParagraphSpacing(ptr: KPointer): KInteropReturnBuffer 6836 @ani.unsafe.Direct 6837 native static _LineHeightStyle_ctor(lineHeight: KPointer): KPointer 6838 @ani.unsafe.Direct 6839 native static _LineHeightStyle_getFinalizer(): KPointer 6840 @ani.unsafe.Direct 6841 native static _LineHeightStyle_getLineHeight(ptr: KPointer): number 6842 @ani.unsafe.Quick 6843 native static _UrlStyle_ctor(url: KStringPtr): KPointer 6844 @ani.unsafe.Direct 6845 native static _UrlStyle_getFinalizer(): KPointer 6846 @ani.unsafe.Quick 6847 native static _UrlStyle_getUrl(ptr: KPointer): string 6848 @ani.unsafe.Direct 6849 native static _MutableStyledString_ctor(): KPointer 6850 @ani.unsafe.Direct 6851 native static _MutableStyledString_getFinalizer(): KPointer 6852 native static _MutableStyledString_replaceString(ptr: KPointer, start: number, length: number, other: KStringPtr): void 6853 native static _MutableStyledString_insertString(ptr: KPointer, start: number, other: KStringPtr): void 6854 native static _MutableStyledString_removeString(ptr: KPointer, start: number, length: number): void 6855 native static _MutableStyledString_replaceStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6856 native static _MutableStyledString_setStyle(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6857 native static _MutableStyledString_removeStyle(ptr: KPointer, start: number, length: number, styledKey: KInt): void 6858 native static _MutableStyledString_removeStyles(ptr: KPointer, start: number, length: number): void 6859 @ani.unsafe.Direct 6860 native static _MutableStyledString_clearStyles(ptr: KPointer): void 6861 native static _MutableStyledString_replaceStyledString(ptr: KPointer, start: number, length: number, other: KPointer): void 6862 native static _MutableStyledString_insertStyledString(ptr: KPointer, start: number, other: KPointer): void 6863 @ani.unsafe.Direct 6864 native static _MutableStyledString_appendStyledString(ptr: KPointer, other: KPointer): void 6865 @ani.unsafe.Direct 6866 native static _ImageAttachment_ctor(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6867 @ani.unsafe.Direct 6868 native static _ImageAttachment_getFinalizer(): KPointer 6869 @ani.unsafe.Direct 6870 native static _ImageAttachment_getValue(ptr: KPointer): KPointer 6871 @ani.unsafe.Quick 6872 native static _ImageAttachment_getSize(ptr: KPointer): KInteropReturnBuffer 6873 @ani.unsafe.Quick 6874 native static _ImageAttachment_getVerticalAlign(ptr: KPointer): KInteropReturnBuffer 6875 @ani.unsafe.Quick 6876 native static _ImageAttachment_getObjectFit(ptr: KPointer): KInteropReturnBuffer 6877 @ani.unsafe.Quick 6878 native static _ImageAttachment_getLayoutStyle(ptr: KPointer): KInteropReturnBuffer 6879 @ani.unsafe.Quick 6880 native static _ImageAttachment_getColorFilter(ptr: KPointer): KInteropReturnBuffer 6881 @ani.unsafe.Direct 6882 native static _CustomSpan_ctor(): KPointer 6883 @ani.unsafe.Direct 6884 native static _CustomSpan_getFinalizer(): KPointer 6885 @ani.unsafe.Quick 6886 native static _CustomSpan_onMeasure(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 6887 @ani.unsafe.Direct 6888 native static _CustomSpan_onDraw(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6889 @ani.unsafe.Direct 6890 native static _CustomSpan_invalidate(ptr: KPointer): void 6891 @ani.unsafe.Direct 6892 native static _LinearIndicatorController_ctor(): KPointer 6893 @ani.unsafe.Direct 6894 native static _LinearIndicatorController_getFinalizer(): KPointer 6895 @ani.unsafe.Direct 6896 native static _LinearIndicatorController_setProgress(ptr: KPointer, index: number, progress: number): void 6897 @ani.unsafe.Direct 6898 native static _LinearIndicatorController_start(ptr: KPointer, thisArray: KSerializerBuffer, thisLength: int32): void 6899 @ani.unsafe.Direct 6900 native static _LinearIndicatorController_pause(ptr: KPointer): void 6901 @ani.unsafe.Direct 6902 native static _LinearIndicatorController_stop(ptr: KPointer): void 6903 @ani.unsafe.Quick 6904 native static _GlobalScope_getRectangleById(id: KStringPtr): KInteropReturnBuffer 6905 @ani.unsafe.Quick 6906 native static _GlobalScope_edgeColors(all: number): KInteropReturnBuffer 6907 @ani.unsafe.Quick 6908 native static _GlobalScope_edgeWidths(all: number): KInteropReturnBuffer 6909 @ani.unsafe.Quick 6910 native static _GlobalScope_borderRadiuses(all: number): KInteropReturnBuffer 6911 @ani.unsafe.Quick 6912 native static _GlobalScope_wrapBuilder(thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 6913 @ani.unsafe.Direct 6914 native static _GlobalScope_getContext(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6915 @ani.unsafe.Direct 6916 native static _GlobalScope_postCardAction(thisArray: KSerializerBuffer, thisLength: int32): void 6917 @ani.unsafe.Quick 6918 native static _GlobalScope_dollar_r(value: KStringPtr, thisArray: KSerializerBuffer, thisLength: int32): KInteropReturnBuffer 6919 @ani.unsafe.Quick 6920 native static _GlobalScope_dollar_rawfile(value: KStringPtr): KInteropReturnBuffer 6921 @ani.unsafe.Direct 6922 native static _GlobalScope_animateTo(thisArray: KSerializerBuffer, thisLength: int32): void 6923 @ani.unsafe.Direct 6924 native static _GlobalScope_animateToImmediately(thisArray: KSerializerBuffer, thisLength: int32): void 6925 @ani.unsafe.Direct 6926 native static _GlobalScope_vp2px(value: number): number 6927 @ani.unsafe.Direct 6928 native static _GlobalScope_px2vp(value: number): number 6929 @ani.unsafe.Direct 6930 native static _GlobalScope_fp2px(value: number): number 6931 @ani.unsafe.Direct 6932 native static _GlobalScope_px2fp(value: number): number 6933 @ani.unsafe.Direct 6934 native static _GlobalScope_lpx2px(value: number): number 6935 @ani.unsafe.Direct 6936 native static _GlobalScope_px2lpx(value: number): number 6937 @ani.unsafe.Direct 6938 native static _GlobalScope_getInspectorNodes(): KPointer 6939 @ani.unsafe.Direct 6940 native static _GlobalScope_getInspectorNodeById(id: number): KPointer 6941 @ani.unsafe.Quick 6942 native static _GlobalScope_setAppBgColor(value: KStringPtr): void 6943 @ani.unsafe.Direct 6944 native static _GlobalScope_Profiler_registerVsyncCallback(thisArray: KSerializerBuffer, thisLength: int32): void 6945 @ani.unsafe.Direct 6946 native static _GlobalScope_Profiler_unregisterVsyncCallback(): void 6947 @ani.unsafe.Direct 6948 native static _GlobalScope_cursorControl_setCursor(value: KInt): void 6949 @ani.unsafe.Direct 6950 native static _GlobalScope_cursorControl_restoreDefault(): void 6951 @ani.unsafe.Quick 6952 native static _GlobalScope_focusControl_requestFocus(value: KStringPtr): boolean 6953 @ani.unsafe.Quick 6954 native static _RouterExtender_RouterPush1attribute(url: KStringPtr): KPointer 6955 @ani.unsafe.Direct 6956 native static _RouterExtender_RouterReplace1attribute(thisArray: KSerializerBuffer, thisLength: int32): KPointer 6957 @ani.unsafe.Direct 6958 native static _RouterExtender_MoveCommonUnderPageNode(commonNode: KPointer, pageNode: KPointer): void 6959 @ani.unsafe.Direct 6960 native static _RouterExtender_RouterBack0attribute(): void 6961 @ani.unsafe.Quick 6962 native static _RouterExtender_RouterRunPage(url: KStringPtr): KPointer 6963 @ani.unsafe.Direct 6964 native static _RouterExtender_RouterClear(): void 6965} 6966