Home
last modified time | relevance | path

Searched refs:Android_JNI_ShowTextInput (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.h38 extern void Android_JNI_ShowTextInput(SDL_Rect *inputRect);
DSDL_android.c1490 void Android_JNI_ShowTextInput(SDL_Rect *inputRect) in Android_JNI_ShowTextInput() function
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidkeyboard.c367 Android_JNI_ShowTextInput(&videodata->textRect); in Android_StartTextInput()