Searched refs:adjustValuesBelow (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | PackedIntVectorTest.java | 90 p.adjustValuesBelow(j * 2, j, j + 27); in testBasic() 106 p.adjustValuesBelow(j, j, j * j + 14); in testBasic() 127 p.adjustValuesBelow(j * 2, j, -(j + 27)); in testBasic() 128 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 | 638 mInts.adjustValuesBelow(startline, START, after - before); in reflow() 639 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht); in reflow()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 31250 HSPLandroid/text/PackedIntVector;->adjustValuesBelow(III)V
|