HomeSort by relevance Sort by last modified time
    Searched refs:minDist (Results 1 - 9 of 9) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state.cpp 435 float minDist = mMaxPointToKeyLength;
438 if (minDist > it->second) {
440 minDist = it->second;
445 if (itPP != prevNearKeysDistances->end() && minDist > itPP->second) {
447 AKLOGI("p1: char = %c, minDist = %f, prevNear key minDist = %f",
448 minChar, itPP->second, minDist);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 149 int minDist = 256 * 256 * 3;
157 if (dist < minDist) {
158 minDist = dist;
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 86 GLint minDist = -1;
91 (minDist < 0 || dist < minDist)) {
93 minDist = dist;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 86 GLint minDist = -1;
91 (minDist < 0 || dist < minDist)) {
93 minDist = dist;
  /external/opencv/cvaux/src/
cvcorrimages.cpp 130 double minDist;
136 minDist = 5;
137 cvGoodFeaturesToTrack(grayImage, eigImage, tmpImage, cornerPoints, &foundNum, quality, minDist);
    [all...]
cvepilines.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 264 milliseconds