Searched refs:pressedDialpadKeys (Results 1 – 1 of 1) sorted by relevance
165 private final HashSet<View> pressedDialpadKeys = new HashSet<>(12); field in DialpadFragment796 pressedDialpadKeys.clear(); in onResume()843 pressedDialpadKeys.clear(); in onPause()994 pressedDialpadKeys.add(view); in onPressed()996 pressedDialpadKeys.remove(view); in onPressed()997 if (pressedDialpadKeys.isEmpty()) { in onPressed()1104 if (pressedDialpadKeys.contains(view)) { in onLongClick()1113 pressedDialpadKeys.remove(view); in onLongClick()