HomeSort by relevance Sort by last modified time
    Searched refs:updateBlocks (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/text/
DynamicLayoutBlocksTest.java 26 * Tests DynamciLayout updateBlocks method.
66 dl.updateBlocks(startLine, endLine, newLineCount);
  /frameworks/base/core/java/android/text/
DynamicLayout.java 360 updateBlocks(startline, endline - 1, n);
437 void updateBlocks(int startLine, int endLine, int newLineCount) {

Completed in 257 milliseconds