Lines Matching refs:mFocusX
509 , mFocusX(x - area.fLeft)
527 int focusX() const { return mFocusX; }
540 int dx = std::max(0, std::max(testBounds.fLeft - mFocusX,
541 mFocusX - testBounds.fRight));
550 inFocus = mLineCheck->inColumn(mFocusX, mFocusY);
583 - mFocusX);
626 dx, dy, mFocusX, mFocusY,
657 int mFocusX;
690 int dx = mLeft ? mFocusX - rect.fRight : rect.fLeft - mFocusX;
694 if (mLeft ? mFocusX <= rect.fLeft : mFocusX >= rect.fRight) {
696 DBG_NAV_LOGD("EdgeCheck fLeft=%d fRight=%d mFocusX=%d dx=%d dy=%d",
697 rect.fLeft, rect.fRight, mFocusX, dx, dy);
723 DBG_NAV_LOGD("EdgeCheck mFocusX=%d mLeft=%s bounds.fLeft=%d bounds.fRight=%d",
724 mFocusX, mLeft ? "true" : "false", bounds.fLeft, bounds.fRight);
726 mFocusX = mLeft ? bounds.fLeft : bounds.fRight;