Home
last modified time | relevance | path

Searched refs:contextIndex (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutLineBreakingTest.java60 int contextIndex, int contextCount, boolean isRtl, float[] advances, in getTextRunAdvances() argument
68 if ((index | count | contextIndex | contextCount | advancesIndex in getTextRunAdvances()
69 | (index - contextIndex) | (contextCount - count) in getTextRunAdvances()
70 | ((contextIndex + contextCount) - (index + count)) in getTextRunAdvances()
71 | (chars.length - (contextIndex + contextCount)) in getTextRunAdvances()
DLayoutTest.java493 public void drawTextRun(char[] text, int index, int count, int contextIndex, in drawTextRun() argument