Searched refs:existingView (Results 1 – 3 of 3) sorted by relevance
132 View existingView = itemView.getChildAt(1); in populateView() local133 if (!(existingView instanceof EditText)) { in populateView()
392 public void link(JimfsPath link, FileSystemView existingView, JimfsPath existing) in link() argument395 checkNotNull(existingView); in link()402 if (!isSameFileSystem(existingView)) { in link()416 existingView.lookUp(existing, Options.FOLLOW_LINKS).requireExists(existing).file(); in link()