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.java99 inputManager.showHideMediaPicker(true /* show */, true /* animate */); in testShowHideInputs()
110 inputManager.showHideMediaPicker(false /* show */, true /* animate */); in testShowHideInputs()
122 inputManager.showHideMediaPicker(true /* show */, true /* animate */); in testShowTwoInputsSequentially()
139 inputManager.showHideMediaPicker(true /* show */, true /* animate */); in testOnKeyboardShow()
156 inputManager.showHideMediaPicker(true /* show */, true /* animate */); in testRestoreState()
178 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.java309 mInputManager.showHideMediaPicker(true /* show */, true /* animate */); in onFinishInflate()