Searched refs:mTapExcludeRegion (Results 1 – 1 of 1) sorted by relevance
90 private final Region mTapExcludeRegion = new Region(); field in ActivityView395 mTapExcludeRegion.set(x, y, x + getWidth(), y + getHeight()); in updateTapExcludeRegion()401 parent.subtractObscuredTouchableRegion(mTapExcludeRegion, this); in updateTapExcludeRegion()405 mTapExcludeRegion); in updateTapExcludeRegion() local575 if (!isAttachedToWindow() || mTapExcludeRegion.isEmpty()) { in cleanTapExcludeRegion()582 mTapExcludeRegion.setEmpty(); in cleanTapExcludeRegion()