Searched refs:searched (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 2340 public List<AccessibilityNodeInfo> findAccessibilityNodeInfosByText(String searched, in findAccessibilityNodeInfosByText() argument 2342 if (TextUtils.isEmpty(searched)) { in findAccessibilityNodeInfosByText() 2345 String searchedLowerCase = searched.toLowerCase(); in findAccessibilityNodeInfosByText() 2365 return super.findAccessibilityNodeInfosByText(searched, virtualViewId); in findAccessibilityNodeInfosByText()
|
D | TextView.java | 8676 public void findViewsWithText(ArrayList<View> outViews, CharSequence searched, int flags) { in findViewsWithText() argument 8677 super.findViewsWithText(outViews, searched, flags); in findViewsWithText() 8679 && !TextUtils.isEmpty(searched) && !TextUtils.isEmpty(mText)) { in findViewsWithText() 8680 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 | 644 content can be searched from the application and made available for suggestions in Quick Search Box.
|
/frameworks/native/docs/ |
D | Doxyfile | 734 # should be searched for input files as well. Possible values are YES and NO. 783 # searched for input files to be used with the \include or \dontinclude 1599 # pointed to by INCLUDE_PATH will be searched when a #include is found.
|
/frameworks/base/core/java/android/view/ |
D | View.java | 8804 public void findViewsWithText(ArrayList<View> outViews, CharSequence searched, in findViewsWithText() argument 8811 && (searched != null && searched.length() > 0) in findViewsWithText() 8813 String searchedLowerCase = searched.toString().toLowerCase(); in findViewsWithText()
|
/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/ndk/downloads/ |
D | revision_history.jd | 3431 were searched. This is useful to check that the <code>NDK_MODULE_PATH</code> definition
|