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:currentY
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H
A
D
select_overlay_layout_algorithm.cpp
152
auto
currentY
= menuOffset.GetY();
in CalculateCustomMenuByMouseOffset()
local
153
if (GreatOrEqual(
currentY
, menuSize.Height())) {
in CalculateCustomMenuByMouseOffset()
154
currentY
= menuOffset.GetY() - menuSize.Height();
in CalculateCustomMenuByMouseOffset()
156
currentY
= keyboardY - menuSize.Height();
in CalculateCustomMenuByMouseOffset()
158
currentY
= menuOffset.GetY() - menuSize.Height() / 2.0f;
in CalculateCustomMenuByMouseOffset()
160
if (GreatNotEqual(top,
currentY
)) {
in CalculateCustomMenuByMouseOffset()
161
currentY
= top;
in CalculateCustomMenuByMouseOffset()
163
menuOffset.SetY(
currentY
);
in CalculateCustomMenuByMouseOffset()
/foundation/multimodalinput/input/service/event_resample/include/
H
A
D
event_resample.h
229
float
currentY
= GetHistory(0)->GetPointerById(id).coordY;
in RecentCoordinatesAreIdentical()
local
232
if (currentX == previousX &&
currentY
== previousY) {
in RecentCoordinatesAreIdentical()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H
A
D
touchpad_transform_processor.cpp
718
auto
currentY
= libinput_event_touchpad_get_y(event);
in CanAddToPointerMaps()
local
719
pointerMaps[seatSlot] = {currentX,
currentY
};
in CanAddToPointerMaps()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H
A
D
render_swiper.cpp
2072
double
currentY
= swiperHeight_ - stableOffset;
in UpdateIndicatorPosition()
local
2073
position.SetY(
currentY
);
in UpdateIndicatorPosition()
Completed in 9 milliseconds