HomeSort by relevance Sort by last modified time
    Searched refs:recentsButton (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarGestureHelper.java 174 View recentsButton = mNavigationBarView.getRecentsButton().getCurrentView();
175 if (recentsButton != null) {
176 mDownOnRecents = mTouchDownX >= recentsButton.getLeft()
177 && mTouchDownX <= recentsButton.getRight()
178 && mTouchDownY >= recentsButton.getTop()
179 && mTouchDownY <= recentsButton.getBottom();
PhoneStatusBar.java     [all...]

Completed in 56 milliseconds