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