Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dnative_activity.cpp41 void ANativeActivity_hideSoftInput(ANativeActivity* activity, uint32_t flags) { in ANativeActivity_hideSoftInput() function
Dlibandroid.map.txt143 ANativeActivity_hideSoftInput;
/frameworks/native/include/android/
Dnative_activity.h332 void ANativeActivity_hideSoftInput(ANativeActivity* activity, uint32_t flags);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc187 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeActivity_hideSoftInput);
466 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeActivity_hideSoftInput); in init_stub_library()
Dstubs_arm64.cc187 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeActivity_hideSoftInput);
466 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeActivity_hideSoftInput); in init_stub_library()