Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java376 Tick patch = null; in findPatches() local
389 if (patch != null) { in findPatches()
390 if (patch.color != pixel) { in findPatches()
391 patch.end = i; in findPatches()
392 out.add(patch); in findPatches()
393 patch = null; in findPatches()
396 if (patch == null) { in findPatches()
397 patch = new Tick(pixel); in findPatches()
398 patch.start = i; in findPatches()
402 if (patch != null) { in findPatches()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Ddrawable1-expected-completion47.txt8 <nine-patch /> : Drawable used to draw 9-patches.
Ddrawable1-expected-completion50.txt8 <nine-patch /> : Drawable used to draw 9-patches.