Home
last modified time | relevance | path

Searched refs:adjustValuesBelow (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DPackedIntVectorTest.java88 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/
DPackedIntVector.java153 public void adjustValuesBelow(int startRow, int column, int delta) { in adjustValuesBelow() method in PackedIntVector
DDynamicLayout.java336 mInts.adjustValuesBelow(startline, START, after - before); in reflow()
337 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht); in reflow()