HomeSort by relevance Sort by last modified time
    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 81 milliseconds