Searched defs:TARGET (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DAvoidXfermode.java29 TARGET (1); //!< draw only on top of the opColor enum constant in enum:AvoidXfermode.Mode
/frameworks/base/obex/javax/obex/
H A DHeaderSet.java108 * The value of <code>TARGET</code> is 0x46 (70).
110 public static final int TARGET = 0x46; field in class:HeaderSet
335 case TARGET:
484 case TARGET:
553 out.write(TARGET);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java131 private static final String TARGET = "target"; field in class:AnimatedVectorDrawable
288 } else if (TARGET.equals(tagName)) {

Completed in 90 milliseconds