Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 14 of 14) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DThresholdingOutputStream.java51 private int threshold; field in ThresholdingOutputStream
75 public ThresholdingOutputStream(int threshold) in ThresholdingOutputStream()
DDeferredFileOutputStream.java102 public DeferredFileOutputStream(int threshold, File outputFile) in DeferredFileOutputStream()
123 public DeferredFileOutputStream(int threshold, String prefix, String suffix, File directory) in DeferredFileOutputStream()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAutoCorrectionUtils.java33 final String consideredWord, final float threshold) { in suggestionExceedsThreshold()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageTextStats.java63 final int threshold = mmsConfig.getSmsToMmsTextThreshold(); in updateMessageTextStats() local
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
DFileFilterUtils.java252 public static IOFileFilter sizeFileFilter(long threshold) { in sizeFileFilter()
264 public static IOFileFilter sizeFileFilter(long threshold, boolean acceptLarger) { in sizeFileFilter()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java232 float threshold = emailBased in matchName() local
284 public List<Long> prepareSecondaryMatchCandidates(int threshold) { in prepareSecondaryMatchCandidates()
311 public long pickBestMatch(int threshold, boolean allowMultipleMatches) { in pickBestMatch()
347 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches()
DRawContactMatcher.java230 float threshold = emailBased in matchName() local
334 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches()
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
DMostRecentImageSaver.java96 private void closeOlderImages(long threshold, Map<Long, ? extends ImageProxy> imageMap) { in closeOlderImages()
/packages/apps/Camera2/src/com/android/camera/app/
DMemoryQuery.java73 long threshold = memoryInfo.threshold / BYTES_IN_MEGABYTE; in queryMemory() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java81 public void setAutoCorrectionThreshold(final float threshold) { in setAutoCorrectionThreshold()
90 public void setPlausibilityThreshold(final float threshold) { in setPlausibilityThreshold()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1424 …nersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_tem… in db_CornersFromChunk()
1498 float threshold,double *temp_d, in db_ExtractCornersSaturated()
1631 float max_val,threshold; in DetectCorners() local
1730 float max_val,threshold; in DetectCorners() local
/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1424 …nersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_tem… in db_CornersFromChunk()
1498 float threshold,double *temp_d, in db_ExtractCornersSaturated()
1631 float max_val,threshold; in DetectCorners() local
1730 float max_val,threshold; in DetectCorners() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java248 final int threshold = (int) (defaultWidth * SEARCH_DISTANCE); in computeNearestNeighbors() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemView.java1454 final int threshold = (isRtl) ? mCoordinates.contactImagesX - sSenderImageTouchSlop : in isTouchInContactPhoto() local