Searched refs:mCurChannel (Results 1 – 2 of 2) sorted by relevance
669 private InputChannel mCurChannel; field in InputMethodManager1092 if (res.channel != null && res.channel != mCurChannel) { in handleMessage()1136 } else if (res.channel != null && res.channel != mCurChannel) { in handleMessage()1207 if (res.channel != null && res.channel != mCurChannel) { in handleMessage()2056 if (areSameInputChannel(mCurChannel, channel)) { in updateInputChannelLocked()2069 if (mCurChannel != null) { in updateInputChannelLocked()2070 mCurChannel.dispose(); in updateInputChannelLocked()2072 mCurChannel = channel; in updateInputChannelLocked()3379 } else if (res.channel != null && res.channel != mCurChannel) { in startInputInner()4205 if (mCurChannel != null) { in sendInputEventOnMainLooperLocked()[all …]
59870 Landroid/view/inputmethod/InputMethodManager;->mCurChannel:Landroid/view/InputChannel;