Searched refs:mTapExcludedWindows (Results 1 – 3 of 3) sorted by relevance
508 final ArrayList<WindowState> mTapExcludedWindows = new ArrayList<>(); field in DisplayContent3008 for (int i = mTapExcludedWindows.size() - 1; i >= 0; i--) { in updateTouchExcludeRegion()3009 final WindowState win = mTapExcludedWindows.get(i); in updateTouchExcludeRegion()
2472 dc.mTapExcludedWindows.remove(this); in removeImmediately()
1762 displayContent.mTapExcludedWindows.add(win); in addWindow()