OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leftColumn
(Results
1 - 5
of
5
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionFocus.java
55
final InternalSelectionView
leftColumn
= new InternalSelectionView(this, 5, "left column");
56
leftColumn
.setLayoutParams(params);
57
leftColumn
.setPadding(10, 10, 10, 10);
58
layout.addView(
leftColumn
);
/dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java
44
private final IndentingWriter
leftColumn
;
113
this.
leftColumn
= new IndentingWriter(leftWriter, leftWidth);
137
return
leftColumn
;
155
appendNewlineIfNecessary(leftBuf,
leftColumn
);
204
appendNewlineIfNecessary(leftBuf,
leftColumn
);
220
leftColumn
.write('\n');
/dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java
44
private final IndentingWriter
leftColumn
;
113
this.
leftColumn
= new IndentingWriter(leftWriter, leftWidth);
137
return
leftColumn
;
155
appendNewlineIfNecessary(leftBuf,
leftColumn
);
204
appendNewlineIfNecessary(leftBuf,
leftColumn
);
220
leftColumn
.write('\n');
/external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp
103
inline void FELighting::LightingData::
leftColumn
(int offset, IntPoint& normalVector)
298
data.
leftColumn
(offset, normalVector);
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 240 milliseconds