Home
last modified time | relevance | path

Searched refs:Arrow (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp452 …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 Dts-universal-events-keyboardshortcut.md112 | 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 Dts-universal-attributes-popup.md49 … | [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 Dohos-arkui-advanced-ComposeListItem.md79 | arrow | [OperateIcon](#operateicon) | No| Arrow with a size of 12 x 24 vp.|
H A Dts-container-swiper.md360 | value | [ArrowStyle](#arrowstyle10) \| boolean | Yes | Arrow and background…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.25/
H A Dchangelogs-arkcompiler.md29 - (Deleted) Rule 1: Use Generic Functions Instead of Generic Arrow Functions
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-event.md29 | Allowed function types| Arrow function.|
H A Darkts-new-Provider-and-Consumer.md46 …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 Darkts-state.md470 ### Failure to Change a State Variable Using an Arrow Function
H A Dintroduction-to-arkts.md701 ### Arrow Functions (Lambdas Functions)
H A Dtypescript-to-arkts-migration-guide.md1290 ### Recipe: Use Arrow Functions Instead of Function Expressions
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-events-focus-event.md65 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 DOpenHarmony-Application-Typescript-JavaScript-coding-guide.md478 Arrow functions provide a simpler syntax. **this** in an arrow function points to the object when i…