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