Searched refs:useNearestRegion (Results 1 – 1 of 1) sorted by relevance
1904 Region getButtonLocations(boolean inScreenSpace, boolean useNearestRegion) { in getButtonLocations() argument1905 if (useNearestRegion && !inScreenSpace) { in getButtonLocations()1907 useNearestRegion = false; in getButtonLocations()1912 region, touchRegionCache, mView.getBackButton(), inScreenSpace, useNearestRegion); in getButtonLocations()1914 region, touchRegionCache, mView.getHomeButton(), inScreenSpace, useNearestRegion); in getButtonLocations()1916 useNearestRegion); in getButtonLocations()1918 useNearestRegion); in getButtonLocations()1921 useNearestRegion); in getButtonLocations()1935 boolean useNearestRegion) { in updateButtonLocation() argument1945 if (useNearestRegion && touchRegionCache.containsKey(view)) { in updateButtonLocation()