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