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:contentHeight_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
image_event.h
31
contentWidth_(contentWidth),
contentHeight_
(contentHeight), contentOffsetX_(contentOffsetX),
in LoadImageSuccessEvent()
68
return
contentHeight_
;
in GetContentHeight()
89
double
contentHeight_
= 0.0;
member in OHOS::Ace::LoadImageSuccessEvent
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H
A
D
render_tab_content.cpp
252
minOffset = MIN_SCROLL_OFFSET *
contentHeight_
;
in ScrollContents()
354
if (!NearZero(
contentHeight_
)) {
in GetOffset()
355
double friction = GetFriction(std::abs(scrollOffset_) /
contentHeight_
);
in GetOffset()
463
contentHeight_
= GetLayoutSize().Height();
in PerformLayout()
465
prevOffset_ = -
contentHeight_
;
in PerformLayout()
466
nextOffset_ =
contentHeight_
;
in PerformLayout()
H
A
D
render_tab_content.h
233
double
contentHeight_
= 0.0; // the height of tab content
member in OHOS::Ace::RenderTabContent
/foundation/window/window_manager/wm/src/
H
A
D
picture_in_picture_option.cpp
67
contentHeight_
= height;
in SetContentSize()
113
height =
contentHeight_
;
in GetContentSize()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_button.cpp
34
contentHeight_
(0),
in UIButton()
161
Resize(contentWidth_,
contentHeight_
);
in OnPressEvent()
175
Resize(contentWidth_,
contentHeight_
);
in OnReleaseEvent()
189
Resize(contentWidth_,
contentHeight_
);
in OnCancelEvent()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_button.h
305
contentHeight_
= height;
445
int16_t
contentHeight_
;
member in OHOS::UIButton
/foundation/window/window_manager/wm/include/
H
A
D
picture_in_picture_option.h
58
uint32_t
contentHeight_
= 0;
member in OHOS::Rosen::PipOption
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
textfield_theme.h
199
theme->
contentHeight_
= pattern->GetAttr<Dimension>("textfield_content_height", 0.0_vp);
in ParsePatternSubThirdPart()
242
return
contentHeight_
;
in GetContentHeight()
676
Dimension
contentHeight_
;
member in OHOS::Ace::TextFieldTheme
Completed in 5 milliseconds