Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/include/minikin/
H A DLineBreaker.h56 TabStops(const float* stops, size_t nStops, float tabWidth) in TabStops() argument
57 : mStops(stops), mStopsSize(nStops), mTabWidth(tabWidth) {} in TabStops()
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DSourceTransformer.kt179 config.tabWidth = 1
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java998 final int tabWidth = mTabScrollView.getMeasuredWidth(); in onMeasure() local
999 availableWidth = Math.max(0, availableWidth - tabWidth); in onMeasure()
1000 leftOfCenter = Math.max(0, leftOfCenter - tabWidth); in onMeasure()