Searched refs:mPressedDialpadKeys (Results 1 – 1 of 1) sorted by relevance
191 private final HashSet<View> mPressedDialpadKeys = new HashSet<View>(12); field in DialpadFragment681 mPressedDialpadKeys.clear(); in onResume()725 mPressedDialpadKeys.clear(); in onPause()873 mPressedDialpadKeys.add(view); in onPressed()875 mPressedDialpadKeys.remove(view); in onPressed()876 if (mPressedDialpadKeys.isEmpty()) { in onPressed()976 if (mPressedDialpadKeys.contains(view)) { in onLongClick()984 mPressedDialpadKeys.remove(view); in onLongClick()