Searched refs:hasNoModifiers (Results 1 – 15 of 15) sorted by relevance
1675 && event.hasNoModifiers() && action != KeyEvent.ACTION_UP) { in commonKey()1686 if (event.hasNoModifiers()) { in commonKey()1692 if (event.hasNoModifiers()) { in commonKey()1698 if (event.hasNoModifiers()) { in commonKey()1706 if (event.hasNoModifiers()) { in commonKey()1714 if (event.hasNoModifiers()) { in commonKey()1722 if (event.hasNoModifiers()) { in commonKey()1730 if (event.hasNoModifiers()) { in commonKey()1736 if (event.hasNoModifiers()) { in commonKey()1747 if (event.hasNoModifiers()) { in commonKey()
842 if (event.hasNoModifiers()) { in onKeyUp()849 if (isPopupShowing() && keyCode == KeyEvent.KEYCODE_TAB && event.hasNoModifiers()) { in onKeyUp()866 if (event.hasNoModifiers()) { in onKeyDown()872 if (isPopupShowing() && keyCode == KeyEvent.KEYCODE_TAB && event.hasNoModifiers()) { in onKeyDown()
403 if (event.hasNoModifiers()) { in onKeyDown()408 if (event.hasNoModifiers()) { in onKeyDown()413 if (event.hasNoModifiers()) { in onKeyDown()422 if (event.hasNoModifiers()) { in onKeyDown()440 if (event.hasNoModifiers()) { in onKeyDown()
2386 && event.hasNoModifiers() && action != KeyEvent.ACTION_UP) { in commonKey()2398 if (event.hasNoModifiers()) { in commonKey()2415 if (event.hasNoModifiers()) { in commonKey()2432 if (event.hasNoModifiers()) { in commonKey()2438 if (event.hasNoModifiers()) { in commonKey()2444 if (event.hasNoModifiers()) { in commonKey()2452 if (event.hasNoModifiers()) { in commonKey()2460 if (event.hasNoModifiers()) { in commonKey()2466 if (event.hasNoModifiers()) { in commonKey()2476 if (event.hasNoModifiers()) { in commonKey()
1084 if (!mSearchSrcTextView.isEmpty() && event.hasNoModifiers()) {1122 if (event.getAction() == KeyEvent.ACTION_DOWN && event.hasNoModifiers()) { in onSuggestionsKey()
314 && (event.hasNoModifiers() || event.hasModifiers(KeyEvent.META_ALT_ON)) in onKeyDown()365 } else if (keyCode == KeyEvent.KEYCODE_ESCAPE && event.hasNoModifiers()) { in onKeyDown()
2533 public final boolean hasNoModifiers() { in hasNoModifiers() method in KeyEvent
7735 if (event.hasNoModifiers()) { in performFocusNavigation()7740 if (event.hasNoModifiers()) { in performFocusNavigation()7745 if (event.hasNoModifiers()) { in performFocusNavigation()7750 if (event.hasNoModifiers()) { in performFocusNavigation()7755 if (event.hasNoModifiers()) { in performFocusNavigation()8913 if (event.hasNoModifiers() && isNavigationKey(event)) { in checkForLeavingTouchModeAndConsume()
17159 if (KeyEvent.isConfirmKey(keyCode) && event.hasNoModifiers()) { in onKeyDown()17216 if (KeyEvent.isConfirmKey(keyCode) && event.hasNoModifiers()) { in onKeyUp()
1605 if (event.hasNoModifiers()) { in onKeyUp()1820 if (event.hasNoModifiers()) { in onKeyDown()
2504 if (event.hasNoModifiers()) {
3729 && event.hasNoModifiers()) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32412 method public final boolean hasNoModifiers();
51195 method public final boolean hasNoModifiers();