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:scrollState_
(Results
1 - 13
of
13
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H
A
D
accessibility_ut_helper.h
302
scrollState_
= state;
in SetScrollState()
307
return
scrollState_
;
in GetScrollState()
451
bool
scrollState_
= false;
member in OHOS::Accessibility::AccessibilityAbilityHelper
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H
A
D
accessibility_module_test_helper.h
302
scrollState_
= state;
in SetScrollState()
307
return
scrollState_
;
in GetScrollState()
451
bool
scrollState_
= false;
member in OHOS::Accessibility::AccessibilityAbilityMtHelper
/foundation/barrierfree/accessibility/services/test/xts/inc/
H
A
D
accessibility_ut_helper.h
302
scrollState_
= state;
in SetScrollState()
307
return
scrollState_
;
in GetScrollState()
451
bool
scrollState_
= false;
member in OHOS::A11y::A11yAbilityHelper
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
scroll_position_controller.h
56
return
scrollState_
;
in GetScrollState()
68
int32_t
scrollState_
= -1;
member in OHOS::Ace::ScrollEventInfo
H
A
D
scroll_position_controller.cpp
23
: BaseEventInfo("scroll"), type_(type), scrollX_(scrollX), scrollY_(scrollY),
scrollState_
(scrollState)
in ScrollEventInfo()
43
.append(std::to_string(
scrollState_
))
in ToJSONString()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_properties.h
274
int32_t
scrollState_
= 0;
member
281
.append(GetSourceStr(
scrollState_
))
in ToString()
300
json->Put("scroll from", GetSourceStr(
scrollState_
).c_str());
in ToJson()
H
A
D
scrollable_pattern.cpp
3258
.
scrollState_
= scrollSource,
in AddScrollableFrameInfo()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_pattern_test_ng_supplement.cpp
1182
webPattern->
scrollState_
= true;
in HWTEST_F()
1188
webPattern->
scrollState_
= false;
in HWTEST_F()
1216
webPattern->
scrollState_
= true;
in HWTEST_F()
1255
EXPECT_TRUE(webPattern->
scrollState_
);
in HWTEST_F()
1260
EXPECT_FALSE(webPattern->
scrollState_
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H
A
D
render_list.h
499
ScrollState
scrollState_
;
member in OHOS::Ace::V2::RenderList
H
A
D
render_list.cpp
727
ResumeEventCallback(component_, &ListComponent::GetOnScroll, offset,
scrollState_
);
in PerformLayout()
1229
scrollState_
= ScrollState::SCROLL;
in UpdateScrollPosition()
1231
scrollState_
= ScrollState::FLING;
in UpdateScrollPosition()
1233
scrollState_
= ScrollState::IDLE;
in UpdateScrollPosition()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.h
1120
bool
scrollState_
= false;
member in OHOS::OHOS::Ace::NG::WebPattern
H
A
D
web_pattern.cpp
5816
if (
scrollState_
) {
in OnOverScrollFlingVelocityHandler()
5839
scrollState_
= scrollState;
in OnScrollState()
/foundation/multimodalinput/input/service/connect_manager/test/
H
A
D
multimodal_input_connect_stub_ex_test.cpp
95
scrollState_
= state;
96
return static_cast<int32_t>(
scrollState_
);
98
int32_t GetHoverScrollState(bool &state) override { return static_cast<int32_t>(
scrollState_
); }
315
bool
scrollState_
= false;
member in OHOS::MMI::__anon11390::MMIServiceTest
Completed in 50 milliseconds