Home
last modified time | relevance | path

Searched refs:newView (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedMap.java73 return newView(unmodifiableSortedMap(delegate), comparator); in create()
152 return newView(unmodifiableSortedMap(delegate), comparator); in copyOfInternal()
213 return newView(unmodifiableSortedMap(delegate), comparator); in build()
259 return newView(sortedDelegate.headMap(toKey)); in headMap()
278 return newView(sortedDelegate.subMap(fromKey, toKey)); in subMap()
290 return newView(sortedDelegate.tailMap(fromKey)); in tailMap()
304 private ImmutableSortedMap<K, V> newView(SortedMap<K, V> delegate) { in newView() method in ImmutableSortedMap
305 return newView(delegate, comparator); in newView()
308 private static <K, V> ImmutableSortedMap<K, V> newView( in newView() method in ImmutableSortedMap
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResourceCursorAdapter.java83 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ShadowResourceCursorAdapter
DShadowSimpleCursorAdapter.java382 v = newView(mContext, mCursor, parent); in getView()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DCursorAdapterTest.java112 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in CursorAdapterTest.TestAdapter
/external/robolectric/lib/main/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...