Searched refs:is2in1 (Results 1 – 7 of 7) sorted by relevance
55 @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…
59 @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…
683 bool is2in1 = system::GetBoolParameter("const.audio.volume_apply_to_all", false); in HandleSetDiscoverable() local684 …SLOGI("GetDeviceEnableCast,Prop=%{public}d,enable=%{public}d", static_cast<int>(is2in1), static_ca… in HandleSetDiscoverable()685 if (enable && is2in1 && ret) { in HandleSetDiscoverable()
169 const is2in1 = () => /PC/i.test(navigator.userAgent);
258 bool is2in1 = system::GetBoolParameter("const.audio.volume_apply_to_all", false); in HandleScreenStatusChange() local259 if (!is2in1) { in HandleScreenStatusChange()
1636 static bool is2in1 = systemConfig_.uiType_ == UI_TYPE_PC; in CreateKeyboardPanelSession() local1637 if (is2in1) { in CreateKeyboardPanelSession()