Searched refs:newOnQueryTextListener (Results 1 – 2 of 2) sorted by relevance
37 Object newOnQueryTextListener(OnQueryTextListenerCompat listener); in newOnQueryTextListener() method73 public Object newOnQueryTextListener(OnQueryTextListenerCompat listener) { in newOnQueryTextListener() method in SearchViewCompat.SearchViewCompatStubImpl148 public Object newOnQueryTextListener(final OnQueryTextListenerCompat listener) { in newOnQueryTextListener() method in SearchViewCompat.SearchViewCompatHoneycombImpl149 return SearchViewCompatHoneycomb.newOnQueryTextListener( in newOnQueryTextListener()337 mListener = IMPL.newOnQueryTextListener(this);
52 public static Object newOnQueryTextListener(final OnQueryTextListenerCompatBridge listener) { in newOnQueryTextListener() method in SearchViewCompatHoneycomb