Home | History | Annotate | Download | only in view

Lines Matching refs:touchableRegion

220         public final Region touchableRegion = new Region();
242 * the provided touchable region in {@link #touchableRegion} can be touched.
260 touchableRegion.setEmpty();
267 && touchableRegion.isEmpty()
275 result = 31 * result + touchableRegion.hashCode();
289 touchableRegion.equals(other.touchableRegion);
295 touchableRegion.set(other.touchableRegion);