HomeSort by relevance Sort by last modified time
    Searched defs:getCurrentFocus (Results 1 - 25 of 81) 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() {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindow.java 72 @Override public View getCurrentFocus() {
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
MockWindow.java 76 public View getCurrentFocus() {
  /packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
MainClusterActivity.java 119 mInputMethodManager.dispatchKeyEventFromInputMethod(getCurrentFocus(), event);
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 285 * getCurrentFocus: Return the view in this Window that currently has focus, or null if
296 assertNull(mWindow.getCurrentFocus());
301 View focus = mWindow.getCurrentFocus();
505 assertNull(mWindow.getCurrentFocus());
    [all...]
  /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();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowActivity.java 444 public View getCurrentFocus() {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java 354 sb.append(getCurrentFocus());
  /cts/tests/app/src/android/app/cts/
DialogTest.java 286 assertNull(d.getCurrentFocus());
297 // When mWindow is not null getCurrentFocus is the view in dialog
298 assertEquals(d.getWindow().getCurrentFocus(), d.getCurrentFocus());
758 assertNull(d.getCurrentFocus());
766 assertNull(d.getCurrentFocus());
    [all...]
InstrumentationTest.java 539 public View getCurrentFocus() {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowActivityTest.java 438 assertNull(shadow.getCurrentFocus());
441 assertEquals(view, shadow.getCurrentFocus());
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 493 * Call {@link android.view.Window#getCurrentFocus} on the
499 * @see android.view.Window#getCurrentFocus
501 public @Nullable View getCurrentFocus() {
502 return mWindow != null ? mWindow.getCurrentFocus() : null;
    [all...]
Activity.java     [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogAdapter.java 161 activity.getCurrentFocus(),
199 activity.getCurrentFocus(),
426 activity.getCurrentFocus(),
459 activity.getCurrentFocus(),
    [all...]
  /frameworks/base/core/java/android/view/
Window.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 495 public View getCurrentFocus() {
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 

Completed in 150 milliseconds

1 2 3 4