Home
last modified time | relevance | path

Searched defs:getViews (Results 1 – 7 of 7) sorted by relevance

/external/google-cloud-java/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/
DListViewsResponseOrBuilder.java45 com.google.cloud.contactcenterinsights.v1.View getViews(int index); in getViews() method
DListViewsResponse.java125 public com.google.cloud.contactcenterinsights.v1.View getViews(int index) { in getViews() method in ListViewsResponse
667 public com.google.cloud.contactcenterinsights.v1.View getViews(int index) { in getViews() method in ListViewsResponse.Builder
/external/skia/src/gpu/ganesh/ops/
DSmallPathAtlasMgr.h87 const GrSurfaceProxyView* getViews(int* numActiveProxies) { in getViews() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWindowManagerImpl.java65 public List<View> getViews() { in getViews() method in ShadowWindowManagerImpl
/external/skia/src/gpu/ganesh/text/
DGrAtlasManager.h55 const GrSurfaceProxyView* getViews(skgpu::MaskFormat format, unsigned int* numActiveProxies) { in getViews() function
/external/skia/src/gpu/ganesh/
DGrDrawOpAtlas.h119 const GrSurfaceProxyView* getViews() const { return fViews; } in getViews() function
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DBeanPropertyWriter.java669 public Class<?>[] getViews() { in getViews() method in BeanPropertyWriter