HomeSort by relevance Sort by last modified time
    Searched defs:THRESHOLD (Results 1 - 12 of 12) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryInfoTest.java 39 final long THRESHOLD = 500l;
40 mMemory.threshold = THRESHOLD;
49 assertEquals(THRESHOLD, values.threshold);
64 final long THRESHOLD = 500l;
65 mMemory.threshold = THRESHOLD;
74 assertEquals(THRESHOLD, result.threshold);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 72 #define THRESHOLD 27853
882 if (sub (mult (max1, THRESHOLD), max2) < 0)
893 if (sub (mult (max1, THRESHOLD), max3) < 0)
    [all...]
  /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
MissileLauncherActivity.java 67 private static final double THRESHOLD = 5.0;
176 if (event.values[0] < -THRESHOLD) {
178 } else if (event.values[0] > THRESHOLD) {
181 if (event.values[1] < -THRESHOLD) {
183 } else if (event.values[1] > THRESHOLD) {
  /external/opencv/
cvjni.cpp 19 #define THRESHOLD 10
227 cvThreshold( grayImage, binaryImage, THRESHOLD, THRESHOLD_MAX_VALUE, CV_THRESH_BINARY );
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 43 * A special widget containing two Sliders and a threshold for each. Moving either slider beyond
44 * the threshold will cause the registered OnTriggerListener.onTrigger() to be called with
58 private static final float THRESHOLD = 2.0f / 3.0f;
106 * by moving it beyond a threshold.
111 * threshold.
117 * the threshold.
123 * the threshold.
128 * Called when the user moves a handle beyond the threshold.
344 final int leftTarget = (int) (THRESHOLD * parentWidth) - targetWidth + handleWidth / 2;
345 final int rightTarget = (int) ((1.0f - THRESHOLD) * parentWidth) - handleWidth / 2
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 48 private static final long THRESHOLD=5;
286 long thresholdBlks = (totBlks * THRESHOLD) / 100L;
331 long shouldFree = (ACTUAL_THRESHOLD-THRESHOLD)*totBlks;
  /sdk/attribute_stats/src/
Analyzer.java 61 public static final int THRESHOLD = 10; // percent
428 if (percentage < THRESHOLD && prevPercentage >= THRESHOLD) {
440 if (percentage >= THRESHOLD /*&& usage.count > 1*/) { // 1:Ignore when not enough data?
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 629 private static final int THRESHOLD = 8; // absolute pseudo energy threshold
650 int threshold = THRESHOLD*sampleCount; // absolute energy threshold local
678 if (energy > threshold && energy > (prevE * 2) && prevE != 0) {
679 // rising edge if energy doubled and > abs threshold
685 if (energy < threshold || energy < (prevE / 2)){
700 if (energy < threshold || energy < (peak / 2)) {
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/jdiff/
xerces.jar 

Completed in 1052 milliseconds