Home
last modified time | relevance | path

Searched refs:dispatchKeyShortcutEvent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1643 assertFalse(vg.dispatchKeyShortcutEvent(event)); in testDispatchKeyEventPreIme()
1650 assertFalse(vg.dispatchKeyShortcutEvent(event)); in testDispatchKeyEventPreIme()
1655 assertTrue(vg.dispatchKeyShortcutEvent(event)); in testDispatchKeyEventPreIme()
1954 public boolean dispatchKeyShortcutEvent(KeyEvent event) { in dispatchKeyShortcutEvent() method in ViewGroupTest.MockTextView
DWindowTest.java1041 public boolean dispatchKeyShortcutEvent(KeyEvent event) { in dispatchKeyShortcutEvent() method in WindowTest.MockWindowCallback
DViewTest.java1915 view.dispatchKeyShortcutEvent(event); in testDispatchKeyShortcutEvent()
1919 view.dispatchKeyShortcutEvent(null); in testDispatchKeyShortcutEvent()