Home | History | Annotate | Download | only in conversation

Lines Matching refs:mConversationInputBase

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();