Home
last modified time | relevance | path

Searched defs:tilesView (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/
H A DOmniboxQueryTileCoordinator.java82 View tilesView = getTileCoordinator().getView(); in createView() local
94 View tilesView = getTileCoordinator().getView(); in bind() local
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.struts/src/test/java/org/springframework/web/servlet/view/tiles/
H A DTilesViewTests.java63 public void tilesView() throws Exception { in tilesView() method in TilesViewTests