Home
last modified time | relevance | path

Searched refs:getThreshold (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsCaretController.java66 if (getThreshold() < containerProgress && containerProgress < 1 - getThreshold() && in updateCaret()
82 if (containerProgress <= getThreshold()) { // All Apps is up in updateCaret()
84 } else if (containerProgress >= 1 - getThreshold()) { // All Apps is down in updateCaret()
106 private float getThreshold() { in getThreshold() method in AllAppsCaretController
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DThresholdingOutputStream.java173 public int getThreshold() in getThreshold() method in ThresholdingOutputStream