Searched refs:mTmpRegion (Results 1 – 1 of 1) sorted by relevance
444 private final Region mTmpRegion = new Region(); field in DisplayContent2506 mInputMethodWindow.getTouchableRegion(mTmpRegion); in updateTouchExcludeRegion()2507 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion()2511 win.getTouchableRegion(mTmpRegion); in updateTouchExcludeRegion()2512 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION); in updateTouchExcludeRegion()2518 mTmpRegion.set(mTmpRect); in updateTouchExcludeRegion()2519 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in updateTouchExcludeRegion()2980 w.getTouchableRegion(mTmpRegion); in getTouchableWinAtPointLocked()2983 return mTmpRegion.contains(x, y) || touchFlags == 0; in getTouchableWinAtPointLocked()