Home
last modified time | relevance | path

Searched refs:is2in1 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/entry/src/main/ets/pages/
H A DPasteboardSwitch.ets55 @State is2in1: boolean = false;
142 this.is2in1 = deviceInfo.deviceType === '2in1' ? true : false;
283 …top: this.is2in1 ? CommonConstants.ITEM_LIST_PADDING_TOP_PC : CommonConstants.ITEM_LIST_PADDING_TO…
284 bottom: this.is2in1 ? CommonConstants.ITEM_LIST_PADDING_BOTTOM_PC :
313 ….borderRadius(this.is2in1 ? CommonConstants.PC_BORDER_RADIUS : CommonConstants.NON_PC_BORDER_RADIU…
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/ets/pages/
H A DContinueSwitch.ets59 @State is2in1: boolean = false;
205 this.is2in1 = deviceInfo.deviceType === '2in1' ? true : false;
341 … top: this.is2in1 ? CommonConstants.ITEM_LIST_PADDING_TOP_PC : this.phoneSwitchTextTopMargin,
342 …bottom: this.is2in1 ? CommonConstants.ITEM_LIST_PADDING_BOTTOM_PC : this.phoneSwitchTextBottomMarg…
371 ….borderRadius(this.is2in1 ? CommonConstants.PC_BORDER_RADIUS : CommonConstants.NON_PC_BORDER_RADIU…
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davsession_service_stub.cpp683 bool is2in1 = system::GetBoolParameter("const.audio.volume_apply_to_all", false); in HandleSetDiscoverable() local
684 …SLOGI("GetDeviceEnableCast,Prop=%{public}d,enable=%{public}d", static_cast<int>(is2in1), static_ca… in HandleSetDiscoverable()
685 if (enable && is2in1 && ret) { in HandleSetDiscoverable()
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-default-userAgent.md169 const is2in1 = () => /PC/i.test(navigator.userAgent);
/ohos5.0/docs/en/application-dev/web/
H A Dweb-default-userAgent.md169 const is2in1 = () => /PC/i.test(navigator.userAgent);
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp258 bool is2in1 = system::GetBoolParameter("const.audio.volume_apply_to_all", false); in HandleScreenStatusChange() local
259 if (!is2in1) { in HandleScreenStatusChange()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1636 static bool is2in1 = systemConfig_.uiType_ == UI_TYPE_PC; in CreateKeyboardPanelSession() local
1637 if (is2in1) { in CreateKeyboardPanelSession()