Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DExtendedEditText.java131 public void dispatchBackKey() { in dispatchBackKey() method in ExtendedEditText
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java445 mFolderName.dispatchBackKey(); in onEditorAction()
836 mFolderName.dispatchBackKey(); in handleClose()
1621 mFolderName.dispatchBackKey(); in onFocusChange()
1722 mFolderName.dispatchBackKey(); in onBackInvoked()
1735 mFolderName.dispatchBackKey(); in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/folder/
DFolderTest.kt416 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()