Searched refs:THRESHOLD (Results 1 – 2 of 2) sorted by relevance
42 private static final float THRESHOLD = 0.3f; field in HeadsUpNotificationOnTouchListener100 if (Math.abs(deltaX) > viewWidth * THRESHOLD) { in onTouch()
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()