Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java117 private Rect mRecentsButtonBounds = new Rect(); field in NavigationBarView
343 } else if (getRecentsButton().isVisible() && mRecentsButtonBounds.contains(x, y)) { in onInterceptTouchEvent()
929 updateButtonLocationOnScreen(getRecentsButton(), mRecentsButtonBounds); in onLayout() local