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:needRefresh_
(Results
1 - 21
of
21
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_image_view.h
91
if (
needRefresh_
&& autoEnable_) {
106
if (
needRefresh_
&& autoEnable_) {
160
needRefresh_
= autoEnable_ ?
needRefresh_
: true;
in SetAutoEnable()
306
bool
needRefresh_
;
member in OHOS::UIImageView
H
A
D
ui_chart.h
612
UIChart() : enableReverse_(false),
needRefresh_
(false), mixData_(nullptr)
in UIChart()
756
bool
needRefresh_
;
member in OHOS::UIChart
853
needRefresh_
= true;
in SetGradientOpacity()
H
A
D
ui_label.h
467
bool
needRefresh_
: 1;
H
A
D
ui_arc_label.h
404
bool
needRefresh_
;
member in OHOS::UIArcLabel
H
A
D
ui_edit_text.h
401
bool
needRefresh_
;
member in OHOS::UIEditText
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_label.cpp
118
needRefresh_
(false),
in UILabel()
156
if (
needRefresh_
&& labelText_->IsExpandWidth()) {
in GetWidth()
165
if (
needRefresh_
&& labelText_->IsExpandHeight()) {
in GetHeight()
317
if (!
needRefresh_
) {
in RefreshLabel()
318
needRefresh_
= true;
in RefreshLabel()
324
if (!
needRefresh_
) {
in ReMeasure()
327
needRefresh_
= false;
in ReMeasure()
H
A
D
ui_arc_label.cpp
142
needRefresh_
(false),
290
if (!
needRefresh_
) {
in RefreshArcLabel()
291
needRefresh_
= true;
in RefreshArcLabel()
297
if (!
needRefresh_
) {
in ReMeasure()
300
needRefresh_
= false;
in ReMeasure()
H
A
D
ui_image_view.cpp
226
needRefresh_
(false),
in UIImageView()
260
needRefresh_
= true;
in SetResizeMode()
529
needRefresh_
= true;
in SetSrc()
541
if (!
needRefresh_
) {
in ReMeasure()
544
needRefresh_
= false;
in ReMeasure()
572
needRefresh_
= true;
in SetSrc()
H
A
D
ui_edit_text.cpp
87
needRefresh_
(false),
in UIEditText()
322
if (!
needRefresh_
) {
in RefreshText()
323
needRefresh_
= true;
in RefreshText()
329
if (!
needRefresh_
) {
in ReMeasure()
332
needRefresh_
= false;
in ReMeasure()
H
A
D
ui_chart.cpp
39
needRefresh_
= true;
in SetHeight()
496
if (!
needRefresh_
) {
in ReMeasure()
499
needRefresh_
= false;
in ReMeasure()
/foundation/ability/form_fwk/services/src/
H
A
D
form_host_record.cpp
119
needRefresh_
[formId] = flag;
in SetNeedRefresh()
128
auto result =
needRefresh_
.find(formId);
in IsNeedRefresh()
129
if (result !=
needRefresh_
.end()) {
in IsNeedRefresh()
/foundation/arkui/ui_lite/interfaces/kits/common/
H
A
D
text.h
327
needRefresh_
= true;
in SetAlign()
434
return
needRefresh_
;
in IsNeedRefresh()
611
bool
needRefresh_
: 1;
/foundation/arkui/ace_engine/frameworks/core/components/list/
H
A
D
layout_manager.h
101
needRefresh_
= true;
in MarkNeedRefresh()
289
bool
needRefresh_
= false;
member in OHOS::Ace::LayoutManager
H
A
D
render_list.h
498
return
needRefresh_
;
in NeedRefresh()
503
needRefresh_
= needRefresh;
in SetNeedRefresh()
580
bool
needRefresh_
= false;
member in OHOS::Ace::RenderList
H
A
D
list_element.h
107
bool
needRefresh_
= false;
member in OHOS::Ace::ListElement
H
A
D
list_layout_manager.cpp
153
if (!
needRefresh_
) {
in RefreshLayout()
156
needRefresh_
= false;
in RefreshLayout()
223
if (!
needRefresh_
) {
in CheckNeedAnimation()
H
A
D
list_element.cpp
536
needRefresh_
= false;
in OnRefreshed()
644
if (
needRefresh_
) {
in UpdateListElement()
654
needRefresh_
= true;
in UpdateListElement()
H
A
D
grid_layout_manager.cpp
224
if (!
needRefresh_
) {
in RefreshLayout()
227
needRefresh_
= false;
in RefreshLayout()
H
A
D
render_list.cpp
37
needRefresh_
= true;
in Update()
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
text.cpp
33
needRefresh_
(false),
83
needRefresh_
= true;
in SetSpannableString()
117
needRefresh_
= true;
in SetText()
132
needRefresh_
= true;
in SetFont()
195
needRefresh_
= true;
in SetFontId()
200
needRefresh_
= true;
in SetFontId()
/foundation/ability/form_fwk/services/include/
H
A
D
form_host_record.h
223
std::unordered_map<int64_t, bool>
needRefresh_
;
member in OHOS::AppExecFwk::FormHostRecord
Completed in 22 milliseconds