Searched refs:getRootView (Results 1 – 6 of 6) sorted by relevance
52 ILayoutViewInfo getRootView(); in getRootView() method
229 IChimpView getRootView(); in getRootView() method
408 public MonkeyView getRootView(PyObject[] args, String[] kws) { in getRootView() method in MonkeyDevice411 return new MonkeyView(impl.getRootView()); in getRootView()
424 public IChimpView getRootView() throws IOException { in getRootView() method in ChimpManager
603 public IChimpView getRootView() { in getRootView() method in AdbChimpDevice605 return manager.getRootView(); in getRootView()
572 ILayoutViewInfo oldRootView = result.getRootView(); in convertToScene()