Searched defs:mTmpRegion (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java296 private final Region mTmpRegion = new Region(); field in class:DisplayContent
1847 inputMethod.getTouchableRegion(mTmpRegion);
1849 mTouchExcludeRegion.op(mTmpRegion, Op.UNION);
1858 win.getTouchableRegion(mTmpRegion);
1859 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION);
1864 mTmpRegion.set(mTmpRect);
1865 mTouchExcludeRegion.op(mTmpRegion, Op.UNION);
2227 w.getTouchableRegion(mTmpRegion);
2230 return mTmpRegion.contains(x, y) || touchFlags == 0;

Completed in 15 milliseconds