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

/frameworks/base/graphics/java/android/graphics/
H A DRegion.java25 public enum Op { enum in class:Region
33 Op(int nativeInt) { method in class:Region.Op
235 return op(r, Op.UNION);
239 * Perform the specified Op on this region and the specified rect. Return
242 public boolean op(Rect r, Op op) {
248 * Perform the specified Op on this region and the specified rect. Return
251 public boolean op(int left, int top, int right, int bottom, Op op) {
257 * Perform the specified Op on this region and the specified region. Return
260 public boolean op(Region region, Op op) {
265 * Set this region to the result of performing the Op o
[all...]

Completed in 63 milliseconds