Searched refs:mTmpRegion (Results 1 – 1 of 1) sorted by relevance
103 private final Region mTmpRegion = new Region(); field in DisplayContent421 inputMethod.getTouchableRegion(mTmpRegion); in setTouchExcludeRegion()422 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION); in setTouchExcludeRegion()426 win.getTouchableRegion(mTmpRegion); in setTouchExcludeRegion()427 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION); in setTouchExcludeRegion()431 mTmpRegion.set(mTmpRect); in setTouchExcludeRegion()432 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in setTouchExcludeRegion()656 window.getTouchableRegion(mTmpRegion); in getTouchableWinAtPointLocked()659 if (mTmpRegion.contains(x, y) || touchFlags == 0) { in getTouchableWinAtPointLocked()