Home
last modified time | relevance | path

Searched refs:isRight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/usb/usb_manager/test/native/js_unittest/
H A DUsbCoreJsunitEx.test.js66 if (!isRight) {
103 if (!isRight) {
139 if (!isRight) {
178 if (!isRight) {
216 if (!isRight) {
255 if (!isRight) {
294 if (!isRight) {
333 if (!isRight) {
372 if (!isRight) {
411 if (!isRight) {
[all …]
H A DUsbCoreJsunit.test.js134 var isRight = usb.hasRight(gDeviceList[0].name);
135 if (!isRight) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.cpp270 LayoutWrapper* layoutWrapper, float rightButtonHeight, float leftButtonHeight, bool isRight) in SuitAgeLayoutButton() argument
274 if (!isRight) { in SuitAgeLayoutButton()
277 auto buttonIndex = isRight ? hostNode->GetChildIndexById(hostNode->GetRightButtonId()) in SuitAgeLayoutButton()
289 …auto buttonWidthOffset = isRight ? (frameSizeWidth - ButtonWidth - padding - margin) : (padding + … in SuitAgeLayoutButton()
292 auto ButtonHeight = isRight ? rightButtonHeight : leftButtonHeight; in SuitAgeLayoutButton()
299 if (isRight) { in SuitAgeLayoutButton()
316 float StepperLayoutAlgorithm::CaluateButtonHeight(LayoutWrapper* layoutWrapper, bool isRight) in CaluateButtonHeight() argument
320 auto hasButtonNode = isRight ? hostNode->HasRightButtonNode() : hostNode->HasLeftButtonNode(); in CaluateButtonHeight()
324 auto buttonId = isRight ? hostNode->GetRightButtonId() : hostNode->GetLeftButtonId(); in CaluateButtonHeight()
H A Dstepper_layout_algorithm.h44 float CaluateButtonHeight(LayoutWrapper* layoutWrapper, bool isRight);
46 … LayoutWrapper* layoutWrapper, float rightButtonHeight, float leftButtonHeight, bool isRight);
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dlocale_info.cpp236 bool isRight = ChangeLanguageCode(lang, LANGUAGE_MAX_LENGTH, language, LenCharArray(language)); in GetMask() local
237 if (!isRight) { in GetMask()