Searched defs:newView (Results 1 – 3 of 3) sorted by relevance
100 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ShadowCursorAdapterTest.TestAdapter110 @Override public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ShadowCursorAdapterTest.TestAdapterWithFlags
158 public void registerView(View newView) { in registerView()167 registeredViews.put(newView.getName(), newView); in registerView() local
361 private ImmutableSortedMap<K, V> newView(SortedMap<K, V> delegate) { in newView() method in ImmutableSortedMap365 private static <K, V> ImmutableSortedMap<K, V> newView( in newView() method in ImmutableSortedMap