/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/ |
H A D | data_parser.cpp | 82 bool isLeft = false; in ParsePssh() local 85 isLeft = !isLeft; in ParsePssh() 86 if (!isLeft) { in ParsePssh() 92 } else if (isLeft) { in ParsePssh()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | render_stepper.cpp | 106 leftButtonData_.isLeft = true; in Initialize() 108 rightButtonData_.isLeft = false; in Initialize() 274 if (buttonData.isLeft) { in InitHotArea() 287 if (buttonData.isLeft) { in InitHotArea() 302 if (!buttonData.isLeft) { in UpdateButton() 349 if (buttonData.isLeft) { in UpdateButton() 499 if (buttonData.isLeft) { in LayoutButton() 509 if (buttonData.isLeft) { in LayoutButton() 990 if (isLeft) { in UpdateButtonFocus() 1011 void RenderStepper::HandleButtonClick(bool isLeft) in HandleButtonClick() argument [all …]
|
H A D | stepper_element.cpp | 132 void StepperElement::HandleOnButtonClick(bool isLeft) in HandleOnButtonClick() argument 139 stepper->HandleButtonClick(isLeft); in HandleOnButtonClick() 142 void StepperElement::HandleOnButtonFocus(bool focus, bool isLeft) in HandleOnButtonFocus() argument 149 stepper->UpdateButtonFocus(focus, isLeft); in HandleOnButtonFocus()
|
H A D | stepper_element.h | 41 void HandleOnButtonClick(bool isLeft); 42 void HandleOnButtonFocus(bool focus, bool isLeft);
|
H A D | render_stepper.h | 59 bool isLeft = true; member 98 void UpdateButtonFocus(bool focus, bool isLeft); 99 void HandleButtonClick(bool isLeft);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_layout_algorithm.h | 39 …efPtr<LayoutWrapper>& layoutWrapper, const LayoutConstraintF& buttonLayoutConstraint, bool isLeft); 40 …straintF CreateButtonLayoutConstraint(const LayoutConstraintF& childLayoutConstraint, bool isLeft);
|
H A D | stepper_layout_algorithm.cpp | 203 …RefPtr<LayoutWrapper>& layoutWrapper, const LayoutConstraintF& buttonLayoutConstraint, bool isLeft) in MeasureText() argument 208 auto textWrapper = rowWrapper->GetOrCreateChildByIndex(isLeft ? 1 : 0); in MeasureText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | atomic_service_pattern.h | 55 void UpdateButtonLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& button, bool isLeft); 56 void UpdateIconLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& icon, bool isLeft);
|
H A D | atomic_service_pattern.cpp | 339 …vicePattern::UpdateButtonLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& button, bool isLeft) in UpdateButtonLayout() argument 350 layoutProperty->UpdateBorderRadius(isLeft ? leftBorderRadius : rightBorderRadius); in UpdateButtonLayout() 356 …cServicePattern::UpdateIconLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& icon, bool isLeft) in UpdateIconLayout() argument 364 if (isLeft) { in UpdateIconLayout()
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | turn-the-page-left-and-right.md | 77 private clickAnimateTo(isLeft: Boolean){ 92 if (isLeft){ 192 private clickAnimateTo(isLeft: Boolean){ 207 if (isLeft){
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_vacuum.cpp | 419 bool isLeft) in DoDealCommitOfLeftOrRight() argument 429 VEC_TO_STR(commit.commitId), isLeft); in DoDealCommitOfLeftOrRight() 434 "errCode=%d.", ULL(commit.version), VEC_TO_STR(commit.commitId), isLeft, errCode); in DoDealCommitOfLeftOrRight() 441 if (isLeft) { in DoDealCommitOfLeftOrRight() 461 ULL(commit.version), VEC_TO_STR(commit.commitId), isLeft, errCode); in DoDealCommitOfLeftOrRight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_component.cpp | 94 RefPtr<ButtonComponent>& button, std::string content, bool isLeft) in BuildControl() argument 109 if (isLeft) { in BuildControl()
|
H A D | counter_component.h | 56 RefPtr<ButtonComponent>& button, std::string content, bool isLeft);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_element.h | 59 void SetArrowImage(const RefPtr<Element>& element, bool isLeft);
|
H A D | calendar_element.cpp | 251 void CalendarElement::SetArrowImage(const RefPtr<Element>& element, bool isLeft) in SetArrowImage() argument 262 …isLeft ? calendarController_->SetLeftRowImage(image) : calendarController_->SetRightRowImage(image… in SetArrowImage()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | multi_ver_vacuum.h | 102 …itOfLeftOrRight(VacuumTaskContext &inTask, std::list<MultiVerCommitInfo> &commitList, bool isLeft);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 439 bool BeforeStatusCursorMove(bool isLeft);
|
H A D | rich_editor_pattern.cpp | 5630 bool RichEditorPattern::BeforeStatusCursorMove(bool isLeft) in OnBackPressed() argument 5634 SetCaretPosition(isLeft ? textSelector_.GetTextStart() : textSelector_.GetTextEnd()); in OnBackPressed()
|