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:parentView
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_lazy_foreach_component.h
33
explicit DefaultDataChangeListener(JSView*
parentView
) : parentView_(
parentView
) {}
in DefaultDataChangeListener()
argument
H
A
D
js_view.cpp
373
auto*
parentView
= parentObj->Unwrap<JSViewFullUpdate>();
in ConstructorCallback()
local
374
if (
parentView
!= nullptr) {
in ConstructorCallback()
375
auto id =
parentView
->AddChildById(viewId, info.This());
in ConstructorCallback()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
root_view.cpp
782
UIView*
parentView
= topView;
in Render()
local
783
while (
parentView
->GetParent() != nullptr) {
in Render()
784
UIView* tempView =
parentView
;
in Render()
785
parentView
=
parentView
->GetParent();
in Render()
787
topView =
parentView
;
in Render()
793
bool RootView::FindSubView(const UIView&
parentView
, const UIView* subView)
in Render()
argument
795
const UIView* root = &
parentView
;
in Render()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
root_view.h
242
* @param
parentView
Indicates the specified parent view.
248
static bool FindSubView(const UIView&
parentView
, const UIView* subView);
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
component.cpp
1780
UIViewGroup *
parentView
= reinterpret_cast<UIViewGroup *>(GetComponentRootView());
in RemoveChild()
local
1781
if (childNativeView == nullptr ||
parentView
== nullptr) {
in RemoveChild()
1791
parentView
->Remove(childNativeView);
in RemoveChild()
1812
parentView
->Remove(childNativeView);
in RemoveChild()
Completed in 7 milliseconds