Searched refs:HIT_SLOP (Results 1 – 1 of 1) sorted by relevance
348 mHit.set(x - (HIT_SLOP << 1), y - HIT_SLOP, x, y + HIT_SLOP); in LeftCheck()378 || mPartial.height() <= rect.height() + HIT_SLOP)) { in onIRect()442 static const int HIT_SLOP = 5; // space between text parts and lines member in android::LeftCheck