Searched defs:nextTab (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextLine.java238 h = mDir * nextTab(h * mDir);
347 h = mDir * nextTab(h * mDir);
1025 float nextTab(float h) { method in class:TextLine
1027 return mTabs.nextTab(h);
H A DLayout.java1605 float nextTab(float h) { method in class:Layout.TabStops
1636 /* package */ static float nextTab(CharSequence text, int start, int end, method in class:Layout

Completed in 48 milliseconds