Home
last modified time | relevance | path

Searched refs:searched (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
DNumberPicker.java2127 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()
DTextView.java7559 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/
Dadding-recent-query-suggestions.jd33 queries. For example, if a user previously searched for "puppies," then that query appears as a
Dadding-custom-suggestions.jd645 content can be searched from the application and made available for suggestions in Quick Search Box.
/frameworks/base/core/java/android/view/
DView.java6211 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/
DDoxyfile604 # 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/
Dindex.jd794 were searched. This is useful to check that the <code>NDK_MODULE_PATH</code> definition