OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputMethodService
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
EmojiExtractTextLayout.java
21
import android.
inputmethodservice
.
InputMethodService
;
41
* {@link
InputMethodService
} implementations.
43
* Call {@link #onUpdateExtractingViews(
InputMethodService
, EditorInfo)} from
44
* {@link
InputMethodService
#onUpdateExtractingViews(EditorInfo)
45
*
InputMethodService
#onUpdateExtractingViews(EditorInfo)}.
47
* public class MyInputMethodService extends
InputMethodService
{
156
* {@link
InputMethodService
#onUpdateExtractingViews(EditorInfo)
157
*
InputMethodService
#onUpdateExtractingViews(EditorInfo)}.
159
public void onUpdateExtractingViews(
InputMethodService
inputMethodService, EditorInfo ei)
[
all
...]
/frameworks/base/core/java/com/android/internal/view/
InputConnectionWrapper.java
22
import android.
inputmethodservice
.AbstractInputMethodService;
53
* {@link
InputMethodService
#onUnbindInput()} is not yet called back on the UI thread.
242
@NonNull WeakReference<AbstractInputMethodService>
inputMethodService
,
245
mInputMethodService =
inputMethodService
;
599
final AbstractInputMethodService
inputMethodService
= mInputMethodService.get();
600
if (
inputMethodService
== null) {
604
inputMethodService
.exposeContent(inputContentInfo, this);
Completed in 232 milliseconds