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:IsViewGroup
(Results
1 - 15
of
15
) sorted by relevance
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H
A
D
root_view_helper.cpp
28
if (tempView->
IsViewGroup
()) {
in DeleteViewChildren()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
root_view.cpp
275
if (view->
IsViewGroup
() && stackCount < COMPONENT_NESTING_DEPTH) {
in RemoveViewFromInvalidMap()
363
if (curview->
IsViewGroup
()) {
in OptimizeInvalidMap()
500
if (curView->
IsViewGroup
() && stackCount < COMPONENT_NESTING_DEPTH) {
in MeasureView()
685
if ((curView->
IsViewGroup
()) && (stackCount < COMPONENT_NESTING_DEPTH)) {
in Render()
770
if (currentView->
IsViewGroup
() && stackCount < COMPONENT_NESTING_DEPTH) {
in Render()
798
} else if (!root->
IsViewGroup
() || (subView == nullptr)) {
in Render()
816
} else if (currentView->
IsViewGroup
()) {
in Render()
H
A
D
ui_view_group.cpp
196
if (!view->
IsViewGroup
()) {
in GetTargetView()
241
if (!view->
IsViewGroup
()) {
in GetTargetView()
299
} else if (child->
IsViewGroup
() && static_cast<UIViewGroup*>(child)->GetChildrenHead() != nullptr) {
in GetChildById()
H
A
D
ui_radio_button.cpp
149
if (view->
IsViewGroup
()) {
in FindRadioButtonAndChangeState()
H
A
D
ui_view.cpp
1044
bool UIView::
IsViewGroup
() const
in IsViewGroup()
function in OHOS::UIView
/foundation/arkui/ui_lite/test/framework/include/
H
A
D
ui_test.h
84
if (tempView->
IsViewGroup
() && (tempView->GetViewType() != UI_DIGITAL_CLOCK)) {
in DeleteChildren()
/foundation/arkui/ui_lite/frameworks/dock/
H
A
D
focus_manager.cpp
213
if (child->
IsViewGroup
()) {
in GetNextFocus()
264
if (child->
IsViewGroup
()) {
in GetNextFocus()
/foundation/arkui/ui_lite/test/uitest/test_focus_manager/
H
A
D
ui_test_focus_manager.cpp
34
if (view.
IsViewGroup
()) {
45
if (view.
IsViewGroup
()) {
/foundation/arkui/ui_lite/frameworks/dfx/
H
A
D
ui_dump_dom_tree.cpp
325
if (view->
IsViewGroup
()) {
in OutputDomTree()
362
if (view->
IsViewGroup
()) {
in DumpJsonById()
/foundation/arkui/ui_lite/test/uitest/test_chart/
H
A
D
ui_test_chart_pillar.cpp
60
if (tempView->
IsViewGroup
()) {
in InnerDeleteChildren()
H
A
D
ui_test_chart_polyline.cpp
71
if (tempView->
IsViewGroup
()) {
in InnerDeleteChildren()
/foundation/arkui/ui_lite/test/unittest/events/
H
A
D
event_bubble_unit_test.cpp
220
if (tempView->
IsViewGroup
()) {
in DeleteChildren()
/foundation/arkui/ui_lite/test/unittest/dfx/
H
A
D
event_injector_unit_test.cpp
193
if (tempView->
IsViewGroup
()) {
in DeleteChildren()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_view.h
1010
bool
IsViewGroup
() const;
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H
A
D
ui_test_input_event.cpp
51
if (tempView->
IsViewGroup
()) {
in DeleteChildrenAndListener()
Completed in 13 milliseconds