OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLOP
(Results
1 - 4
of
4
) 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/icu4c/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 matchLeft = leftDistance < radius +
SLOP
;
198
boolean matchTop = topDistance < radius +
SLOP
;
Completed in 1344 milliseconds