Searched refs:mTmpRegion (Results 1 – 1 of 1) sorted by relevance
449 private final Region mTmpRegion = new Region(); field in DisplayContent2513 mInputMethodWindow.getTouchableRegion(mTmpRegion); in updateTouchExcludeRegion()2514 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion()2518 win.getTouchableRegion(mTmpRegion); in updateTouchExcludeRegion()2519 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION); in updateTouchExcludeRegion()2525 mTmpRegion.set(mTmpRect); in updateTouchExcludeRegion()2526 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion()2990 w.getTouchableRegion(mTmpRegion); in getTouchableWinAtPointLocked()2993 return mTmpRegion.contains(x, y) || touchFlags == 0; in getTouchableWinAtPointLocked()