Searched refs:mTouchExcludeRegion (Results 1 – 2 of 2) sorted by relevance
36 final private Region mTouchExcludeRegion = new Region(); field in TaskTapPointerEventListener64 if (!mTouchExcludeRegion.contains(x, y)) { in onPointerEvent()112 mTouchExcludeRegion.set(newRegion); in setTouchExcludeRegion()
321 private Region mTouchExcludeRegion = new Region(); field in DisplayContent1925 mTouchExcludeRegion.setEmpty(); in setTouchExcludeRegion()1927 mTouchExcludeRegion.set(mBaseDisplayRect); in setTouchExcludeRegion()1932 stack.setTouchExcludeRegion(focusedTask, delta, mTouchExcludeRegion, in setTouchExcludeRegion()1939 mTouchExcludeRegion.op(mTmpRect2, Region.Op.UNION); in setTouchExcludeRegion()1949 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in setTouchExcludeRegion()1959 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION); in setTouchExcludeRegion()1963 win.amendTapExcludeRegion(mTouchExcludeRegion); in setTouchExcludeRegion()1969 mTouchExcludeRegion.op(mTmpRegion, Op.UNION); in setTouchExcludeRegion()1972 mTapDetector.setTouchExcludeRegion(mTouchExcludeRegion); in setTouchExcludeRegion()[all …]