Searched refs:sendBackEvent (Results 1 – 2 of 2) sorted by relevance
56 sendBackEvent(KeyEvent.ACTION_DOWN, displayId); in injectBackKey()57 sendBackEvent(KeyEvent.ACTION_UP, displayId); in injectBackKey()60 private void sendBackEvent(int action, int displayId) { in sendBackEvent() method in TaskOperations
580 sendBackEvent(KeyEvent.ACTION_DOWN); in injectBackKey()581 sendBackEvent(KeyEvent.ACTION_UP); in injectBackKey()585 private void sendBackEvent(int action) { in sendBackEvent() method in BackAnimationController