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:preRect_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H
A
D
menu_layout_algorithm.cpp
2496
preRect_
.SetOffset(rect.GetOffset());
in CheckPositionInPlacementRect()
2497
preRect_
.SetSize(rect.GetSize());
in CheckPositionInPlacementRect()
2504
preRect_
.SetOffset(rect.GetOffset());
in CheckPositionInPlacementRect()
2505
preRect_
.SetSize(rect.GetSize());
in CheckPositionInPlacementRect()
2521
preRect_
.SetOffset(rect.GetOffset());
in CheckPositionInPlacementRect()
2522
preRect_
.SetSize(rect.GetSize());
in CheckPositionInPlacementRect()
2536
if ((LessNotEqual(x,
preRect_
.Left()) || GreatNotEqual(x + childSize.Width(),
preRect_
.Right())) &&
in CheckPlacement()
2537
!(LessNotEqual(y,
preRect_
.Top()) || GreatNotEqual(y + childSize.Height(),
preRect_
in CheckPlacement()
[all...]
H
A
D
menu_layout_algorithm.h
311
Rect
preRect_
;
member in OHOS::Ace::NG::MenuLayoutAlgorithm
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
system_session_test.cpp
193
ASSERT_NE(sysSession->
preRect_
, rect);
in HWTEST_F()
200
ASSERT_EQ(sysSession->
preRect_
, rect);
in HWTEST_F()
H
A
D
session_test2.cpp
1846
session_->
preRect_
= rect;
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
session.h
733
WSRect
preRect_
;
member in OHOS::OHOS::OHOS::Rosen::Session
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
session.cpp
908
if (
preRect_
== rect) {
in UpdatePointerArea()
923
preRect_
= rect;
in UpdatePointerArea()
Completed in 18 milliseconds