Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java108 private final Region mActiveRegion = new Region(); field in NavigationBarView
828 mActiveRegion.setEmpty(); in onLayout()
834 mOverviewProxyService.onActiveNavBarRegionChanges(mActiveRegion); in onLayout()
856 mActiveRegion.op(buttonBounds, Op.UNION); in updateButtonLocation()