Home
last modified time | relevance | path

Searched refs:TV (Results 1 - 25 of 65) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drender_focus_animation.cpp54 if (SystemProperties::GetDeviceType() == DeviceType::TV) { in Update()
107 if (SystemProperties::GetDeviceType() == DeviceType::TV) { in SetFocusAnimationProperties()
126 if (SystemProperties::GetDeviceType() == DeviceType::TV) { in SetFocusAnimationProperties()
136 if (SystemProperties::GetDeviceType() == DeviceType::TV) { in CancelFocusAnimation()
149 if (SystemProperties::GetDeviceType() != DeviceType::TV) { in StopFocusAnimation()
161 } else if (SystemProperties::GetDeviceType() == DeviceType::TV) { in StartFocusAnimation()
/foundation/arkui/ace_engine/frameworks/core/components/shadow/
H A Drender_shadow.cpp27 if (SystemProperties::GetDeviceType() != DeviceType::TV) { in SetShadowProperties()
38 if (SystemProperties::GetDeviceType() != DeviceType::TV) { in SetShadowProperties()
51 if (SystemProperties::GetDeviceType() != DeviceType::TV) { in CancelShadow()
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h169 } TV; typedef
186 TV *tvList; /**< Pointer to the TV list. */
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.cpp68 icon_->SetAlignment((SystemProperties::GetDeviceType() == DeviceType::TV ? in Initialize()
114 double minFontSize = (SystemProperties::GetDeviceType() == DeviceType::TV ? in Initialize()
117 if (SystemProperties::GetDeviceType() == DeviceType::TV) { in Initialize()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddevice_type.h23 TV, member in OHOS::Ace::DeviceType
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drender_calendar.cpp118 if (SystemProperties::GetDeviceType() == DeviceType::TV && !cardCalendar_) { in PerformLayout()
136 if (SystemProperties::GetDeviceType() == DeviceType::TV && IsValid(focusIndex_) && in OnDataChanged()
190 } else if (SystemProperties::GetDeviceType() == DeviceType::TV) { in OnSelectedDay()
227 if (SystemProperties::GetDeviceType() == DeviceType::TV) { in OnStatusChanged()
248 if (SystemProperties::GetDeviceType() == DeviceType::TV) { in OnDateSelected()
300 if (SystemProperties::GetDeviceType() == DeviceType::TV) { in FocusChanged()
322 if (SystemProperties::GetDeviceType() == DeviceType::TV) { in HandleClick()
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h211 } TV; typedef
228 TV *tvList; /**< Pointer to the TV list. */
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h113 } TV; typedef
123 TV *tvList;
/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/
H A Dinspect_tab_bar.cpp33 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_progress.cpp35 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_rating.cpp37 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_marquee.cpp35 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_textarea.cpp35 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_divider.cpp33 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_label.cpp32 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_swiper.cpp43 } else if (deviceType == DeviceType::TV || deviceType == DeviceType::WATCH) { in PackAttrAndStyle()
H A Dinspect_button.cpp35 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_input.cpp38 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_slider.cpp41 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_toggle.cpp33 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
H A Dinspect_text.cpp31 } else if (deviceType == DeviceType::TV) { in PackAttrAndStyle()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_convertor.cpp25 case DeviceType::TV: in ConvertDeviceTypeToGlobal()
94 return DeviceType::TV; in ConvertDeviceTypeToAce()
H A Dsystem_properties.cpp116 if (type == DeviceType::TV) { in InitDeviceType()
117 deviceType_ = DeviceType::TV; in InitDeviceType()
/foundation/window/window_manager/previewer/include/
H A Dwindow_model.h31 TV, member in OHOS::Previewer::DeviceType
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp25 case DeviceType::TV: in ConvertDeviceTypeToGlobal()
118 return DeviceType::TV; in ConvertDeviceTypeToAce()

Completed in 8 milliseconds

123