Searched defs:text2 (Results 1 – 7 of 7) sorted by relevance
93 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2); in getView() local
220 String text2 = "two two"; in testCompareSpans() local
77 String text2; field in GlobalSearchSupport.SearchSuggestion
251 int expectedLength, String text1, String text2) { in assertMaximumMatchedWordSequenceLength()
82 var text2: CharSequence = suggestion?.suggestionText2Url as CharSequence in bindAsSuggestion() variable
291 AccessibilityNodeInfo text2 = createNodeByText("Test Item 2"); in testFindRotateTargetDoesNotSkipOffscreenNode() local511 AccessibilityNodeInfo text2 = createNodeByText("Test Item 2"); in testFindRotateTargetInScrollableContainer1() local576 AccessibilityNodeInfo text2 = createNodeByText("Test Item 2"); in testFindRotateTargetInScrollableContainer2() local
952 public TextView text2; field in ResolverListAdapter.ViewHolder