Searched refs:THRESHOLD (Results 1 – 11 of 11) sorted by relevance
41 THRESHOLD=2500045 THRESHOLD=20054 TODO=$((${START}-${THRESHOLD}))55 while [ ${CURRENT} -gt ${THRESHOLD} ]; do56 log -pi -t checkpoint_gc ${METRIC}:${CURRENT} \(threshold:${THRESHOLD}\)
62 private static final float THRESHOLD = 2.0f / 3.0f; field in SlidingTab358 final int leftTarget = (int) (THRESHOLD * parentWidth) - targetWidth + handleWidth / 2; in layout()359 final int rightTarget = (int) ((1.0f - THRESHOLD) * parentWidth) - handleWidth / 2; in layout()386 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight; in layout()387 final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) - handleHeight / 2; in layout()550 mThreshold = isHorizontal() ? THRESHOLD : 1.0f - THRESHOLD; in onInterceptTouchEvent()555 mThreshold = isHorizontal() ? 1.0f - THRESHOLD : THRESHOLD; in onInterceptTouchEvent()
42 private static final float THRESHOLD = 0.3f; field in HeadsUpNotificationOnTouchListener100 if (Math.abs(deltaX) > viewWidth * THRESHOLD) { in onTouch()
72 #define THRESHOLD 27853 macro1171 i = mult(max1, THRESHOLD, pOverflow); in Pitch_ol()1187 i = mult(max1, THRESHOLD, pOverflow); in Pitch_ol()
39 enum class LogBufferNotificationSetting : uint8_t { ALWAYS, NEVER, THRESHOLD }; enumerator
57 private static final int THRESHOLD = 1024; field in MemoryUsageTest255 return (diff1 + diff2) < THRESHOLD; in stabilized()
81 case LogBufferNotificationSetting::THRESHOLD: { in handleLogVa()
1113 - audioCodecAttributes.getBitrateRangeKbps().getUpper()) > THRESHOLD) { in updateMediaCapabilities()1119 - audioCodecAttributes.getBandwidthRangeKhz().getUpper()) > THRESHOLD) { in updateMediaCapabilities()
197 public static final float THRESHOLD = 0.01f; field in Connection
2554 int THRESHOLD = 128; in getMarqueeColor() local2564 if (r > THRESHOLD) { in getMarqueeColor()2571 if (g > THRESHOLD) { in getMarqueeColor()
120 private static final float THRESHOLD = 0.01f; field in TelephonyConnection1748 if (Math.abs(newBitrate - oldBitrate) > THRESHOLD) { in refreshCodec()1758 if (Math.abs(newBandwidth - oldBandwidth) > THRESHOLD) { in refreshCodec()