Searched refs:Arrow (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_component.cpp | 452 …auto Arrow = isPreArrow ? AceType::MakeRefPtr<ImageComponent>(InternalResource::ResourceId::LEFT_A… in InitCardButton() local 454 …isPreArrow ? calendarController_->SetLeftRowImage(Arrow) : calendarController_->SetRightRowImage(A… in InitCardButton() 456 Arrow->SetWidth(calendarTheme.arrowWidth); in InitCardButton() 457 Arrow->SetHeight(calendarTheme.arrowHeight); in InitCardButton() 459 children.emplace_back(Arrow); in InitCardButton()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-events-keyboardshortcut.md | 112 | Arrow keys, **Shift** + Arrow keys| Text box component| Moves the cursor.| Input method| 113 | Arrow keys, **Shift** + Arrow keys| Universal component| Moves focus in navigation.| System keys|
|
H A D | ts-universal-attributes-popup.md | 49 … | [Dimension](ts-types.md#dimension10) | No | Arrow thickness. If the … 50 … | [Dimension](ts-types.md#dimension10) | No | Arrow height.<br>Default… 102 …dimension10) | No | Arrow thickness. If the … 103 … | [Dimension](ts-types.md#dimension10) | No | Arrow height.<br>Default…
|
H A D | ohos-arkui-advanced-ComposeListItem.md | 79 | arrow | [OperateIcon](#operateicon) | No| Arrow with a size of 12 x 24 vp.|
|
H A D | ts-container-swiper.md | 360 | value | [ArrowStyle](#arrowstyle10) \| boolean | Yes | Arrow and background…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.25/ |
H A D | changelogs-arkcompiler.md | 29 - (Deleted) Rule 1: Use Generic Functions Instead of Generic Arrow Functions
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-event.md | 29 | Allowed function types| Arrow function.|
|
H A D | arkts-new-Provider-and-Consumer.md | 46 …es include number, string, boolean, class, Array, Date, Map, and Set.<br>[Arrow function](#decorat… 58 …perty types include number, string, boolean, class, Array, Date, Map, and Set.<br>Arrow function. |
|
H A D | arkts-state.md | 470 ### Failure to Change a State Variable Using an Arrow Function
|
H A D | introduction-to-arkts.md | 701 ### Arrow Functions (Lambdas Functions)
|
H A D | typescript-to-arkts-migration-guide.md | 1290 ### Recipe: Use Arrow Functions Instead of Function Expressions
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-events-focus-event.md | 65 Arrow keys (up, down, left, and right): moves focus in a cross-shaped pattern, with container-speci… 110 - Arrow key traversal: Arrow keys perpendicular to the container's layout direction are ignored. Fo… 119 - Arrow keys: Focus goes to the child with the largest overlap area and the shortest center-point d…
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-Application-Typescript-JavaScript-coding-guide.md | 478 Arrow functions provide a simpler syntax. **this** in an arrow function points to the object when i…
|