OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextLine
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/text/
TextLine.java
45
class
TextLine
{
67
private static final
TextLine
[] sCached = new
TextLine
[3];
70
* Returns a new
TextLine
from the shared pool.
72
* @return an uninitialized
TextLine
74
static
TextLine
obtain() {
75
TextLine
tl;
85
tl = new
TextLine
();
93
* Puts a
TextLine
back into the shared pool. Do not use this
TextLine
onc
[
all
...]
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
Completed in 88 milliseconds