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

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationInput.java 39 protected ConversationInputBase mConversationInputBase;
45 mConversationInputBase = baseHost;
51 mConversationInputBase.showHideInternal(this, false /* show */, true /* animate */);
67 mConversationInputBase.showHideInternal(this, !mShowing /* show */, true /* animate */);
72 savedState.putBoolean(mConversationInputBase.getInputStateKey(this), mShowing);
77 if (savedState.getBoolean(mConversationInputBase.getInputStateKey(this))) {
78 mConversationInputBase.showHideInternal(this, true /* show */, false /* animate */);
95 mConversationInputBase.beginUpdate();
98 mConversationInputBase.handleOnShow(this);
100 mConversationInputBase.endUpdate()
    [all...]
ConversationSimSelector.java 57 mConversationInputBase.showHideInternal(ConversationSimSelector.this,

Completed in 521 milliseconds