Searched refs:searched (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 2127 public List<AccessibilityNodeInfo> findAccessibilityNodeInfosByText(String searched, in findAccessibilityNodeInfosByText() argument 2129 if (TextUtils.isEmpty(searched)) { in findAccessibilityNodeInfosByText() 2132 String searchedLowerCase = searched.toLowerCase(); in findAccessibilityNodeInfosByText() 2152 return super.findAccessibilityNodeInfosByText(searched, virtualViewId); in findAccessibilityNodeInfosByText()
|
D | TextView.java | 7559 public void findViewsWithText(ArrayList<View> outViews, CharSequence searched, int flags) { in findViewsWithText() argument 7560 super.findViewsWithText(outViews, searched, flags); in findViewsWithText() 7562 && !TextUtils.isEmpty(searched) && !TextUtils.isEmpty(mText)) { in findViewsWithText() 7563 String searchedLowerCase = searched.toString().toLowerCase(); in findViewsWithText()
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-recent-query-suggestions.jd | 33 queries. For example, if a user previously searched for "puppies," then that query appears as a
|
D | adding-custom-suggestions.jd | 645 content can be searched from the application and made available for suggestions in Quick Search Box.
|
/frameworks/base/core/java/android/view/ |
D | View.java | 6211 public void findViewsWithText(ArrayList<View> outViews, CharSequence searched, int flags) { 6217 && (searched != null && searched.length() > 0) 6219 String searchedLowerCase = searched.toString().toLowerCase();
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 604 # should be searched for input files as well. Possible values are YES and NO. 651 # searched for input files to be used with the \include or \dontinclude
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 794 were searched. This is useful to check that the <code>NDK_MODULE_PATH</code> definition
|