HomeSort by relevance Sort by last modified time
    Searched refs:findFocus (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
TallTextAboveButtonTest.java 50 + "is on screen), but " + getActivity().getScrollView().findFocus() + " does instead",
64 assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " does instead",
73 assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " does instead",
  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 132 method = "findFocus",
308 assertSame(v1, v1.findFocus());
309 assertNull(v2.findFocus());
310 assertNull(v3.findFocus());
311 assertNull(v4.findFocus());
ViewGroupTest.java 875 method = "findFocus",
881 assertNull(vg.findFocus());
888 assertSame(vg, vg.findFocus());
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 349 View currentFocused = findFocus();
    [all...]
ScrollView.java 344 View currentFocused = findFocus();
876 if (newFocused != findFocus() && newFocused.requestFocus(direction))
    [all...]
TabHost.java 288 && (mCurrentView.findFocus().focusSearch(View.FOCUS_UP) == null)) {
ListView.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRoot.java     [all...]
ViewGroup.java 565 * @see android.view.View#findFocus()
568 public View findFocus() {
579 return mFocused.findFocus();
    [all...]
View.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 247 return mDecor != null ? mDecor.findFocus() : null;
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 332 milliseconds