Home
last modified time | relevance | path

Searched refs:useNearestRegion (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java1821 boolean useNearestRegion) { in getButtonLocations() argument
1822 if (useNearestRegion && !inScreenSpace) { in getButtonLocations()
1824 useNearestRegion = false; in getButtonLocations()
1829 region, touchRegionCache, mView.getBackButton(), inScreenSpace, useNearestRegion); in getButtonLocations()
1831 region, touchRegionCache, mView.getHomeButton(), inScreenSpace, useNearestRegion); in getButtonLocations()
1833 useNearestRegion); in getButtonLocations()
1835 useNearestRegion); in getButtonLocations()
1838 useNearestRegion); in getButtonLocations()
1845 inScreenSpace, useNearestRegion); in getButtonLocations()
1855 boolean useNearestRegion) { in updateButtonLocation() argument
[all …]