Searched refs:dispatchBackKey (Results 1 – 3 of 3) sorted by relevance
131 public void dispatchBackKey() { in dispatchBackKey() method in ExtendedEditText
445 mFolderName.dispatchBackKey(); in onEditorAction()836 mFolderName.dispatchBackKey(); in handleClose()1621 mFolderName.dispatchBackKey(); in onFocusChange()1722 mFolderName.dispatchBackKey(); in onBackInvoked()1735 mFolderName.dispatchBackKey(); in onControllerInterceptTouchEvent()
416 fun `ensure onEditorAction calls dispatchBackKey when actionId is IME_ACTION_DONE`() { in ensure onEditorAction calls dispatchBackKey when actionId is IME_ACTION_DONE()427 verify(folder.folderName, times(1)).dispatchBackKey() in ensure onEditorAction calls dispatchBackKey when actionId is IME_ACTION_DONE()431 … fun `ensure onEditorAction does not call dispatchBackKey when actionId is not IME_ACTION_DONE`() { in ensure onEditorAction does not call dispatchBackKey when actionId is not IME_ACTION_DONE()442 verify(folder.folderName, times(0)).dispatchBackKey() in ensure onEditorAction does not call dispatchBackKey when actionId is not IME_ACTION_DONE()