Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dwindow.h32 extern void skin_window_enable_touch( SkinWindow* window, int enabled );
Dwindow.c1272 skin_window_enable_touch( SkinWindow* window, int enabled ) in skin_window_enable_touch() function
/external/qemu/android/
Dqemulator.c84 skin_window_enable_touch ( emulator->window, android_hw->hw_touchScreen != 0 ); in qemulator_setup()