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:granularity
(Results
1 - 7
of
7
) sorted by relevance
/foundation/barrierfree/accessibility/frameworks/common/src/
H
A
D
accessibility_event_info.cpp
258
void AccessibilityEventInfo::SetTextMovementStep(const TextMoveUnit
granularity
)
in SetTextMovementStep()
argument
260
textMoveStep_ =
granularity
;
in SetTextMovementStep()
H
A
D
accessibility_element_info.cpp
756
void AccessibilityElementInfo::SetTextMovementStep(const TextMoveUnit
granularity
)
in SetTextMovementStep()
argument
758
textMoveStep_ =
granularity
;
in SetTextMovementStep()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/
H
A
D
mock_accessibility_event_info.h
132
* @brief Set the move
granularity
of the text
133
* @param
granularity
The move
granularity
of the text. Refer to "AccessibilityElementInfo.TextMoveUnit"
137
void SetTextMovementStep(const TextMoveUnit
granularity
);
140
* @brief Get the move
granularity
of the text
141
* @return The move
granularity
of the text. Refer to "AccessibilityElementInfo.TextMoveUnit"
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
render_preprocessor_system.cpp
259
// Calculate step size for adjustment, use 10%
granularity
from current bounds.
in CalculateSceneBounds()
261
const float
granularity
= boundingSphere_.radius * granularityPct;
in CalculateSceneBounds()
local
267
if ((Math::abs(radDifference) >
granularity
) || (posDifference >
granularity
)) {
in CalculateSceneBounds()
269
const float radAmount = ceil((boundingSphereRadius - boundingSphere_.radius) /
granularity
);
in CalculateSceneBounds()
270
const int32_t posAmount = (int32_t)ceil(posDifference /
granularity
);
in CalculateSceneBounds()
274
boundingSphere_.radius = boundingSphere_.radius + (radAmount *
granularity
);
in CalculateSceneBounds()
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/
H
A
D
accessibilitysystemabilityclient_fuzzer.cpp
105
TextMoveUnit
granularity
;
in CreateEventInfoFirstPart()
local
106
position += GetObject<TextMoveUnit>(
granularity
, &data[position], size - position);
in CreateEventInfoFirstPart()
107
eventInfo.SetTextMovementStep(
granularity
);
in CreateEventInfoFirstPart()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_event_info.h
371
* @brief Set the move
granularity
of the text
372
* @param
granularity
The move
granularity
of the text. Refer to "AccessibilityElementInfo.TextMoveUnit"
376
void SetTextMovementStep(const TextMoveUnit
granularity
);
379
* @brief Get the move
granularity
of the text
380
* @return The move
granularity
of the text. Refer to "AccessibilityElementInfo.TextMoveUnit"
H
A
D
accessibility_element_info.h
1400
* @param
granularity
text moving unit
1403
void SetTextMovementStep(const TextMoveUnit
granularity
);
Completed in 7 milliseconds