Searched refs:contextLength (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/legacy-test/src/junit/framework/ |
H A D | ComparisonCompactor.java | 19 public ComparisonCompactor(int contextLength, String expected, String actual) { argument 20 fContextLength= contextLength;
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | Paint.java | 2447 * value before contextStart or after contextStart + contextLength. 2451 * @param contextLength the length of the context 2460 public int getTextRunCursor(char[] text, int contextStart, int contextLength, argument 2462 int contextEnd = contextStart + contextLength; 2471 contextStart, contextLength, dir, offset, cursorOpt); 2863 int contextStart, int contextLength, int dir, int offset, int cursorOpt); 2862 nGetTextRunCursor(long paintPtr, long typefacePtr, char[] text, int contextStart, int contextLength, int dir, int offset, int cursorOpt) argument
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Paint_Delegate.java | 968 char[] text, int contextStart, int contextLength, int flags, int offset, 967 nGetTextRunCursor(Paint paint, long native_object, long typefacePtr, char[] text, int contextStart, int contextLength, int flags, int offset, int cursorOpt) argument
|
Completed in 67 milliseconds