Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDragDetectorTest.kt61 dragDetector.setTouchSlop(SLOP) in setUp()
99 val newX = X + SLOP - 1 in testMoveInSlop_touch_passesDownAndUp()
126 val newX = X + SLOP - 1 in testMoveInSlop_mouse_passesDownMoveAndUp()
154 val newX = X + SLOP + 1 in testMoveBeyondSlop_passesDownMoveAndUp()
206 private const val SLOP = 10 constant
/frameworks/base/tools/obbtool/
Dmkobb.sh29 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/nu…