Home
last modified time | relevance | path

Searched refs:IsScreenKeyboardShown (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidvideo.c149 device->IsScreenKeyboardShown = Android_IsScreenKeyboardShown; in Android_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspvideo.c143 device->IsScreenKeyboardShown = PSP_IsScreenKeyboardShown; in PSP_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h276 SDL_bool (*IsScreenKeyboardShown) (_THIS, SDL_Window *window); member
DSDL_video.c3595 if (window && _this && _this->IsScreenKeyboardShown) { in SDL_IsScreenKeyboardShown()
3596 return _this->IsScreenKeyboardShown(_this, window); in SDL_IsScreenKeyboardShown()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitvideo.m108 device->IsScreenKeyboardShown = UIKit_IsScreenKeyboardShown;
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c213 device->IsScreenKeyboardShown = NULL; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtvideo.cpp156 device->IsScreenKeyboardShown = WINRT_IsScreenKeyboardShown; in WINRT_CreateDevice()