Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInputManager.java296 final ConversationInput currInput = mInputs[i]; in handleOnShow() local
297 if (currInput != target) { in handleOnShow()
300 if (currInput instanceof ConversationMediaPicker && in handleOnShow()
309 showHideInternal(currInput, false /* show */, false /* animate */); in handleOnShow()