Searched refs:mTapExcludedWindows (Results 1 – 3 of 3) sorted by relevance
339 final ArrayList<WindowState> mTapExcludedWindows = new ArrayList<>(); field in DisplayContent1956 for (int i = mTapExcludedWindows.size() - 1; i >= 0; i--) { in setTouchExcludeRegion()1957 final WindowState win = mTapExcludedWindows.get(i); in setTouchExcludeRegion()
1912 dc.mTapExcludedWindows.remove(this); in removeImmediately()
1388 displayContent.mTapExcludedWindows.add(win); in addWindow()