Searched refs:onWindowFocusChanged (Results 1 - 7 of 7) sorted by relevance

/development/ndk/platforms/android-9/include/android/
H A Dnative_activity.h155 void (*onWindowFocusChanged)(ANativeActivity* activity, int hasFocus); member in struct:ANativeActivityCallbacks
/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.c398 static void onWindowFocusChanged(ANativeActivity* activity, int focused) { function
435 activity->callbacks->onWindowFocusChanged = onWindowFocusChanged;
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGameControllerInput.java114 public void onWindowFocusChanged(boolean hasFocus) { method in class:GameControllerInput
115 super.onWindowFocusChanged(hasFocus);
H A DGameView.java288 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:GameView
305 super.onWindowFocusChanged(hasWindowFocus);
/development/samples/Home/src/com/example/android/home/
H A DHome.java402 public void onWindowFocusChanged(boolean hasFocus) { method in class:Home
403 super.onWindowFocusChanged(hasFocus);
/development/samples/LunarLander/src/com/example/android/lunarlander/
H A DLunarView.java837 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:LunarView
/development/samples/JetBoy/src/com/example/android/jetboy/
H A DJetBoyView.java1370 public void onWindowFocusChanged(boolean hasWindowFocus) { method in class:JetBoyView

Completed in 63 milliseconds