commit | ebd9a23817052c4d2aaa1058efa2b80b08003d4a | [log] [tgz] |
---|---|---|
author | Gilles Debunne <debunne@google.com> | Wed Apr 04 15:35:30 2012 -0700 |
committer | Gilles Debunne <debunne@google.com> | Wed Apr 04 15:52:38 2012 -0700 |
tree | d632e87ca661ed0dc3c01f857673f072f8fbfc90 | |
parent | 75cf9e19a575c28c200c02c0ab6f83bb79f5c50d [diff] |
Faster and simpler replace in SSB The original method was adding a suspicious space that was eventually removed with a series of 3 calls to change. This should not be necessary. I have tested this with various gap positions and lengths, for all replace cases I could think of. The test can not be added to the CTS as it would need to expose the internal resizeFor and moveGapTo methods. Change-Id: I194457fbcfd758fa69a7f380665cfd5ae4d3f1d4