Home
last modified time | relevance | path

Searched refs:contextLength (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/test-base/src/junit/framework/
DComparisonCompactor.java19 public ComparisonCompactor(int contextLength, String expected, String actual) { in ComparisonCompactor() argument
20 fContextLength= contextLength; in ComparisonCompactor()
/frameworks/base/graphics/java/android/graphics/
DPaint.java2642 @IntRange(from = 0) int contextLength, boolean isRtl, @IntRange(from = 0) int offset, in getTextRunCursor()
2644 int contextEnd = contextStart + contextLength; in getTextRunCursor()
2652 return nGetTextRunCursor(mNativePaint, text, contextStart, contextLength, in getTextRunCursor()
3058 int contextLength, int dir, int offset, int cursorOpt); in nGetTextRunCursor() argument
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java985 int contextStart, int contextLength, int flags, int offset, int cursorOpt) { in nGetTextRunCursor() argument