Searched refs:isWithinStackActionButton (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java189 private boolean isWithinStackActionButton(float x, float y) { method in class:RecentsViewTouchHandler
213 if (isWithinStackActionButton(evX, evY)) {
222 if (mRv.getStackActionButton().isPressed() && isWithinStackActionButton(evX, evY)) {
267 if (mRv.getStackActionButton().isPressed() && isWithinStackActionButton(evX, evY)) {

Completed in 49 milliseconds