HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentFocus (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragmentActivity.java 92 public View getCurrentFocus() {
93 View focusedView = super.getCurrentFocus();
ShadowActivity.java 339 public View getCurrentFocus() {
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusChangeTest.java 67 assertNull("activity shouldn't have focus", mActivity.getCurrentFocus());
TouchModeFocusableTest.java 88 assertNull("nothing should have focus", getActivity().getCurrentFocus());
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 226 View v = getCurrentFocus();
230 View currentFocus = getCurrentFocus();
243 imm.hideSoftInputFromWindow(getWindow().getCurrentFocus().getWindowToken(), 0);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindow.java 72 @Override public View getCurrentFocus() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java 310 assertNull(shadow.getCurrentFocus());
313 assertEquals(view, shadow.getCurrentFocus());
343 View focusedView = shadowOf(activity).getCurrentFocus();
355 View focusedView = shadowOf(activity).getCurrentFocus();
FragmentActivityTest.java 164 View focusedView = activity.getCurrentFocus();
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
MockWindow.java 76 public View getCurrentFocus() {
  /cts/tests/app/src/android/app/cts/
DialogTest.java 234 assertNull(d.getCurrentFocus());
244 // When mWindow is not null getCUrrentFocus is the view in dialog
245 assertEquals(d.getWindow().getCurrentFocus(), d.getCurrentFocus());
648 assertNull(d.getCurrentFocus());
656 assertNull(d.getCurrentFocus());
    [all...]
InstrumentationTest.java 537 public View getCurrentFocus() {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
FocusSearchNavigationTest.java 147 focused = mActivity.getCurrentFocus();
314 View currentFocus = ((Activity) context).getWindow().getCurrentFocus();
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilitySoftKeyboardModesTest.java 104 .hideSoftInputFromWindow(activity.getCurrentFocus().getWindowToken(), 0);
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 268 * getCurrentFocus: Return the view in this Window that currently has focus, or null if
279 assertNull(mWindow.getCurrentFocus());
284 View focus = mWindow.getCurrentFocus();
488 assertNull(mWindow.getCurrentFocus());
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 489 * Call {@link android.view.Window#getCurrentFocus} on the
495 * @see android.view.Window#getCurrentFocus
497 public @Nullable View getCurrentFocus() {
498 return mWindow != null ? mWindow.getCurrentFocus() : null;
    [all...]
Activity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 394 final View currentFocus = getCurrentFocus();
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogAdapter.java 158 mActivity.getCurrentFocus(),
196 mActivity.getCurrentFocus(),
399 mActivity.getCurrentFocus(),
432 mActivity.getCurrentFocus(),
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
SearchFragment.java 432 View view = activity.getCurrentFocus();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java 354 sb.append(getCurrentFocus());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 555 public View getCurrentFocus() {
  /frameworks/base/core/java/android/view/
Window.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]

Completed in 2978 milliseconds

1 2 3 4