Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TV
(Results
1 - 25
of
65
) sorted by relevance
1
2
3
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H
A
D
render_focus_animation.cpp
54
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
D
render_shadow.cpp
27
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
D
trans_type.h
169
}
TV
;
typedef
186
TV
*tvList; /**< Pointer to the
TV
list. */
/foundation/arkui/ace_engine/frameworks/core/components/option/
H
A
D
option_component.cpp
68
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
D
device_type.h
23
TV
,
member in OHOS::Ace::DeviceType
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
render_calendar.cpp
118
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
D
trans_type.h
211
}
TV
;
typedef
228
TV
*tvList; /**< Pointer to the
TV
list. */
/foundation/distributedhardware/device_manager/test/unittest/mock/
H
A
D
session.h
113
}
TV
;
typedef
123
TV
*tvList;
/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/
H
A
D
inspect_tab_bar.cpp
33
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_progress.cpp
35
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_rating.cpp
37
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_marquee.cpp
35
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_textarea.cpp
35
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_divider.cpp
33
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_label.cpp
32
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_swiper.cpp
43
} else if (deviceType == DeviceType::
TV
|| deviceType == DeviceType::WATCH) {
in PackAttrAndStyle()
H
A
D
inspect_button.cpp
35
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_input.cpp
38
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_slider.cpp
41
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_toggle.cpp
33
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
H
A
D
inspect_text.cpp
31
} else if (deviceType == DeviceType::
TV
) {
in PackAttrAndStyle()
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
resource_convertor.cpp
25
case DeviceType::
TV
:
in ConvertDeviceTypeToGlobal()
94
return DeviceType::
TV
;
in ConvertDeviceTypeToAce()
H
A
D
system_properties.cpp
116
if (type == DeviceType::
TV
) {
in InitDeviceType()
117
deviceType_ = DeviceType::
TV
;
in InitDeviceType()
/foundation/window/window_manager/previewer/include/
H
A
D
window_model.h
31
TV
,
member in OHOS::Previewer::DeviceType
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
resource_convertor.cpp
25
case DeviceType::
TV
:
in ConvertDeviceTypeToGlobal()
118
return DeviceType::
TV
;
in ConvertDeviceTypeToAce()
Completed in 8 milliseconds
1
2
3