Home | History | Annotate | Download | only in view

Lines Matching refs:touchableRegion

225         public final Region touchableRegion = new Region();
247 * the provided touchable region in {@link #touchableRegion} can be touched.
265 touchableRegion.setEmpty();
272 && touchableRegion.isEmpty()
280 result = 31 * result + touchableRegion.hashCode();
294 touchableRegion.equals(other.touchableRegion);
300 touchableRegion.set(other.touchableRegion);