Home
last modified time | relevance | path

Searched defs:getClusterCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineJustificationTest.kt44 private fun getClusterCount(cs: CharSequence, paint: TextPaint) = TextLine.LineInfo().apply { in <lambda>() method in android.text.TextLineJustificationTest
/frameworks/base/core/tests/coretests/src/android/graphics/
DPaintTest.java367 private int getClusterCount(Paint p, String text) { in getClusterCount() method in PaintTest
/frameworks/minikin/libs/minikin/
DLayout.cpp304 uint32_t getClusterCount() const { return mClusterCount; } in getClusterCount() function in minikin::LayoutAppendFunctor
/frameworks/base/core/java/android/text/
DTextLine.java85 public int getClusterCount() { in getClusterCount() method in TextLine.LineInfo
/frameworks/base/graphics/java/android/graphics/
DPaint.java2544 public int getClusterCount() { in getClusterCount() method in Paint.RunInfo