Searched defs:onWindowFocusChanged (Results 1 - 13 of 13) sorted by relevance

/external/libmojo/base/android/junit/src/org/chromium/base/
H A DBaseChromiumApplicationTest.java34 /** Shadow that tracks calls to onWindowFocusChanged and dispatchKeyEvent. */
42 public void onWindowFocusChanged(@SuppressWarnings("unused") boolean hasFocus) { method in class:BaseChromiumApplicationTest.TrackingShadowActivity
65 controller.get().getWindow().getCallback().onWindowFocusChanged(true);
67 verify(mock).onWindowFocusChanged(controller.get(), true);
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java172 public void onWindowFocusChanged(boolean hasFocus) { method in class:AnimationPlayerActivity
H A DGLSurfaceView.java532 public void onWindowFocusChanged(boolean hasFocus) { method in class:GLSurfaceView
533 super.onWindowFocusChanged(hasFocus);
534 mGLThread.onWindowFocusChanged(hasFocus);
1468 public void onWindowFocusChanged(boolean hasFocus) { method in class:GLSurfaceView.GLThread
/external/libmojo/base/android/java/src/org/chromium/base/
H A DBaseChromiumApplication.java57 public void onWindowFocusChanged(Activity activity, boolean hasFocus); method in interface:BaseChromiumApplication.WindowFocusChangedListener
81 if (method.getName().equals("onWindowFocusChanged") && args.length == 1
83 onWindowFocusChanged((boolean) args[0]);
103 public void onWindowFocusChanged(boolean hasFocus) { method in class:BaseChromiumApplication.WindowCallbackProxy
104 mCallback.onWindowFocusChanged(hasFocus);
107 listener.onWindowFocusChanged(mActivity, hasFocus);
/external/deqp/framework/platform/android/
H A DtcuAndroidNativeActivity.cpp61 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onWindowFocusChanged(hasFocus);
126 activity->callbacks->onWindowFocusChanged = onWindowFocusChangedCallback;
168 void NativeActivity::onWindowFocusChanged (int hasFocus) function in class:tcu::Android::NativeActivity
/external/robolectric/v1/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 183 milliseconds