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
defs:globalLocation
(Results
1 - 25
of
25
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H
A
D
js_hover_function.cpp
68
const OHOS::Ace::Offset&
globalLocation
= hoverInfo.GetGlobalLocation();
in AccessibilityHoverExecute()
local
H
A
D
js_pan_function.cpp
25
const OHOS::Ace::Offset&
globalLocation
= info.GetGlobalLocation();
in createPanInfo()
local
H
A
D
js_touch_function.cpp
30
const OHOS::Ace::Offset&
globalLocation
= touchInfo.GetGlobalLocation();
in CreateTouchInfo()
local
H
A
D
js_gesture_function.cpp
105
const OHOS::Ace::Offset&
globalLocation
= fingerInfo.globalLocation_;
in CreateFingerInfo()
local
H
A
D
js_gesture_judge_function.cpp
80
const OHOS::Ace::Offset&
globalLocation
= fingerInfo.globalLocation_;
in CreateFingerInfo()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
js_types.cpp
96
const OHOS::Ace::Offset&
globalLocation
= point.GetGlobalLocation();
in JsGetHistoricalPoints()
local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_frontend.cpp
83
auto
globalLocation
= location.GetGlobalLocation();
in TouchInfoToString()
local
103
auto
globalLocation
= change.GetGlobalLocation();
in TouchInfoToString()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H
A
D
rich_editor_pattern_testfive_ng.cpp
300
Offset
globalLocation
= Offset(54.0, 20.0);
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H
A
D
menu_layout_algorithm.h
49
OffsetF
globalLocation
;
member
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_frontend.cpp
32
auto
globalLocation
= location.GetGlobalLocation();
in TouchInfoToString()
local
57
auto
globalLocation
= change.GetGlobalLocation();
in TouchInfoToString()
local
86
auto
globalLocation
= touchInfo->GetGlobalLocation();
in DragStartInfoToString()
local
100
auto
globalLocation
in DragUpdateInfoToString()
local
114
auto
globalLocation
= touchInfo->GetGlobalLocation();
DragEnterInfoToString()
local
128
auto
globalLocation
= touchInfo->GetGlobalLocation();
DragOverInfoToString()
local
142
auto
globalLocation
= touchInfo->GetGlobalLocation();
DragLeaveInfoToString()
local
156
auto
globalLocation
= touchInfo->GetGlobalLocation();
DragDropInfoToString()
local
170
auto
globalLocation
= touchInfo->GetGlobalLocation();
DragEndInfoToString()
local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend.cpp
65
auto
globalLocation
= location.GetGlobalLocation();
in TouchInfoToString()
local
85
auto
globalLocation
= change.GetGlobalLocation();
in TouchInfoToString()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H
A
D
calendar_picker_test_ng.cpp
3276
Offset
globalLocation
;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/event/
H
A
D
touch_event.cpp
415
TouchLocationInfo& TouchLocationInfo::SetGlobalLocation(const Offset&
globalLocation
)
in SetGlobalLocation()
argument
H
A
D
axis_event.h
273
AxisInfo& SetGlobalLocation(const Offset&
globalLocation
)
in SetGlobalLocation()
argument
H
A
D
mouse_event.h
303
MouseInfo& SetGlobalLocation(const Offset&
globalLocation
)
in SetGlobalLocation()
argument
374
AccessibilityHoverInfo& SetGlobalLocation(const Offset&
globalLocation
)
in SetGlobalLocation()
argument
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H
A
D
ui_observer_listener.cpp
519
const OHOS::Ace::Offset&
globalLocation
= finger.globalLocation_;
in AddFingerListInfo()
local
/foundation/arkui/ace_engine/frameworks/core/gestures/
H
A
D
gesture_event.h
107
GestureEvent& SetGlobalLocation(const Offset&
globalLocation
)
in SetGlobalLocation()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H
A
D
calendar_dialog_pattern.cpp
308
bool CalendarDialogPattern::IsInEntryRegion(const Offset&
globalLocation
)
in IsInEntryRegion()
argument
316
void CalendarDialogPattern::HandleEntryNodeHoverEvent(bool state, const Offset&
globalLocation
)
in HandleEntryNodeHoverEvent()
argument
325
void CalendarDialogPattern::HandleEntryNodeTouchEvent(bool isPressed, const Offset&
globalLocation
)
in HandleEntryNodeTouchEvent()
argument
H
A
D
calendar_picker_pattern.cpp
247
void CalendarPickerPattern::HandleHoverEvent(bool state, const Offset&
globalLocation
)
in HandleHoverEvent()
argument
278
void CalendarPickerPattern::HandleTouchEvent(bool isPressed, const Offset&
globalLocation
)
in HandleTouchEvent()
argument
322
void CalendarPickerPattern::HandleClickEvent(const Offset&
globalLocation
)
in HandleClickEvent()
argument
385
CalendarPickerSelectedType CalendarPickerPattern::CheckRegion(const Offset&
globalLocation
)
in CheckRegion()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.cpp
69
auto
globalLocation
= location.GetGlobalLocation();
in TouchInfoToString()
local
89
auto
globalLocation
= change.GetGlobalLocation();
in TouchInfoToString()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
drag_event.cpp
1619
void DragEventActuator::SetTextAnimation(const RefPtr<GestureEventHub>& gestureHub, const Offset&
globalLocation
)
in SetTextAnimation()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
4893
const OHOS::Ace::Offset&
globalLocation
= touchInfo.GetGlobalLocation();
in CreateTouchInfo()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_common_modifier.cpp
6546
const OHOS::Ace::Offset&
globalLocation
= locationInfo.GetGlobalLocation();
in ConvertTouchLocationInfoToPoint()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
3414
auto
globalLocation
= info.GetGlobalLocation();
in HandleTouchClickEventFromOverlay()
local
6469
const OHOS::Ace::Offset&
globalLocation
= location.GetGlobalLocation();
in SetTouchLocationInfo()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_common_bridge.cpp
6128
const OHOS::Ace::Offset&
globalLocation
= fingerInfo.globalLocation_;
in CreateFingerInfo()
local
Completed in 79 milliseconds