Home
last modified time | relevance | path

Searched refs:isLeft (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/
H A Ddata_parser.cpp82 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 Drender_stepper.cpp106 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 Dstepper_element.cpp132 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 Dstepper_element.h41 void HandleOnButtonClick(bool isLeft);
42 void HandleOnButtonFocus(bool focus, bool isLeft);
H A Drender_stepper.h59 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 Dstepper_layout_algorithm.h39 …efPtr<LayoutWrapper>& layoutWrapper, const LayoutConstraintF& buttonLayoutConstraint, bool isLeft);
40 …straintF CreateButtonLayoutConstraint(const LayoutConstraintF& childLayoutConstraint, bool isLeft);
H A Dstepper_layout_algorithm.cpp203 …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 Datomic_service_pattern.h55 void UpdateButtonLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& button, bool isLeft);
56 void UpdateIconLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& icon, bool isLeft);
H A Datomic_service_pattern.cpp339 …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 Dturn-the-page-left-and-right.md77 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 Dmulti_ver_vacuum.cpp419 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 Dcounter_component.cpp94 RefPtr<ButtonComponent>& button, std::string content, bool isLeft) in BuildControl() argument
109 if (isLeft) { in BuildControl()
H A Dcounter_component.h56 RefPtr<ButtonComponent>& button, std::string content, bool isLeft);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_element.h59 void SetArrowImage(const RefPtr<Element>& element, bool isLeft);
H A Dcalendar_element.cpp251 void CalendarElement::SetArrowImage(const RefPtr<Element>& element, bool isLeft) in SetArrowImage() argument
262isLeft ? calendarController_->SetLeftRowImage(image) : calendarController_->SetRightRowImage(image… in SetArrowImage()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dmulti_ver_vacuum.h102 …itOfLeftOrRight(VacuumTaskContext &inTask, std::list<MultiVerCommitInfo> &commitList, bool isLeft);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h439 bool BeforeStatusCursorMove(bool isLeft);
H A Drich_editor_pattern.cpp5630 bool RichEditorPattern::BeforeStatusCursorMove(bool isLeft) in OnBackPressed() argument
5634 SetCaretPosition(isLeft ? textSelector_.GetTextStart() : textSelector_.GetTextEnd()); in OnBackPressed()