/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
EditTextRule.java | 40 INode focus = findFocus(findRoot(parent)); 65 INode focus = findFocus(findRoot(node)); 84 INode focus = findFocus(node); 110 private static INode findFocus(INode node) { 116 INode focus = findFocus(child);
|
/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 | 350 View currentFocused = findFocus(); [all...] |
ScrollView.java | 360 View currentFocused = findFocus(); [all...] |
TabHost.java | 308 && (mCurrentView.findFocus().focusSearch(View.FOCUS_UP) == null)) {
|
ListView.java | [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
KindSectionView.java | 252 if (emptyEditorView.findFocus() == null) {
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
DialtactsActivity.java | 465 showInputMethod(view.findFocus()); 800 showInputMethod(mSearchView.findFocus()); [all...] |
/frameworks/base/core/java/android/view/ |
ViewRootImpl.java | [all...] |
ViewGroup.java | 727 * @see android.view.View#findFocus() 730 public View findFocus() { 741 return mFocused.findFocus(); [all...] |
View.java | [all...] |
/packages/apps/Browser/src/com/android/browser/view/ |
ScrollerView.java | 415 View currentFocused = findFocus(); [all...] |
/external/webkit/Source/WebKit/wx/ |
WebView.cpp | 757 if (wxWindow::FindFocus() != this) {
|
/frameworks/support/v4/java/android/support/v4/view/ |
ViewPager.java | 695 View currentFocused = findFocus(); [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindow.java | 291 return mDecor != null ? mDecor.findFocus() : null; [all...] |