Home
last modified time | relevance | path

Searched refs:TEXT_ARROW (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js678 if ((this.operationType === OperationType.TEXT_ARROW ||
686 if (this.operationType === OperationType.TEXT_ARROW) {
706 if (this.operationType === OperationType.TEXT_ARROW) {
737 this.operationType === OperationType.TEXT_ARROW ?
760 if ((this.operationType === OperationType.TEXT_ARROW ||
819 this.operationType === OperationType.TEXT_ARROW ?
842 if ((this.operationType === OperationType.TEXT_ARROW ||
897 this.operationType === OperationType.TEXT_ARROW ?
921 if ((this.operationType === OperationType.TEXT_ARROW ||
976 this.operationType === OperationType.TEXT_ARROW ?
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-SubHeader.md64 | TEXT_ARROW | 0 | 文本按钮(带右箭头)。 |
141 该示例主要演示子标题左侧为primaryTitle、secondaryTitle,右侧operationType类型为TEXT_ARROW
154 operationType: OperationType.TEXT_ARROW,
335 operationType: OperationType.TEXT_ARROW,
369 operationType: OperationType.TEXT_ARROW,
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-subheader.md49 | TEXT_ARROW | 文本按钮(带右箭头)。 |
113 operationType: OperationType.TEXT_ARROW,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp310 if (buttonData.buttonType == StepperButtonType::TEXT_ARROW) { in UpdateButton()
335 if (buttonData.buttonType == StepperButtonType::TEXT_ARROW) { in UpdateButton()
353 if (buttonData.buttonType == StepperButtonType::TEXT_ARROW) { in UpdateButton()
408 buttonDataNext.buttonType = StepperButtonType::TEXT_ARROW; in LoadDefaultButtonStatus()
413 buttonDataPrev.buttonType = StepperButtonType::TEXT_ARROW; in LoadDefaultButtonStatus()
422 buttonDataPrev.buttonType = StepperButtonType::TEXT_ARROW; in LoadDefaultButtonStatus()
426 buttonDataNext.buttonType = StepperButtonType::TEXT_ARROW; in LoadDefaultButtonStatus()
H A Drender_stepper.h46 TEXT_ARROW, enumerator
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/source/
H A Dsubheader.ets56 TEXT_ARROW = 0,
258 …if ((this.operationType === OperationType.TEXT_ARROW || this.operationType === OperationType.BUTTO…
265 if (this.operationType === OperationType.TEXT_ARROW) {
273 if (this.operationType === OperationType.TEXT_ARROW) {
318 return (this.fontSize >= MIN_FONT_SIZE) && ((this.operationType === OperationType.TEXT_ARROW) ||
405 …el(this.operationType === OperationType.BUTTON || this.operationType === OperationType.TEXT_ARROW ?
410 …if (this.operationType !== OperationType.TEXT_ARROW || !this.operationItem || this.operationItem.l…
422 … (this.operationType === OperationType.BUTTON || this.operationType === OperationType.TEXT_ARROW) {
452 …el(this.operationType === OperationType.BUTTON || this.operationType === OperationType.TEXT_ARROW ?
458 … (this.operationType === OperationType.BUTTON || this.operationType === OperationType.TEXT_ARROW) {
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-SubHeader.md65 | TEXT_ARROW | 0 | Text button with a right arrow.|
146 operationType: OperationType.TEXT_ARROW,
314 operationType: OperationType.TEXT_ARROW,
348 operationType: OperationType.TEXT_ARROW,
/ohos5.0/foundation/arkui/advanced_ui_component/source/SubHeader/
H A DSubHeader.ets35 TEXT_ARROW = 0,
382 if (this.operationType === OperationType.TEXT_ARROW && this.operationItem != null) {
/ohos5.0/foundation/arkui/advanced_ui_component/interface/subheader/
H A Dsubheader.js34 e[e.TEXT_ARROW=0] = "TEXT_ARROW";
1116 …this.operationType === OperationType.TEXT_ARROW && null != this.operationItem ? this.ifElseBranchU…