Searched defs:newView (Results 1 – 5 of 5) sorted by relevance
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowCursorAdapterTest.java | 100 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ShadowCursorAdapterTest.TestAdapter 110 @Override public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() method in ShadowCursorAdapterTest.TestAdapterWithFlags
|
/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
D | NoopStats.java | 158 public void registerView(View newView) { in registerView() 167 registeredViews.put(newView.getName(), newView); in registerView() local
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSortedMap.java | 358 private ImmutableSortedMap<K, V> newView(SortedMap<K, V> delegate) { in newView() method in ImmutableSortedMap 362 private static <K, V> ImmutableSortedMap<K, V> newView( in newView() method in ImmutableSortedMap
|
/external/skia/src/image/ |
D | SkImage_GpuYUVA.cpp | 80 auto newView = GrCopyBaseMipMapToView(context, fYUVAProxies.makeView(i)); in setupMipmapsForPlanes() local
|
/external/skia/src/gpu/ |
D | GrThreadSafeCache.cpp | 211 GrSurfaceProxyView newView; in add() local
|