OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:horizontalPatches
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImageTest.java
97
List<Tick>
horizontalPatches
= image.getHorizontalPatches();
99
assertEquals(1,
horizontalPatches
.size());
212
List<Tick>
horizontalPatches
= image.getHorizontalPatches();
214
assertEquals(3,
horizontalPatches
.size());
317
List<Tick>
horizontalPatches
= image.getHorizontalPatches();
319
assertEquals(5,
horizontalPatches
.size());
/prebuilts/devtools/tools/lib/
draw9patch.jar
Completed in 105 milliseconds