Searched refs:dispatchKeyShortcutEvent (Results 1 – 3 of 3) sorted by relevance
546 assertTrue(mActivity.dispatchKeyShortcutEvent(handledShortcutKey)) in testKeyShortcuts()555 assertFalse(mActivity.dispatchKeyShortcutEvent(unhandledShortcutKey)) in testKeyShortcuts()
2367 assertFalse(mMockViewGroup.dispatchKeyShortcutEvent(event)); in testDispatchKeyEventPreIme()2373 assertFalse(mMockViewGroup.dispatchKeyShortcutEvent(event)); in testDispatchKeyEventPreIme()2378 assertTrue(mMockViewGroup.dispatchKeyShortcutEvent(event)); in testDispatchKeyEventPreIme()2986 public boolean dispatchKeyShortcutEvent(KeyEvent event) { in dispatchKeyShortcutEvent() method in ViewGroupTest.MockTextView
2602 view.dispatchKeyShortcutEvent(event); in testDispatchKeyShortcutEvent()2612 view.dispatchKeyShortcutEvent(null); in testDispatchKeyShortcutEventNull()