Home
last modified time | relevance | path

Searched refs:ANativeActivity_showSoftInput (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/native/android/
Dnative_activity.cpp37 void ANativeActivity_showSoftInput(ANativeActivity* activity, uint32_t flags) { in ANativeActivity_showSoftInput() function
Dlibandroid.map.txt144 ANativeActivity_showSoftInput;
/frameworks/native/include/android/
Dnative_activity.h307 void ANativeActivity_showSoftInput(ANativeActivity* activity, uint32_t flags);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc195 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeActivity_showSoftInput);
485 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeActivity_showSoftInput); in init_stub_library()
Dstubs_arm64.cc195 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeActivity_showSoftInput);
485 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeActivity_showSoftInput); in init_stub_library()