Searched refs:showHideInternal (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationInput.java | 30 boolean showHideInternal(final ConversationInput target, final boolean show, in showHideInternal() method 51 mConversationInputBase.showHideInternal(this, false /* show */, true /* animate */); in onBackPressed() 67 mConversationInputBase.showHideInternal(this, !mShowing /* show */, true /* animate */); in toggle() 78 mConversationInputBase.showHideInternal(this, true /* show */, false /* animate */); in restoreState()
|
D | ConversationInputManager.java | 192 showHideInternal(mMediaInput, show, animate); in showHideMediaPicker() 202 return showHideInternal(mSimInput, show, animate); in showHideSimSelector() 206 showHideInternal(mImeInput, show, animate); in showHideImeKeyboard() 212 showHideInternal(mInputs[i], false, animate); in hideAllInputs() 261 public boolean showHideInternal(final ConversationInput target, final boolean show, in showHideInternal() method in ConversationInputManager 309 showHideInternal(currInput, false /* show */, false /* animate */); in handleOnShow()
|
D | ConversationSimSelector.java | 57 mConversationInputBase.showHideInternal(ConversationSimSelector.this, in onSubscriptionListDataLoaded()
|