Home
last modified time | relevance | path

Searched refs:rightButton (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_layout_algorithm.cpp130 static void LayoutItem(LayoutWrapper* layoutWrapper, int32_t leftButton, int32_t rightButton) in LayoutItem() argument
160 auto rightButtonWrapper = layoutWrapper->GetOrCreateChildByIndex(rightButton); in LayoutItem()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp1150 napi_value rightButton = nullptr; in CreateMousePrimaryButton() local
1151 CHKRP(napi_create_int32(env, PrimaryButton::RIGHT_BUTTON, &rightButton), CREATE_INT32); in CreateMousePrimaryButton()
1155 DECLARE_NAPI_STATIC_PROPERTY("RIGHT", rightButton), in CreateMousePrimaryButton()