Searched refs:mFocusX (Results 1 – 1 of 1) sorted by relevance
400 , mFocusX(x - area.fLeft) in FirstCheck()424 int dx = rect.fLeft + rect.fRight - (mFocusX << 1); in onIRectGlyph()461 int mFocusX; member in android::FirstCheck494 int dx = mLeft ? mFocusX - rect.fRight : rect.fLeft - mFocusX; in onIRectGlyph()496 if (mLeft ? mFocusX <= rect.fLeft : mFocusX >= rect.fRight) { in onIRectGlyph()499 rect.fLeft, rect.fRight, mFocusX, dx, dy); in onIRectGlyph()526 mFocusX, mLeft ? "true" : "false", bounds.fLeft, bounds.fRight); in shiftStart()528 mFocusX = mLeft ? bounds.fLeft : bounds.fRight; in shiftStart()