OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkGraphic
(Results
1 - 6
of
6
) sorted by null
/sdk/assetstudio/tests/src/com/android/assetstudiolib/
NotificationIconGeneratorTest.java
25
private void
checkGraphic
(String baseName,
33
checkGraphic
(expectedCount, folderName, baseName, generator, options);
36
private void
checkGraphic
(String baseName, GraphicGenerator.Shape shape) throws IOException {
37
checkGraphic
(baseName, shape, 1, "notification", 12);
41
checkGraphic
("ic_stat_circle", GraphicGenerator.Shape.CIRCLE);
45
checkGraphic
("ic_stat_square", GraphicGenerator.Shape.SQUARE);
49
checkGraphic
("ic_stat_circle", GraphicGenerator.Shape.CIRCLE, 9 /* minSdk*/,
54
checkGraphic
("ic_stat_circle", GraphicGenerator.Shape.CIRCLE, 11, "notification-v11+", 4);
TabIconGeneratorTest.java
23
private void
checkGraphic
(String folderName, String baseName, int minSdk,
28
checkGraphic
(expectedFileCount, folderName, baseName, generator, options);
32
checkGraphic
("tabs", "ic_tab_1", 1 /* minSdk */, 16 /* expectedFileCount */);
36
checkGraphic
("tabs-v5+", "ic_tab_1", 5, 8);
MenuIconGeneratorTest.java
23
private void
checkGraphic
(String baseName) throws IOException {
25
checkGraphic
(4, "menus", baseName, generator, new GraphicGenerator.Options());
29
checkGraphic
("ic_menu_1");
ActionBarIconGeneratorTest.java
26
private void
checkGraphic
(String baseName, Theme theme) throws IOException {
31
checkGraphic
(4, "actions", baseName, generator, options);
35
checkGraphic
("ic_action_dark", Theme.HOLO_DARK);
39
checkGraphic
("ic_action_light", Theme.HOLO_LIGHT);
LauncherIconGeneratorTest.java
25
private void
checkGraphic
(String baseName,
36
checkGraphic
(4 + (isWebGraphic ? 1 : 0), "launcher", baseName, generator, options);
40
checkGraphic
("red_fancy_circle", GraphicGenerator.Shape.CIRCLE,
45
checkGraphic
("blue_glossy_square", GraphicGenerator.Shape.SQUARE,
GeneratorTest.java
41
protected void
checkGraphic
(int expectedFileCount, String folderName, String baseName,
Completed in 74 milliseconds