OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PLAIN_FONT
(Results
1 - 6
of
6
) sorted by null
/external/junit/src/junit/swingui/
StatusLine.java
15
public static final Font
PLAIN_FONT
= new Font("dialog", Font.PLAIN, 12);
29
setFont(
PLAIN_FONT
);
/external/junit/src/junit/awtui/
TestRunner.java
73
protected static final Font
PLAIN_FONT
= new Font("dialog", Font.PLAIN, 12);
202
fSuiteField.setFont(
PLAIN_FONT
);
239
fNumberOfErrors.setFont(
PLAIN_FONT
);
243
fNumberOfFailures.setFont(
PLAIN_FONT
);
247
fNumberOfRuns.setFont(
PLAIN_FONT
);
281
fStatusLine.setFont(
PLAIN_FONT
);
543
fStatusLine.setFont(
PLAIN_FONT
);
553
fStatusLine.setFont(
PLAIN_FONT
);
/cts/tools/dx-tests/lib/
junit.jar
/cts/tools/utils/lib/
junit.jar
/cts/tools/vm-tests/lib/
junit.jar
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 25 milliseconds