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:picker_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_picker_unit_test.cpp
27
static UIPicker*
picker_
;
member in OHOS::UIPickerTest
30
UIPicker* UIPickerTest::
picker_
= nullptr;
member in OHOS::UIPickerTest
34
if (
picker_
== nullptr) {
in SetUpTestCase()
35
picker_
= new UIPicker();
in SetUpTestCase()
41
if (
picker_
!= nullptr) {
in TearDownTestCase()
42
delete
picker_
;
in TearDownTestCase()
43
picker_
= nullptr;
in TearDownTestCase()
55
if (
picker_
== nullptr) {
in HWTEST_F()
59
EXPECT_EQ(
picker_
->GetViewType(), UI_PICKER);
in HWTEST_F()
70
if (
picker_
in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H
A
D
ui_test_rotate_input.cpp
163
container_->Remove(
picker_
);
in TearDown()
182
picker_
= nullptr;
in TearDown()
375
if (
picker_
== nullptr) {
in UIKitRotateEventPicker006()
376
picker_
= new UIPicker();
in UIKitRotateEventPicker006()
378
picker_
->SetPosition(0, label->GetY() + g_blank, g_listW, g_listH);
in UIKitRotateEventPicker006()
379
picker_
->SetItemHeight(50); // 50: height
in UIKitRotateEventPicker006()
380
picker_
->SetValues(g_pickerRange, sizeof(g_pickerRange) / sizeof(g_pickerRange[0]));
in UIKitRotateEventPicker006()
381
picker_
->SetOnTouchListener(this);
in UIKitRotateEventPicker006()
382
picker_
->SetRotateFactor(5); // 5: rotate factor
in UIKitRotateEventPicker006()
383
container_->Add(
picker_
);
in UIKitRotateEventPicker006()
[all...]
H
A
D
ui_test_rotate_input.h
57
UIPicker*
picker_
= nullptr;
member in OHOS::UITestRotateInput
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.cpp
278
if (
picker_
!= nullptr) {
in TearDown()
279
listScroll_->Remove(
picker_
);
in TearDown()
280
delete
picker_
;
in TearDown()
281
picker_
= nullptr;
in TearDown()
313
if (
picker_
!= nullptr) {
in ReloadTest()
314
listScroll_->Remove(
picker_
);
in ReloadTest()
315
delete
picker_
;
in ReloadTest()
316
picker_
= nullptr;
in ReloadTest()
638
picker_
= new UIPicker();
in UIKitUITestBorderMarginPaddingTest014()
639
picker_
in UIKitUITestBorderMarginPaddingTest014()
[all...]
H
A
D
ui_test_border_margin_padding.h
91
UIPicker*
picker_
= nullptr;
member in OHOS::UITestBorderMarginPadding
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ams_configuration_parameter.h
180
std::map<std::string, std::string>
picker_
;
member in OHOS::AAFwk::SatrtUiMode::final
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ams_configuration_parameter.cpp
116
return
picker_
;
in GetPickerMap()
172
picker_
[type] = typePicker;
in LoadUIExtensionPickerConfig()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H
A
D
graphics_context.cpp
209
Picking
picker_
;
member
233
return &state->
picker_
;
Completed in 5 milliseconds