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

  /frameworks/base/services/core/java/com/android/server/firewall/
PortFilter.java 35 private final int mLowerBound;
39 mLowerBound = lowerBound;
52 (mLowerBound == NO_BOUND || mLowerBound <= port) &&
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 63 private int mLowerBound;
142 mLowerBound = Math.max(y + touchSlop, mHeight * 2 /3);
199 mLowerBound = mHeight * 2 / 3;
339 if (y > mLowerBound) {
342 speed = y > (mHeight + mLowerBound) / 2 ? 16 : 4;
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 54 milliseconds