Searched refs:hasFocus (Results 1 - 25 of 49) sorted by relevance

12

/external/deqp/framework/platform/android/
H A DtcuAndroidNativeActivity.cpp59 static void onWindowFocusChangedCallback (ANativeActivity* activity, int hasFocus) argument
61 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onWindowFocusChanged(hasFocus);
168 void NativeActivity::onWindowFocusChanged (int hasFocus) argument
170 DE_UNREF(hasFocus);
H A DtcuAndroidNativeActivity.hpp54 virtual void onWindowFocusChanged (int hasFocus);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewGroupTest.java173 assertFalse(root.hasFocus());
176 assertTrue(root.hasFocus());
179 assertFalse(root.hasFocus());
182 assertTrue(root.hasFocus());
185 assertFalse(root.hasFocus());
188 assertTrue(root.hasFocus());
197 assertFalse(child3a.hasFocus());
198 assertFalse(child3.hasFocus());
199 assertFalse(root.hasFocus());
203 assertFalse(root.hasFocus());
[all...]
H A DViewTest.java57 public void onFocusChange(View v, boolean hasFocus) {
58 transcript.add(hasFocus ? "Gained focus" : "Lost focus");
63 assertFalse(view.hasFocus());
68 assertTrue(view.hasFocus());
73 assertFalse(view.hasFocus());
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewGroup.java151 public boolean hasFocus() { method in class:ShadowViewGroup
152 if (super.hasFocus()) return true;
155 if (child.hasFocus()) return true;
164 if (hasFocus()) {
176 if (super.hasFocus()) {
H A DShadowView.java495 public void setViewFocus(boolean hasFocus) { argument
496 this.isFocused = hasFocus;
515 onFocusChangeListener.onFocusChange(realView, hasFocus);
535 public boolean hasFocus() { method in class:ShadowView
546 return hasFocus() ? realView : null;
889 if (view.hasFocus()) return false;
/external/libmojo/base/android/java/src/org/chromium/base/
H A DBaseChromiumApplication.java55 * @param hasFocus Whether or not {@code activity} gained or lost focus.
57 public void onWindowFocusChanged(Activity activity, boolean hasFocus); argument
103 public void onWindowFocusChanged(boolean hasFocus) { argument
104 mCallback.onWindowFocusChanged(hasFocus);
107 listener.onWindowFocusChanged(mActivity, hasFocus);
H A DApplicationStatus.java118 public void onWindowFocusChanged(Activity activity, boolean hasFocus) {
119 if (!hasFocus || activity == sActivity) return;
/external/libmojo/base/android/junit/src/org/chromium/base/
H A DBaseChromiumApplicationTest.java42 public void onWindowFocusChanged(@SuppressWarnings("unused") boolean hasFocus) { argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java92 private boolean hasFocus;
95 boolean old_hasFocus = hasFocus;
96 hasFocus =
102 if (hasFocus) {
110 if (old_hasFocus && !hasFocus) {
H A DCTableCombo.java51 protected boolean hasFocus; field in class:CTableCombo
161 if (hasFocus) {
164 hasFocus = true;
181 hasFocus = false;
313 if (hasFocus) {
316 hasFocus = true;
336 if (hasFocus) {
339 hasFocus = true;
360 hasFocus = false;
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
H A DNumberPicker.java196 if (!mText.hasFocus()) {
256 public void onFocusChange(View v, boolean hasFocus) { argument
261 if (!hasFocus) {
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRuleListController.java119 boolean isSelected, boolean hasFocus) {
117 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean hasFocus) argument
H A DRunnerController.java204 boolean hasFocus) {
202 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
H A DTestCaseEditController.java603 boolean isSelected, boolean hasFocus) {
601 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean hasFocus) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java172 public void onWindowFocusChanged(boolean hasFocus) { argument
173 if (hasFocus && mAnimation != null) {
H A DGLSurfaceView.java532 public void onWindowFocusChanged(boolean hasFocus) { argument
533 super.onWindowFocusChanged(hasFocus);
534 mGLThread.onWindowFocusChanged(hasFocus);
1468 public void onWindowFocusChanged(boolean hasFocus) { argument
1470 mHasFocus = hasFocus;
/external/skia/include/views/
H A DSkView.h127 bool hasFocus() const;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
H A DViewLoaderTest.java235 mediaView.hasFocus();
/external/skia/src/views/
H A DSkView.cpp194 bool SkView::hasFocus() const { function in class:SkView
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 625 milliseconds

12