Home
last modified time | relevance | path

Searched refs:getBlocksAlwaysNeedToBeRedrawn (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DDynamicLayoutTest.java51 assertNull(layout.getBlocksAlwaysNeedToBeRedrawn()); in testGetBlocksAlwaysNeedToBeRedrawn_en()
55 assertNull(layout.getBlocksAlwaysNeedToBeRedrawn()); in testGetBlocksAlwaysNeedToBeRedrawn_en()
58 assertNull(layout.getBlocksAlwaysNeedToBeRedrawn()); in testGetBlocksAlwaysNeedToBeRedrawn_en()
77 assertNull(layout.getBlocksAlwaysNeedToBeRedrawn()); in testGetBlocksAlwaysNeedToBeRedrawn_replacementSpan()
81 assertNull(layout.getBlocksAlwaysNeedToBeRedrawn()); in testGetBlocksAlwaysNeedToBeRedrawn_replacementSpan()
84 assertNotNull(layout.getBlocksAlwaysNeedToBeRedrawn()); in testGetBlocksAlwaysNeedToBeRedrawn_replacementSpan()
85 assertTrue(layout.getBlocksAlwaysNeedToBeRedrawn().contains(0)); in testGetBlocksAlwaysNeedToBeRedrawn_replacementSpan()
88 assertTrue(layout.getBlocksAlwaysNeedToBeRedrawn().contains(0)); in testGetBlocksAlwaysNeedToBeRedrawn_replacementSpan()
89 assertTrue(layout.getBlocksAlwaysNeedToBeRedrawn().contains(1)); in testGetBlocksAlwaysNeedToBeRedrawn_replacementSpan()
92 assertTrue(layout.getBlocksAlwaysNeedToBeRedrawn().contains(0)); in testGetBlocksAlwaysNeedToBeRedrawn_replacementSpan()
[all …]
/frameworks/base/apct-tests/perftests/core/src/android/text/
DDynamicLayoutPerfTest.java127 final ArraySet<Integer> set = layout.getBlocksAlwaysNeedToBeRedrawn();
/frameworks/base/core/java/android/text/
DDynamicLayout.java751 public ArraySet<Integer> getBlocksAlwaysNeedToBeRedrawn() { in getBlocksAlwaysNeedToBeRedrawn() method in DynamicLayout
/frameworks/base/core/java/android/widget/
DEditor.java1844 final ArraySet<Integer> blockSet = dynamicLayout.getBlocksAlwaysNeedToBeRedrawn(); in drawHardwareAccelerated()
/frameworks/base/config/
Dboot-image-profile.txt14812 HSPLandroid/text/DynamicLayout;->getBlocksAlwaysNeedToBeRedrawn()Landroid/util/ArraySet;
Dhiddenapi-greylist-max-o.txt74991 Landroid/text/DynamicLayout;->getBlocksAlwaysNeedToBeRedrawn()Landroid/util/ArraySet;