Searched refs:touchRegionCache (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBar.java | 1827 Map<View, Rect> touchRegionCache = mView.getButtonTouchRegionCache(); in getButtonLocations() local 1829 region, touchRegionCache, mView.getBackButton(), inScreenSpace, useNearestRegion); in getButtonLocations() 1831 region, touchRegionCache, mView.getHomeButton(), inScreenSpace, useNearestRegion); in getButtonLocations() 1832 updateButtonLocation(region, touchRegionCache, mView.getRecentsButton(), inScreenSpace, in getButtonLocations() 1834 updateButtonLocation(region, touchRegionCache, mView.getImeSwitchButton(), inScreenSpace, in getButtonLocations() 1837 region, touchRegionCache, mView.getAccessibilityButton(), inScreenSpace, in getButtonLocations() 1844 updateButtonLocation(region, touchRegionCache, mView.getRotateSuggestionButton(), in getButtonLocations() 1852 Map<View, Rect> touchRegionCache, in updateButtonLocation() argument 1865 if (useNearestRegion && touchRegionCache.containsKey(view)) { in updateButtonLocation() 1866 region.op(touchRegionCache.get(view), Region.Op.UNION); in updateButtonLocation()
|