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/ |
D | ImmutableSortedMap.java | 73 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/ |
D | ShadowResourceCursorAdapter.java | 83 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ShadowResourceCursorAdapter
|
D | ShadowSimpleCursorAdapter.java | 382 v = newView(mContext, mCursor, parent); in getView()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | CursorAdapterTest.java | 112 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in CursorAdapterTest.TestAdapter
|
/external/robolectric/lib/main/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |