Searched refs:contextLength (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 2067 public int getTextRunCursor(char[] text, int contextStart, int contextLength, in getTextRunCursor() argument 2069 int contextEnd = contextStart + contextLength; in getTextRunCursor() 2078 contextStart, contextLength, dir, offset, cursorOpt); in getTextRunCursor() 2494 int contextStart, int contextLength, int dir, int offset, int cursorOpt); in native_getTextRunCursor() argument
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 1034 int contextStart, int contextLength, int flags, int offset, int cursorOpt) { in native_getTextRunCursor() argument
|