Searched refs:adjustValuesBelow (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | PackedIntVectorTest.java | 88 p.adjustValuesBelow(j * 2, j, j + 27); in testBasic() 104 p.adjustValuesBelow(j, j, j * j + 14); in testBasic() 125 p.adjustValuesBelow(j * 2, j, -(j + 27)); in testBasic() 126 p.adjustValuesBelow(j, j, -(j * j + 14)); in testBasic()
|
/frameworks/base/core/java/android/text/ |
D | PackedIntVector.java | 153 public void adjustValuesBelow(int startRow, int column, int delta) { in adjustValuesBelow() method in PackedIntVector
|
D | DynamicLayout.java | 336 mInts.adjustValuesBelow(startline, START, after - before); in reflow() 337 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht); in reflow()
|