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

  /packages/apps/Browser/src/com/android/browser/view/
PieStackView.java 30 private static final int SLOP = 5;
66 mLeft = anchorX + (left ? SLOP : -(SLOP + mChildWidth));
  /external/chromium_org/third_party/icu/source/test/perf/usetperf/
bitset.cpp 16 const int32_t SLOP = 8;
21 len = SLOP;
  /external/icu/icu4c/source/test/perf/usetperf/
bitset.cpp 16 const int32_t SLOP = 8;
21 len = SLOP;
  /frameworks/base/tools/obbtool/
mkobb.sh 29 SLOP=512 # Amount of filesystem slop in ${BLOCK_SIZE} blocks
221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/null 2>&1
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 186 int SLOP = 2;
188 if (rightDistance < radius + SLOP) {
192 if (bottomDistance < radius + SLOP) {
197 boolean createColumn = leftDistance < radius + SLOP;
198 boolean createRow = topDistance < radius + SLOP;
    [all...]

Completed in 102 milliseconds