HomeSort by relevance Sort by last modified time
    Searched refs:TRANSPARENT_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 53 public static final int TRANSPARENT_TICK = 0x00000000;
194 array[i] = TRANSPARENT_TICK;
344 int color = TRANSPARENT_TICK;
385 if (redTickOnly && pixel != TRANSPARENT_TICK && pixel != RED_TICK) {
544 if (pixel != TRANSPARENT_TICK) {
553 if (pixel != TRANSPARENT_TICK) {
562 if (pixel != TRANSPARENT_TICK) {
571 if (pixel != TRANSPARENT_TICK) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 574 if (t.color != NinePatchedImage.TRANSPARENT_TICK) {
588 if (t.color != NinePatchedImage.TRANSPARENT_TICK) {
602 if (t.color != NinePatchedImage.TRANSPARENT_TICK) {
617 if (t.color != NinePatchedImage.TRANSPARENT_TICK) {

Completed in 73 milliseconds