Searched refs:patch (Results 1 – 3 of 3) sorted by relevance
376 Tick patch = null; in findPatches() local389 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 …]
8 <nine-patch /> : Drawable used to draw 9-patches.