Searched refs:getViews (Results 1 – 13 of 13) sorted by relevance
46 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_isInitiallyEmpty()55 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_returnsAnAddedView()66 List<View> views = ((ShadowWindowManagerImpl) shadowOf(windowManager)).getViews(); in getViews_doesNotReturnARemovedView()
68 const GrSurfaceProxyView* getViews(int* numActiveProxies) { in getViews() function70 return fAtlas->getViews(); in getViews()
215 const GrSurfaceProxyView* views = atlasManager->getViews(maskFormat, &numActiveViews); in onPrepareDraws()348 const GrSurfaceProxyView* views = atlasManager->getViews(maskFormat, &numActiveViews); in createDrawForGeneratedGlyphs()
204 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies); in onPrepareDraws()584 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies); in flush()
35 const GrSurfaceProxyView* getViews(GrMaskFormat format, unsigned int* numActiveProxies) { in getViews() function39 return this->getAtlas(format)->getViews(); in getViews()
273 const GrSurfaceProxyView* views = fAtlases[i]->getViews(); in dump()
68 public List<View> getViews() { in getViews() method in ShadowWindowManagerImpl
174 const GrSurfaceProxyView* views = atlasManager->getViews(format, &numActiveProxies); in testingOnly_getFontAtlasImage()
257 const GrSurfaceProxyView* getViews() const { return fViews; } in getViews() function
72 if (!atlas->getViews()[0].proxy()) { in Make()
238 atlasManager->getViews(kA8_GrMaskFormat, &numProxies); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
669 public Class<?>[] getViews() { in getViews() method in BeanPropertyWriter
682 Class<?>[] views = bpw.getViews(); in processViews()