Home
last modified time | relevance | path

Searched refs:getCurrentFocus (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
DTouchModeFocusChangeTest.java67 assertNull("activity shouldn't have focus", mActivity.getCurrentFocus()); in testTouchButtonNotTakeFocus()
DTouchModeFocusableTest.java88 assertNull("nothing should have focus", getActivity().getCurrentFocus()); in testEnterTouchModeGivesFocusBackToFocusableInTouchMode()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DFocusSearchNavigationTest.java147 focused = mActivity.getCurrentFocus(); in focusSearchForward()
314 View currentFocus = ((Activity) context).getWindow().getCurrentFocus(); in describeMismatch()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DMockWindow.java76 public View getCurrentFocus() { in getCurrentFocus() method in MockWindow
/frameworks/base/core/java/android/app/
DDialog.java497 public @Nullable View getCurrentFocus() { in getCurrentFocus() method in Dialog
498 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
DActivity.java932 public View getCurrentFocus() { in getCurrentFocus() method in Activity
933 return mWindow != null ? mWindow.getCurrentFocus() : null; in getCurrentFocus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java546 public View getCurrentFocus() {
/frameworks/base/core/java/android/view/
DWindow.java1403 public abstract View getCurrentFocus(); in getCurrentFocus() method in Window
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java493 public View getCurrentFocus() { in getCurrentFocus() method in PhoneWindow
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3303 method public android.view.View getCurrentFocus();
3941 method public android.view.View getCurrentFocus();
34447 method public abstract android.view.View getCurrentFocus();
/frameworks/base/api/
Dcurrent.txt3596 method public android.view.View getCurrentFocus();
4362 method public android.view.View getCurrentFocus();
46479 method public abstract android.view.View getCurrentFocus();
Dsystem-current.txt3729 method public android.view.View getCurrentFocus();
4523 method public android.view.View getCurrentFocus();
50018 method public abstract android.view.View getCurrentFocus();