Searched refs:showHideInternal (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationInput.java30 boolean showHideInternal(final ConversationInput target, final boolean show, method in interface:ConversationInput.ConversationInputBase
51 mConversationInputBase.showHideInternal(this, false /* show */, true /* animate */);
67 mConversationInputBase.showHideInternal(this, !mShowing /* show */, true /* animate */);
78 mConversationInputBase.showHideInternal(this, true /* show */, false /* animate */);
H A DConversationInputManager.java192 showHideInternal(mMediaInput, show, animate);
202 return showHideInternal(mSimInput, show, animate);
206 showHideInternal(mImeInput, show, animate);
212 showHideInternal(mInputs[i], false, animate);
261 public boolean showHideInternal(final ConversationInput target, final boolean show, method in class:ConversationInputManager
309 showHideInternal(currInput, false /* show */, false /* animate */);
H A DConversationSimSelector.java57 mConversationInputBase.showHideInternal(ConversationSimSelector.this,

Completed in 661 milliseconds