Lines Matching defs:threshold
117 * this threshold from the program start time, the play position moves to the start of the
136 * Enable threshold and disable threshold must be different because the current position
144 * So the boundary threshold is necessary.
427 long threshold = isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND)
430 - mPlayController.mRecordStartTimeMs > threshold;
434 threshold = isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD)
437 > threshold;