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
29
class
Weighting
{
31
static void addCostAndForwardInputIndex(const
Weighting
*const
weighting
,
91
Weighting
() {}
92
virtual ~
Weighting
() {}
95
DISALLOW_COPY_AND_ASSIGN(
Weighting
);
97
static float getSpatialCost(const
Weighting
*const
weighting
,
101
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 152 milliseconds