HomeSort by relevance Sort by last modified time
    Searched refs:thresholdReached (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 221 thresholdReached();
227 * {@link #thresholdReached()} if you want the event to be triggered again.
256 protected abstract void thresholdReached() throws IOException;
DeferredFileOutputStream.java 160 protected void thresholdReached() throws IOException
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 588 boolean thresholdReached;
590 thresholdReached = mCurrentSlider == mLeftSlider ?
593 thresholdReached = mCurrentSlider == mLeftSlider ?
596 if (!mTriggered && thresholdReached) {
    [all...]

Completed in 294 milliseconds