Searched refs:thresholdValue (Results 1 – 2 of 2) 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()