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