Searched defs:useNearestRegion (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarView.java | 1037 boolean useNearestRegion) { in getButtonLocations() 1044 updateButtonLocation(getBackButton(), inScreenSpace, useNearestRegion); in getButtonLocations() local 1045 updateButtonLocation(getHomeButton(), inScreenSpace, useNearestRegion); in getButtonLocations() local 1046 updateButtonLocation(getRecentsButton(), inScreenSpace, useNearestRegion); in getButtonLocations() local 1047 updateButtonLocation(getImeSwitchButton(), inScreenSpace, useNearestRegion); in getButtonLocations() local 1048 updateButtonLocation(getAccessibilityButton(), inScreenSpace, useNearestRegion); in getButtonLocations() local 1053 updateButtonLocation(getRotateSuggestionButton(), inScreenSpace, useNearestRegion); in getButtonLocations() local 1064 boolean useNearestRegion) { in updateButtonLocation()
|