Searched refs:thresholdValue (Results 1 – 5 of 5) sorted by relevance
884 protected float thresholdValue; field in DotsPageIndicator.StartPredicate886 public StartPredicate(float thresholdValue) { in StartPredicate() argument887 this.thresholdValue = thresholdValue; in StartPredicate()898 public RightwardStartPredicate(float thresholdValue) { in RightwardStartPredicate() argument899 super(thresholdValue); in RightwardStartPredicate()903 return currentValue > thresholdValue; in shouldStart()912 public LeftwardStartPredicate(float thresholdValue) { in LeftwardStartPredicate() argument913 super(thresholdValue); in LeftwardStartPredicate()917 return currentValue < thresholdValue; in shouldStart()
403 float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument404 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()406 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
104 float currentValue, float thresholdValue);
294 Builder setThresholdValue(float thresholdValue) { in setThresholdValue() argument295 mThresholdValue = thresholdValue; in setThresholdValue()
6918 int64_t thresholdValue = 15; in TEST() local6921 metric.mutable_threshold()->set_gt_int(thresholdValue); in TEST()