/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowViewGroupTest.java | 181 assertFalse(root.hasFocus()); in hasFocus_shouldReturnTrueIfAnyChildHasFocus() 184 assertTrue(root.hasFocus()); in hasFocus_shouldReturnTrueIfAnyChildHasFocus() 187 assertFalse(child1.hasFocus()); in hasFocus_shouldReturnTrueIfAnyChildHasFocus() 188 assertTrue(root.hasFocus()); in hasFocus_shouldReturnTrueIfAnyChildHasFocus() 191 assertTrue(root.hasFocus()); in hasFocus_shouldReturnTrueIfAnyChildHasFocus() 194 assertFalse(child3b.hasFocus()); in hasFocus_shouldReturnTrueIfAnyChildHasFocus() 195 assertFalse(child3.hasFocus()); in hasFocus_shouldReturnTrueIfAnyChildHasFocus() 196 assertTrue(root.hasFocus()); in hasFocus_shouldReturnTrueIfAnyChildHasFocus() 199 assertFalse(child3.hasFocus()); in hasFocus_shouldReturnTrueIfAnyChildHasFocus() 200 assertTrue(child2.hasFocus()); in hasFocus_shouldReturnTrueIfAnyChildHasFocus() [all …]
|
D | ShadowViewTest.java | 129 public void onFocusChange(View v, boolean hasFocus) { in shouldFocus() 130 transcript.add(hasFocus ? "Gained focus" : "Lost focus"); in shouldFocus() 135 assertFalse(view.hasFocus()); in shouldFocus() 140 assertFalse(view.hasFocus()); in shouldFocus() 146 assertTrue(view.hasFocus()); in shouldFocus() 156 assertFalse(view.hasFocus()); in shouldFocus()
|
D | ShadowLayoutInflaterTest.java | 200 mediaView.hasFocus(); in mergeIncludesShouldNotCreateAncestryLoops()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidNativeActivity.cpp | 59 static void onWindowFocusChangedCallback (ANativeActivity* activity, int hasFocus) in onWindowFocusChangedCallback() argument 61 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onWindowFocusChanged(hasFocus); in onWindowFocusChangedCallback() 168 void NativeActivity::onWindowFocusChanged (int hasFocus) in onWindowFocusChanged() argument 170 DE_UNREF(hasFocus); in onWindowFocusChanged()
|
D | tcuAndroidNativeActivity.hpp | 54 virtual void onWindowFocusChanged (int hasFocus);
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/ |
D | FullScreenHelper.java | 35 public static void setFullScreenOnWindowFocusChanged(Activity activity, boolean hasFocus) { in setFullScreenOnWindowFocusChanged() argument 36 if (hasFocus) { in setFullScreenOnWindowFocusChanged()
|
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/ |
D | FullScreenHelper.java | 35 public static void setFullScreenOnWindowFocusChanged(Activity activity, boolean hasFocus) { in setFullScreenOnWindowFocusChanged() argument 36 if (hasFocus) { in setFullScreenOnWindowFocusChanged()
|
/external/skqp/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/ |
D | HelloArActivity.java | 291 public void onWindowFocusChanged(boolean hasFocus) { in onWindowFocusChanged() argument 292 super.onWindowFocusChanged(hasFocus); in onWindowFocusChanged() 293 if (hasFocus) { in onWindowFocusChanged()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/ |
D | NumberPicker.java | 196 if (!mText.hasFocus()) { in onClick() 256 public void onFocusChange(View v, boolean hasFocus) { in onFocusChange() argument 261 if (!hasFocus) { in onFocusChange()
|
/external/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/ |
D | HelloArActivity.java | 291 public void onWindowFocusChanged(boolean hasFocus) { in onWindowFocusChanged() argument 292 super.onWindowFocusChanged(hasFocus); in onWindowFocusChanged() 293 if (hasFocus) { in onWindowFocusChanged()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | AnimationPlayerActivity.java | 172 public void onWindowFocusChanged(boolean hasFocus) { in onWindowFocusChanged() argument 173 if (hasFocus && mAnimation != null) { in onWindowFocusChanged()
|
D | GLSurfaceView.java | 532 public void onWindowFocusChanged(boolean hasFocus) { in onWindowFocusChanged() argument 533 super.onWindowFocusChanged(hasFocus); in onWindowFocusChanged() 534 mGLThread.onWindowFocusChanged(hasFocus); in onWindowFocusChanged() 1468 public void onWindowFocusChanged(boolean hasFocus) { in onWindowFocusChanged() argument 1470 mHasFocus = hasFocus; in onWindowFocusChanged()
|
/external/skqp/tools/viewer/ |
D | SlideDir.cpp | 123 bool hasFocus() const { return fState == State::kFocused; } in hasFocus() function in SlideDir::FocusController 369 if (fFocusController->hasFocus()) { in onChar() 385 if (fFocusController->hasFocus()) { in onMouse()
|
/external/skia/tools/viewer/ |
D | SlideDir.cpp | 124 bool hasFocus() const { return fState == State::kFocused; } in hasFocus() function in SlideDir::FocusController 370 if (fFocusController->hasFocus()) { in onChar() 386 if (fFocusController->hasFocus()) { in onMouse()
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | HelloCanvasAR.java | 281 public void onWindowFocusChanged(boolean hasFocus) { in onWindowFocusChanged() argument 282 super.onWindowFocusChanged(hasFocus); in onWindowFocusChanged() 283 FullScreenHelper.setFullScreenOnWindowFocusChanged(this, hasFocus); in onWindowFocusChanged()
|
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | HelloCanvasAR.java | 281 public void onWindowFocusChanged(boolean hasFocus) { in onWindowFocusChanged() argument 282 super.onWindowFocusChanged(hasFocus); in onWindowFocusChanged() 283 FullScreenHelper.setFullScreenOnWindowFocusChanged(this, hasFocus); in onWindowFocusChanged()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/ |
D | ActivityController.java | 153 public ActivityController<T> windowFocusChanged(boolean hasFocus) { in windowFocusChanged() argument 164 from(boolean.class, hasFocus), /* hasFocus */ in windowFocusChanged()
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | RuleListController.java | 119 boolean isSelected, boolean hasFocus) { in getListCellRendererComponent() argument
|
D | RunnerController.java | 204 boolean hasFocus) { in getTreeCellRendererComponent() argument
|
D | TestCaseEditController.java | 603 boolean isSelected, boolean hasFocus) { in getListCellRendererComponent() argument
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowView.java | 202 public void setViewFocus(boolean hasFocus) { in setViewFocus() argument 204 onFocusChangeListener.onFocusChange(realView, hasFocus); in setViewFocus()
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | junit-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/guice/lib/build/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/slf4j/integration/lib/ |
D | junit-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/jsr330/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |