am 00139b22: Merge "Fix for bug 6716343. Use correct offset for mPos reset. DO NOT MERGE" into jb-dev

* commit '00139b2238562780d66c2ebb8a0675fbe7d896b7':
  Fix for bug 6716343. Use correct offset for mPos reset. DO NOT MERGE
This commit is contained in:
Raph Levien
2012-07-10 18:07:27 -07:00
committed by Android Git Automerger

View File

@@ -83,7 +83,7 @@ class MeasuredText {
}
void setPos(int pos) {
mPos = pos;
mPos = pos - mTextStart;
}
/**