OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tabStops
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/text/
LineBreaker.java
33
protected final @NonNull
TabStops
mTabStops;
36
@NonNull
TabStops
tabStops
) {
39
mTabStops =
tabStops
;
GreedyLineBreaker.java
33
@NonNull
TabStops
tabStops
) {
34
super(primitives, lineWidth,
tabStops
);
OptimizingLineBreaker.java
39
@NonNull
TabStops
tabStops
) {
40
super(primitives, lineWidth,
tabStops
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusstringformat.h
141
Status GetTabStops(INT count, REAL *firstTabOffset, REAL *
tabStops
)
145
firstTabOffset,
tabStops
));
186
Status SetTabStops(REAL firstTabOffset, INT count, const REAL *
tabStops
)
190
count,
tabStops
));
/frameworks/base/core/java/android/text/
Layout.java
263
TabStops
tabStops
= null;
291
// Reset
tabStops
, we'll rebuild if we encounter a line with
352
if (
tabStops
== null) {
353
tabStops
= new
TabStops
(TAB_INCREMENT, spans);
355
tabStops
.reset(TAB_INCREMENT, spans);
378
int max = (int)getLineExtent(lineNum,
tabStops
, false);
398
tl.set(paint, buf, start, end, dir, directions, hasTab,
tabStops
);
539
TabStops
tabStops = null
[
all
...]
TextLine.java
25
import android.text.Layout.
TabStops
;
55
private
TabStops
mTabs;
132
* @param
tabStops
the
tabStops
. Can be null.
135
Directions directions, boolean hasTabs,
TabStops
tabStops
) {
181
mTabs =
tabStops
;
[
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 2897 milliseconds