Searched refs:thresholdValue (Results 1 – 1 of 1) sorted by relevance
882 protected float thresholdValue; field in DotsPageIndicator.StartPredicate884 public StartPredicate(float thresholdValue) { in StartPredicate() argument885 this.thresholdValue = thresholdValue; in StartPredicate()896 public RightwardStartPredicate(float thresholdValue) { in RightwardStartPredicate() argument897 super(thresholdValue); in RightwardStartPredicate()901 return currentValue > thresholdValue; in shouldStart()910 public LeftwardStartPredicate(float thresholdValue) { in LeftwardStartPredicate() argument911 super(thresholdValue); in LeftwardStartPredicate()915 return currentValue < thresholdValue; in shouldStart()