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:rightBottomX_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_element_info.h
387
rightBottomX_
= rightBottomX;
in Rect()
421
return
rightBottomX_
;
in GetRightBottomXScreenPostion()
457
rightBottomX_
= rightBottomX;
in SetRightBottomScreenPostion()
463
int32_t
rightBottomX_
= 0;
member in OHOS::Accessibility::Rect
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_window_manager.cpp
511
int32_t
rightBottomX_
= 0;
in CompareRect()
local
515
rightBottomX_
= rectWindow.posX_;
in CompareRect()
518
rightBottomX_
= rectWindow.posX_ + static_cast<int32_t>(rectWindow.width_);
in CompareRect()
524
rectAccessibility.GetRightBottomXScreenPostion() ==
rightBottomX_
&&
in CompareRect()
H
A
D
accessibility_touch_guider.cpp
640
rightBottomX_
= INIT_POINT_DISPLAY;
in Clear()
706
rightBottomX_
= focusedElementInfo.GetRectInScreen().GetRightBottomXScreenPostion();
in HandleTouchGuidingStateInnerDown()
708
longPressOffsetX_ = static_cast<float>(DIVIDE_2(leftTopX_ +
rightBottomX_
) - pointerIterm.GetDisplayX());
in HandleTouchGuidingStateInnerDown()
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_touch_guider.h
525
int32_t
rightBottomX_
= 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
640
rightBottomX_
= INIT_POINT_DISPLAY;
in Clear()
706
rightBottomX_
= focusedElementInfo.GetRectInScreen().GetRightBottomXScreenPostion();
in HandleTouchGuidingStateInnerDown()
708
longPressOffsetX_ = static_cast<float>(DIVIDE_2(leftTopX_ +
rightBottomX_
) - pointerIterm.GetDisplayX());
in HandleTouchGuidingStateInnerDown()
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H
A
D
mock_accessibility_element_info_parcel.cpp
484
READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
rightBottomX_
);
in ReadFromParcel()
493
WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
rightBottomX_
);
in Marshalling()
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H
A
D
accessibility_element_info_parcel.cpp
486
READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
rightBottomX_
);
in ReadFromParcel()
495
WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
rightBottomX_
);
in Marshalling()
Completed in 10 milliseconds