Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/text/
DTabStops.java28 public TabStops(@Nullable float[] stops, float defaultTabWidth) { in TabStops() argument
29 mTabWidth = defaultTabWidth; in TabStops()