Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java891 Map<View, Rect> getButtonTouchRegionCache() { in getButtonTouchRegionCache() method in NavigationBarView
H A DNavigationBar.java1827 Map<View, Rect> touchRegionCache = mView.getButtonTouchRegionCache(); in getButtonLocations()