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:leftTopY_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_element_info.h
386
leftTopY_
= leftTopY;
in Rect()
410
return
leftTopY_
;
in GetLeftTopYScreenPostion()
443
leftTopY_
= leftTopY;
in SetLeftTopScreenPostion()
462
int32_t
leftTopY_
= 0;
member in OHOS::Accessibility::Rect
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_touch_guider.h
524
int32_t
leftTopY_
= INIT_POINT_DISPLAY;
member in OHOS::Accessibility::TouchGuider
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H
A
D
sa_get_attribute_value_benchmark.cpp
639
leftTopY_
= INIT_POINT_DISPLAY;
in Clear()
705
leftTopY_
= focusedElementInfo.GetRectInScreen().GetLeftTopYScreenPostion();
in HandleTouchGuidingStateInnerDown()
709
longPressOffsetY_ = static_cast<float>(DIVIDE_2(
leftTopY_
+ rightBottomY_) - pointerIterm.GetDisplayY());
in HandleTouchGuidingStateInnerDown()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_touch_guider.cpp
639
leftTopY_
= INIT_POINT_DISPLAY;
in Clear()
705
leftTopY_
= focusedElementInfo.GetRectInScreen().GetLeftTopYScreenPostion();
in HandleTouchGuidingStateInnerDown()
709
longPressOffsetY_ = static_cast<float>(DIVIDE_2(
leftTopY_
+ rightBottomY_) - pointerIterm.GetDisplayY());
in HandleTouchGuidingStateInnerDown()
H
A
D
accessibility_window_manager.cpp
510
int32_t
leftTopY_
= rectWindow.posY_;
in CompareRect()
local
523
rectAccessibility.GetLeftTopYScreenPostion() ==
leftTopY_
&&
in CompareRect()
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H
A
D
mock_accessibility_element_info_parcel.cpp
483
READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
leftTopY_
);
in ReadFromParcel()
492
WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
leftTopY_
);
in Marshalling()
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H
A
D
accessibility_element_info_parcel.cpp
485
READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
leftTopY_
);
in ReadFromParcel()
494
WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
leftTopY_
);
in Marshalling()
Completed in 10 milliseconds