HomeSort by relevance Sort by last modified time
    Searched refs:showHideInternal (Results 1 - 3 of 3) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationInput.java 30 boolean showHideInternal(final ConversationInput target, final boolean show,
51 mConversationInputBase.showHideInternal(this, false /* show */, true /* animate */);
67 mConversationInputBase.showHideInternal(this, !mShowing /* show */, true /* animate */);
78 mConversationInputBase.showHideInternal(this, true /* show */, false /* animate */);
ConversationInputManager.java 192 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,
309 showHideInternal(currInput, false /* show */, false /* animate */);
ConversationSimSelector.java 57 mConversationInputBase.showHideInternal(ConversationSimSelector.this,

Completed in 133 milliseconds