HomeSort by relevance Sort by last modified time
    Searched defs:BLACK_TICK (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 49 public static final int BLACK_TICK = 0xFF000000;
212 return (pixel == BLACK_TICK || pixel == RED_TICK);
454 if (t.color == BLACK_TICK) {
620 || xTick.color == BLACK_TICK || lenX == 1) {
627 || yTick.color == BLACK_TICK || lenY == 1) {
  /prebuilts/devtools/tools/lib/
draw9patch.jar 

Completed in 196 milliseconds