OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Weighting
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.h
30
class
Weighting
{
32
static void addCostAndForwardInputIndex(const
Weighting
*const
weighting
,
92
Weighting
() {}
93
virtual ~
Weighting
() {}
96
DISALLOW_COPY_AND_ASSIGN(
Weighting
);
98
static float getSpatialCost(const
Weighting
*const
weighting
,
102
static float getLanguageCost(const
Weighting
*const
weighting
,
[
all
...]
/frameworks/native/include/input/
VelocityTracker.h
141
enum
Weighting
{
157
LeastSquaresVelocityTrackerStrategy(uint32_t degree,
Weighting
weighting
= WEIGHTING_NONE);
188
const
Weighting
mWeighting;
Completed in 165 milliseconds