OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tabStops
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/text/
StaticLayout.java
261
TabStops
tabStops
= null;
302
// First tab this para, check for
tabstops
306
tabStops
= new
TabStops
(TAB_INCREMENT, spans);
310
if (
tabStops
!= null) {
311
w =
tabStops
.nextTab(w);
313
w =
TabStops
.nextDefaultStop(w, TAB_INCREMENT);
[
all
...]
Layout.java
294
TabStops
tabStops
= null;
324
// Reset
tabStops
, we'll rebuild if we encounter a line with
379
if (
tabStops
== null) {
380
tabStops
= new
TabStops
(TAB_INCREMENT, spans);
382
tabStops
.reset(TAB_INCREMENT, spans);
405
int max = (int)getLineExtent(i,
tabStops
, false);
424
tl.set(paint, buf, start, end, dir, directions, hasTabOrEmoji,
tabStops
);
457
TabStops
tabStops = null
[
all
...]
/prebuilt/darwin-x86_64/swt/
swt.jar
Completed in 2514 milliseconds