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:amPm
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
picker_time_component.cpp
145
auto
amPm
= GetColumn(PICKER_AMPM_COLUMN);
in HandleHour12Change()
local
146
if (!
amPm
) {
in HandleHour12Change()
151
if (
amPm
->GetCurrentIndex() == 0 && isAdd && index == 11) { // hour index start from 0 to 11
in HandleHour12Change()
152
amPm
->SetCurrentIndex(1); // add to PM's index
in HandleHour12Change()
157
if (
amPm
->GetCurrentIndex() == 1 && !isAdd && index == 10) { // reduce to 11 hour (index is 10)
in HandleHour12Change()
158
amPm
->SetCurrentIndex(0); // change to AM whose index is 0
in HandleHour12Change()
163
if (
amPm
->GetCurrentIndex() == 1 && isAdd && index == 11) { // is PM (index is 1) and last hour (index is 11)
in HandleHour12Change()
164
amPm
->SetCurrentIndex(0); // change to PM (index is 0)
in HandleHour12Change()
170
if (
amPm
->GetCurrentIndex() == 0 && !isAdd && index == 10) { // reduce to 11 hour(index is 10)
in HandleHour12Change()
171
amPm
in HandleHour12Change()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H
A
D
timepicker_row_pattern.cpp
391
auto amPmColumn = allChildNode_["
amPm
"].Upgrade();
in GetCurrentTime()
620
auto amPmColumn = allChildNode_["
amPm
"].Upgrade();
in FlushColumn()
678
if (frameNode == allChildNode_["
amPm
"]) {
in GetOptionsValue()
679
return options_[allChildNode_["
amPm
"]][optionIndex];
in GetOptionsValue()
702
auto amPmColumn = allChildNode_["
amPm
"].Upgrade();
in HandleHourColumnBuilding()
807
// if amPmTimeOrder is "10",
amPm
node is in slot 0, otherwise in slot 2
in UpdateAllChildNode()
832
allChildNode_["
amPm
"] = amPmNode;
in UpdateAllChildNode()
864
allChildNode_["
amPm
"] = amPmNode;
in GetAllChildNodeWithSecond()
875
auto
amPm
= (*iter);
in GetAmPmNode()
local
879
amPm
in GetAmPmNode()
951
auto
amPm
= (*iter);
UpdateAllChildNodeForUg()
local
970
auto
amPm
= allChildNode_["
amPm
"].Upgrade();
HandleHour12Change()
local
[all...]
/foundation/arkui/ace_engine/frameworks/base/i18n/
H
A
D
localization.cpp
543
std::string
amPm
;
in GetAmPmStrings()
local
545
amPm
.clear();
in GetAmPmStrings()
546
UnicodeString2String(amPmUniStr[i],
amPm
);
in GetAmPmStrings()
547
amPms.push_back(
amPm
);
in GetAmPmStrings()
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H
A
D
time_picker_test_ng.cpp
993
auto amPmColumn = allChildNode["
amPm
"].Upgrade();
in HWTEST_F()
1103
auto amPmColumn = allChildNode["
amPm
"].Upgrade();
in HWTEST_F()
1664
auto amPmColumn = allChildNode["
amPm
"].Upgrade();
in HWTEST_F()
1710
auto amPmColumn = allChildNode["
amPm
"].Upgrade();
in HWTEST_F()
1742
EXPECT_EQ(allChildNode["
amPm
"].Upgrade(), nullptr);
in HWTEST_F()
1786
auto
amPm
= allChildNode["
amPm
"].Upgrade();
in HWTEST_F()
local
1787
ASSERT_NE(
amPm
, nullptr);
in HWTEST_F()
1788
auto amPmPickerColumnPattern =
amPm
->GetPattern<TimePickerColumnPattern>();
in HWTEST_F()
2138
auto amPmColumn = allChildNode["
amPm
"]
in HWTEST_F()
[all...]
Completed in 12 milliseconds