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:DEFAULT_SCALE
(Results
1 - 13
of
13
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_accessibility_display_manager.cpp
27
constexpr float
DEFAULT_SCALE
= 2.0f;
member
145
if ((scaleX >=
DEFAULT_SCALE
) || (scaleY >=
DEFAULT_SCALE
)) {
in SetDisplayScale()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H
A
D
mock_mt_accessibility_display_manager.cpp
27
constexpr float
DEFAULT_SCALE
= 2.0f;
member
145
if ((scaleX >=
DEFAULT_SCALE
) || (scaleY >=
DEFAULT_SCALE
)) {
in SetDisplayScale()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_zoom_gesture.cpp
39
constexpr float
DEFAULT_SCALE
= 2.0f;
member
781
scaleRatio_ =
DEFAULT_SCALE
;
in OnZoom()
862
if (scaleRatio_ <
DEFAULT_SCALE
) {
in OnScale()
863
scaleRatio_ =
DEFAULT_SCALE
;
in OnScale()
H
A
D
accessibility_settings_config.cpp
26
const int32_t
DEFAULT_SCALE
= 100;
member
795
int32_t fontScale = static_cast<int32_t>(datashare_->GetIntValue(FONT_SCALE,
DEFAULT_SCALE
));
in InitCaption()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H
A
D
text_timer_pattern.cpp
32
constexpr int32_t
DEFAULT_SCALE
= 1;
member
318
return duration / GetMillisecondsDuration(
DEFAULT_SCALE
);
in GetFormatDuration()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H
A
D
layout_manager.h
31
const double
DEFAULT_SCALE
= 1.0;
member
H
A
D
list_layout_manager.cpp
470
double focusEffectWidth = size * (TV_ITEM_SCALE -
DEFAULT_SCALE
) * HALF_ITEM_SIZE;
in MoveItemToViewPort()
484
double focusEffectWidth = size * (TV_ITEM_SCALE -
DEFAULT_SCALE
) * HALF_ITEM_SIZE;
in MoveItemGroupToViewPort()
H
A
D
render_list_item.cpp
504
auto globalOffset = GetPaintOffset() + (size * (
DEFAULT_SCALE
- scale) * HALF_SIZE);
in ResetFocusEffect()
H
A
D
grid_layout_manager.cpp
472
double focusEffectWidth = size * (TV_ITEM_SCALE -
DEFAULT_SCALE
) * HALF_ITEM_SIZE;
in MoveItemToViewPort()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H
A
D
list_item_drag_manager.cpp
26
static constexpr float
DEFAULT_SCALE
= 1.05f;
member
152
auto newScale = manager->prevScale_ *
DEFAULT_SCALE
;
in HandleOnItemLongPress()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_particle.cpp
51
constexpr float
DEFAULT_SCALE
= 1.0f;
member
702
ParseFloatOption(scaleJsObj, scaleOption,
DEFAULT_SCALE
, MIN_SCALE, MAX_SCALE);
in ParseParticleOption()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
105
constexpr float
DEFAULT_SCALE
= 1.0f;
member
4695
if (std::fabs(property.GetScaleX() -
DEFAULT_SCALE
) < FLT_EPSILON &&
in UpdateDisplayScaleState()
4696
std::fabs(property.GetScaleY() -
DEFAULT_SCALE
) < FLT_EPSILON &&
in UpdateDisplayScaleState()
4780
translateX = (DEFAULT_PIVOT - rotatedPivotX) * (scaleX -
DEFAULT_SCALE
) * width;
in CalcDisplayNodeTranslateOnFoldableRotation()
4781
translateY = (DEFAULT_PIVOT - rotatedPivotY) * (scaleY -
DEFAULT_SCALE
) * height;
in CalcDisplayNodeTranslateOnFoldableRotation()
4829
translateX = (DEFAULT_PIVOT - rotatedPivotX) * (scaleX -
DEFAULT_SCALE
) * width;
in CalcDisplayNodeTranslateOnRotation()
4830
translateY = (DEFAULT_PIVOT - rotatedPivotY) * (scaleY -
DEFAULT_SCALE
) * height;
in CalcDisplayNodeTranslateOnRotation()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2_exporter.cpp
197
constexpr auto const
DEFAULT_SCALE
= Math::Vec3(1.f, 1.f, 1.f);
member
1924
if (node->scale !=
DEFAULT_SCALE
) {
in ExportNodes()
Completed in 33 milliseconds