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:IsHide
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
window.h
111
bool
IsHide
() const
in IsHide()
function in OHOS::OHOS::Ace::Window
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H
A
D
menu_wrapper_pattern.cpp
399
if (
IsHide
()) {
in OnTouchEvent()
566
if ((IsContextMenu() && !
IsHide
()) || ((expandDisplay && isShowInSubWindow_) && !
IsHide
())) {
in OnDirtyLayoutWrapperSwap()
H
A
D
menu_wrapper_pattern.h
79
bool
IsHide
() const
in IsHide()
function in OHOS::Ace::NG::MenuWrapperPattern
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H
A
D
menuwrapper_test_ng.cpp
1165
EXPECT_EQ(wrapperPattern->
IsHide
(), true);
in HWTEST_F()
1197
EXPECT_EQ(wrapperPattern->
IsHide
(), false);
in HWTEST_F()
1219
EXPECT_EQ(wrapperPattern->
IsHide
(), false);
in HWTEST_F()
1251
EXPECT_EQ(wrapperPattern->
IsHide
(), false);
in HWTEST_F()
1283
EXPECT_EQ(wrapperPattern->
IsHide
(), false);
in HWTEST_F()
H
A
D
menu_origin_test_ng.cpp
1534
* @tc.expected: menuWrapperPattern's
IsHide
() is false
in HWTEST_F()
1536
EXPECT_FALSE(menuWrapperPattern->
IsHide
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H
A
D
menu_pattern.cpp
206
if (!warpperPattern->
IsHide
()) {
in OnAttachToFrameNode()
H
A
D
menu_layout_algorithm.cpp
2200
auto isMenuHide = menuWrapperPattern->
IsHide
();
in SkipUpdateTargetNodeSize()
Completed in 19 milliseconds