Searched refs:touchRegionCache (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBar.java | 1910 Map<View, Rect> touchRegionCache = mView.getButtonTouchRegionCache(); in getButtonLocations() local 1912 region, touchRegionCache, mView.getBackButton(), inScreenSpace, useNearestRegion); in getButtonLocations() 1914 region, touchRegionCache, mView.getHomeButton(), inScreenSpace, useNearestRegion); in getButtonLocations() 1915 updateButtonLocation(region, touchRegionCache, mView.getRecentsButton(), inScreenSpace, in getButtonLocations() 1917 updateButtonLocation(region, touchRegionCache, mView.getImeSwitchButton(), inScreenSpace, in getButtonLocations() 1920 region, touchRegionCache, mView.getAccessibilityButton(), inScreenSpace, in getButtonLocations() 1932 Map<View, Rect> touchRegionCache, in updateButtonLocation() argument 1945 if (useNearestRegion && touchRegionCache.containsKey(view)) { in updateButtonLocation() 1946 region.op(touchRegionCache.get(view), Region.Op.UNION); in updateButtonLocation()
|