OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentFocus
(Results
1 - 5
of
5
) sorted by null
/cts/tests/framework/base/windowmanager/src/android/server/wm/
WindowTest.java
287
*
getCurrentFocus
: Return the view in this Window that currently has focus, or null if
298
assertNull(mWindow.
getCurrentFocus
());
303
View focus = mWindow.
getCurrentFocus
();
507
assertNull(mWindow.
getCurrentFocus
());
[
all
...]
/cts/tests/app/src/android/app/cts/
DialogTest.java
293
assertNull(d.
getCurrentFocus
());
304
// When mWindow is not null
getCurrentFocus
is the view in dialog
305
assertEquals(d.getWindow().
getCurrentFocus
(), d.
getCurrentFocus
());
759
assertNull(d.
getCurrentFocus
());
767
assertNull(d.
getCurrentFocus
());
[
all
...]
InstrumentationTest.java
550
public View
getCurrentFocus
() {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowActivityTest.java
476
assertNull(shadow.
getCurrentFocus
());
479
assertEquals(view, shadow.
getCurrentFocus
());
[
all
...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowActivity.java
495
protected View
getCurrentFocus
() {
Completed in 176 milliseconds