HomeSort by relevance Sort by last modified time
    Searched refs:tabStops (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/text/
Layout.java 220 TabStops tabStops = null;
248 // Reset tabStops, we'll rebuild if we encounter a line with
303 if (tabStops == null) {
304 tabStops = new TabStops(TAB_INCREMENT, spans);
306 tabStops.reset(TAB_INCREMENT, spans);
329 int max = (int)getLineExtent(i, tabStops, false);
347 tl.set(paint, buf, start, end, dir, directions, hasTabOrEmoji, tabStops);
492 TabStops tabStops = null
    [all...]
StaticLayout.java 266 TabStops tabStops = null;
299 // First tab this para, check for tabstops
303 tabStops = new TabStops(TAB_INCREMENT, spans);
307 if (tabStops != null) {
308 w = tabStops.nextTab(w);
310 w = TabStops.nextDefaultStop(w, TAB_INCREMENT);
    [all...]
TextLine.java 25 import android.text.Layout.TabStops;
55 private TabStops mTabs;
129 * @param tabStops the tabStops. Can be null.
132 Directions directions, boolean hasTabs, TabStops tabStops) {
178 mTabs = tabStops;
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 155 milliseconds