Searched refs:shouldHandleActionUp (Results 1 – 1 of 1) sorted by relevance
316 private boolean shouldHandleActionUp = false; field in HeaderRecyclerView319 if (shouldHandleActionUp && keyEvent.getAction() == KeyEvent.ACTION_UP) { in handleKeyEvent()320 shouldHandleActionUp = false; in handleKeyEvent()333 shouldHandleActionUp = eventHandled; in handleKeyEvent()