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

1 2

  /external/robolectric/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 87 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/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindow.java 72 @Override public View getCurrentFocus() {
  /external/robolectric/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();
  /packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java 93 int focusId = mDialog.getCurrentFocus().getId();
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 231 assertNull(d.getCurrentFocus());
241 // When mWindow is not null getCUrrentFocus is the view in dialog
242 assertEquals(d.getWindow().getCurrentFocus(), d.getCurrentFocus());
636 assertNull(d.getCurrentFocus());
644 assertNull(d.getCurrentFocus());
    [all...]
InstrumentationTest.java 502 public View getCurrentFocus() {
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 243 * getCurrentFocus: Return the view in this Window that currently has focus, or null if
254 assertNull(mWindow.getCurrentFocus());
259 View focus = mWindow.getCurrentFocus();
504 assertNull(mWindow.getCurrentFocus());
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 459 * Call {@link android.view.Window#getCurrentFocus} on the
465 * @see android.view.Window#getCurrentFocus
467 public View getCurrentFocus() {
468 return mWindow != null ? mWindow.getCurrentFocus() : null;
    [all...]
Activity.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 230 final View focusedView = getCurrentFocus();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java 354 sb.append(getCurrentFocus());
  /frameworks/base/core/java/android/view/
Window.java     [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java 244 final View focusedView = getCurrentFocus();
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 441 public View getCurrentFocus() {
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 423 milliseconds

1 2