OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCurrentFocus
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/core/java/android/app/
Dialog.java
391
* Call {@link android.view.Window#
getCurrentFocus
} on the
397
* @see android.view.Window#
getCurrentFocus
399
public View
getCurrentFocus
() {
400
return mWindow != null ? mWindow.
getCurrentFocus
() : null;
[
all
...]
Activity.java
[
all
...]
/frameworks/base/core/java/android/view/
Window.java
785
public abstract View
getCurrentFocus
();
[
all
...]
/cts/tests/tests/app/src/android/app/cts/
DialogTest.java
339
method = "
getCurrentFocus
",
345
assertNull(d.
getCurrentFocus
());
355
// When mWindow is not null
getCUrrentFocus
is the view in dialog
356
assertEquals(d.getWindow().
getCurrentFocus
(), d.
getCurrentFocus
());
[
all
...]
InstrumentationTest.java
807
public View
getCurrentFocus
() {
/cts/tests/tests/view/src/android/view/cts/
WindowTest.java
377
*
getCurrentFocus
: Return the view in this Window that currently has focus, or null if
385
method = "
getCurrentFocus
",
393
assertNull(mWindow.
getCurrentFocus
());
398
View focus = mWindow.
getCurrentFocus
();
[
all
...]
/frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindow.java
237
public View
getCurrentFocus
() {
[
all
...]
/frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindow.java
270
public View
getCurrentFocus
() {
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 102 milliseconds