Searched refs:adjustValuesBelow (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | PackedIntVectorTest.java | 91 p.adjustValuesBelow(j * 2, j, j + 27); in testBasic() 107 p.adjustValuesBelow(j, j, j * j + 14); in testBasic() 128 p.adjustValuesBelow(j * 2, j, -(j + 27)); in testBasic() 129 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 | 641 mInts.adjustValuesBelow(startline, START, after - before); in reflow() 642 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht); in reflow()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14931 HSPLandroid/text/PackedIntVector;->adjustValuesBelow(III)V
|
D | hiddenapi-greylist-max-o.txt | 75575 Landroid/text/PackedIntVector;->adjustValuesBelow(III)V
|