Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationInputManagerTest.java98 inputManager.showHideMediaPicker(true /* show */, true /* animate */); in testShowHideInputs()
109 inputManager.showHideMediaPicker(false /* show */, true /* animate */); in testShowHideInputs()
121 inputManager.showHideMediaPicker(true /* show */, true /* animate */); in testShowTwoInputsSequentially()
138 inputManager.showHideMediaPicker(true /* show */, true /* animate */); in testOnKeyboardShow()
155 inputManager.showHideMediaPicker(true /* show */, true /* animate */); in testRestoreState()
177 inputManager.showHideMediaPicker(true /* show */, true /* animate */); in testBackPress()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInputManager.java191 public void showHideMediaPicker(final boolean show, final boolean animate) { in showHideMediaPicker() method in ConversationInputManager
DComposeMessageView.java308 mInputManager.showHideMediaPicker(true /* show */, true /* animate */); in onFinishInflate()